On 19/06/2014 09:07, Bo Shen wrote:
Hi Boris,
On 06/10/2014 12:04 AM, Boris BREZILLON wrote:
The HLCDC (High LCD Controller) IP supports 4 different output mode (RGB444, RGB565, RGB666 and RGB888) and the pin muxing depends on the chosen RGB mode.
Split the pin definition to be able to set the pin config according to the selected mode.
Signed-off-by: Boris BREZILLON boris.brezillon@free-electrons.com
arch/arm/boot/dts/sama5d3_lcd.dtsi | 127 ++++++++++++++++++++++++++++--------- 1 file changed, 96 insertions(+), 31 deletions(-)
On sama5d3xek board, it only works in 24bits output mode. And it depends on the hardware design. So, I think only keep only one pinctrl configuration.
As you pointed out (during our discussion on IRC) sama5d3 SoCs support several pin muxing for LCDDAT pins. I'll take care to define all these pin mux here and select the appropriate ones in sama5d3xdm.dtsi (patch 6) instead of sama5d3_lcd.dtsi (patch 5).
Best Regards,
Boris