ARM: dts: rockchip: add rk3288 lcdc0 pinmux settings
From: Heiko Stuebner <heiko@...> Date: Sat, 10 Jan 2015 23:23:27 +0100
Commit-Message
Add pinctrl settings for the configurable lcdc0 signals dclk, den, hsync and vsync. The lcdc0 data pin configuration is not software controlable. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk3288.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)
Statistics
- 9 lines added
- 0 lines removed
Changes
------------------------ arch/arm/boot/dts/rk3288.dtsi -------------------------
index 2c29a3e..e7e94f8 100644
@@ -945,6 +945,15 @@
};
};
+ lcdc0 {
+ lcdc0_ctl: lcdc0-ctl {
+ rockchip,pins = <1 24 RK_FUNC_1 &pcfg_pull_none>,
+ <1 25 RK_FUNC_1 &pcfg_pull_none>,
+ <1 26 RK_FUNC_1 &pcfg_pull_none>,
+ <1 27 RK_FUNC_1 &pcfg_pull_none>;
+ };
+ };
+
sdmmc {
sdmmc_clk: sdmmc-clk {
rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none>;