mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk3126 sdk dts: add the pinctrl of lvds node to support RGB output
This commit is contained in:
@@ -26,6 +26,14 @@
|
||||
display-timings = <&disp_timings>;
|
||||
};
|
||||
|
||||
&lvds {
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "lcdc", "sleep";
|
||||
pinctrl-0 = <&lcdc0_lcdc_d>;
|
||||
pinctrl-1 = <&lcdc0_lcdc_gpio>;
|
||||
};
|
||||
|
||||
&lcdc {
|
||||
status = "okay";
|
||||
|
||||
|
||||
@@ -853,13 +853,15 @@
|
||||
<LCDC0_D14>,
|
||||
<LCDC0_D15>,
|
||||
<LCDC0_D16>,
|
||||
<LCDC0_D17>,
|
||||
<LCDC0_D17>;
|
||||
/*
|
||||
<LCDC0_D18>,
|
||||
<LCDC0_D19>,
|
||||
<LCDC0_D20>,
|
||||
<LCDC0_D21>,
|
||||
<LCDC0_D22>,
|
||||
<LCDC0_D23>;
|
||||
*/
|
||||
rockchip,pull = <VALUE_PULL_DISABLE>;
|
||||
rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
};
|
||||
@@ -873,13 +875,15 @@
|
||||
<FUNC_TO_GPIO(LCDC0_D14)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D15)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D16)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D17)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D17)>;
|
||||
/*
|
||||
<FUNC_TO_GPIO(LCDC0_D18)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D19)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D20)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D21)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D22)>,
|
||||
<FUNC_TO_GPIO(LCDC0_D23)>;
|
||||
*/
|
||||
rockchip,pull = <VALUE_PULL_DOWN>;
|
||||
rockchip,drive = <VALUE_DRV_DEFAULT>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user