Skip to content

Commit 07099a5

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: correct panel supplies on Odroid Go Super
The Anbernic and Odroid Go have different panels and take differently named supplies, so move all the supplies to DTS defining actual panel to fix warnings like: rk3326-odroid-go3.dtb: panel@0: 'IOVCC-supply' is a required property rk3326-odroid-go3.dtb: panel@0: 'iovcc-supply', 'vdd-supply' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 55529fe commit 07099a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
&internal_display {
145145
compatible = "elida,kd50t048a", "sitronix,st7701";
146146
reset-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
147+
IOVCC-supply = <&vcc_lcd>;
147148
VCC-supply = <&vcc_lcd>;
148149
};
149150

0 commit comments

Comments
 (0)