mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rockchip: rk3506g-evb1: fix pinctrl of rgb for mcu display board
Fix the pinctrl of rgb to 'mcu_rgb565_pins', because the driver strength configs of rgb and mcu are different for rk3506. Change-Id: I488cdfd13e42c862be0f8ecd10bab215e87e87b8 Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
rockchip,data-sync-bypass;
|
||||
pinctrl-names = "default";
|
||||
/*
|
||||
* rgb3x8_rgb2x8_m0_pins/rgb3x8_rgb2x8_m1_pins for RGB3x8(8bit)/RGB565(8bit)
|
||||
* rgb565_pins for RGB565(16bit)
|
||||
* mcu_rgb3x8_rgb2x8_m0_pins/mcu_rgb3x8_rgb2x8_m1_pins for RGB3x8(8bit)/RGB565(8bit)
|
||||
* mcu_rgb565_pins for RGB565(16bit)
|
||||
*/
|
||||
pinctrl-0 = <&rgb565_pins>;
|
||||
pinctrl-0 = <&mcu_rgb565_pins>;
|
||||
|
||||
/*
|
||||
* 320x480 RGB/MCU screen K350C4516T
|
||||
|
||||
Reference in New Issue
Block a user