arm64: dts: rockchip: rk3308: Update pinctrl for RGB888 according new TRM

Change-Id: I3cf7122945eef64f6f3c851c5881623e26b6e29e
Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
Sandy Huang
2018-10-30 20:56:45 +08:00
committed by Tao Huang
parent f3c5db5e7c
commit 390b0fb45f

View File

@@ -1721,33 +1721,33 @@
lcdc_rgb888_m0: lcdc-rgb888-m0 {
rockchip,pins =
/* d18 */
<1 RK_PC6 RK_FUNC_2 &pcfg_pull_none>,
<1 RK_PC6 RK_FUNC_6 &pcfg_pull_none>,
/* d19 */
<1 RK_PC7 RK_FUNC_2 &pcfg_pull_none>,
<1 RK_PC7 RK_FUNC_6 &pcfg_pull_none>,
/* d20 */
<2 RK_PB1 RK_FUNC_4 &pcfg_pull_none>,
<2 RK_PB1 RK_FUNC_3 &pcfg_pull_none>,
/* d21 */
<2 RK_PB2 RK_FUNC_4 &pcfg_pull_none>,
<2 RK_PB2 RK_FUNC_3 &pcfg_pull_none>,
/* d22 */
<2 RK_PB7 RK_FUNC_4 &pcfg_pull_none>,
<2 RK_PB7 RK_FUNC_3 &pcfg_pull_none>,
/* d23 */
<2 RK_PC0 RK_FUNC_4 &pcfg_pull_none>;
<2 RK_PC0 RK_FUNC_3 &pcfg_pull_none>;
};
lcdc_rgb888_m1: lcdc-rgb888-m1 {
rockchip,pins =
/* d18 */
<3 RK_PA6 RK_FUNC_2 &pcfg_pull_none>,
<3 RK_PA6 RK_FUNC_3 &pcfg_pull_none>,
/* d19 */
<3 RK_PA7 RK_FUNC_2 &pcfg_pull_none>,
<3 RK_PA7 RK_FUNC_3 &pcfg_pull_none>,
/* d20 */
<3 RK_PB0 RK_FUNC_2 &pcfg_pull_none>,
<3 RK_PB0 RK_FUNC_3 &pcfg_pull_none>,
/* d21 */
<3 RK_PB1 RK_FUNC_2 &pcfg_pull_none>,
<3 RK_PB1 RK_FUNC_3 &pcfg_pull_none>,
/* d22 */
<3 RK_PB2 RK_FUNC_2 &pcfg_pull_none>,
<3 RK_PB2 RK_FUNC_4 &pcfg_pull_none>,
/* d23 */
<3 RK_PB3 RK_FUNC_2 &pcfg_pull_none>;
<3 RK_PB3 RK_FUNC_4 &pcfg_pull_none>;
};
};