Commit 1752371e authored by Yakir Yang's avatar Yakir Yang Committed by Heiko Stuebner

ARM: dts: rockchip: add the panel power supply for rk3288-evb board with act8846 pmu

Panel regulator is controller by a normal GPIO, so we need to
write a regulator-fixed node for it.
Signed-off-by: default avatarYakir Yang <ykk@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d4da5121
...@@ -206,6 +206,10 @@ vcc18_lcd: REG12 { ...@@ -206,6 +206,10 @@ vcc18_lcd: REG12 {
}; };
}; };
&panel {
power-supply = <&vcc_lcd>;
};
&pinctrl { &pinctrl {
lcd { lcd {
lcd_en: lcd-en { lcd_en: lcd-en {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment