Skip to content

Commit 4e1f7dc

Browse files
sandy-huangZhengShunQian
authored andcommitted
arm64: dts: rockchip: Add support rgb888 output for rk3308b
Change-Id: I4b9e50fe28b11602886d57098bfa2573d3a307e4 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
1 parent af49ead commit 4e1f7dc

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3308.dtsi

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,38 @@
17021702
/* d17 */
17031703
<1 RK_PC5 RK_FUNC_1 &pcfg_pull_none>;
17041704
};
1705+
1706+
lcdc_rgb888_m0: lcdc-rgb888-m0 {
1707+
rockchip,pins =
1708+
/* d18 */
1709+
<1 RK_PC6 RK_FUNC_2 &pcfg_pull_none>,
1710+
/* d19 */
1711+
<1 RK_PC7 RK_FUNC_2 &pcfg_pull_none>,
1712+
/* d20 */
1713+
<2 RK_PB1 RK_FUNC_4 &pcfg_pull_none>,
1714+
/* d21 */
1715+
<2 RK_PB2 RK_FUNC_4 &pcfg_pull_none>,
1716+
/* d22 */
1717+
<2 RK_PB7 RK_FUNC_4 &pcfg_pull_none>,
1718+
/* d23 */
1719+
<2 RK_PC0 RK_FUNC_4 &pcfg_pull_none>;
1720+
};
1721+
1722+
lcdc_rgb888_m1: lcdc-rgb888-m1 {
1723+
rockchip,pins =
1724+
/* d18 */
1725+
<3 RK_PA6 RK_FUNC_2 &pcfg_pull_none>,
1726+
/* d19 */
1727+
<3 RK_PA7 RK_FUNC_2 &pcfg_pull_none>,
1728+
/* d20 */
1729+
<3 RK_PB0 RK_FUNC_2 &pcfg_pull_none>,
1730+
/* d21 */
1731+
<3 RK_PB1 RK_FUNC_2 &pcfg_pull_none>,
1732+
/* d22 */
1733+
<3 RK_PB2 RK_FUNC_2 &pcfg_pull_none>,
1734+
/* d23 */
1735+
<3 RK_PB3 RK_FUNC_2 &pcfg_pull_none>;
1736+
};
17051737
};
17061738

17071739
pdm_m0 {

0 commit comments

Comments
 (0)