Skip to content

Commit 60a655d

Browse files
krzkmmind
authored andcommitted
arm64: dts: rockchip: correct panel supplies on some rk3326 boards
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 2dd16a2 commit 60a655d

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3326-anbernic-rg351m.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
&internal_display {
2626
compatible = "elida,kd35t133";
27+
iovcc-supply = <&vcc_lcd>;
28+
vdd-supply = <&vcc_lcd>;
2729
};
2830

2931
&pwm0 {

arch/arm64/boot/dts/rockchip/rk3326-odroid-go.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,8 @@
235235
internal_display: panel@0 {
236236
reg = <0>;
237237
backlight = <&backlight>;
238-
iovcc-supply = <&vcc_lcd>;
239238
reset-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>;
240239
rotation = <270>;
241-
vdd-supply = <&vcc_lcd>;
242240

243241
port {
244242
mipi_in_panel: endpoint {

arch/arm64/boot/dts/rockchip/rk3326-odroid-go2-v11.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@
8383

8484
&internal_display {
8585
compatible = "elida,kd35t133";
86+
iovcc-supply = <&vcc_lcd>;
87+
vdd-supply = <&vcc_lcd>;
8688
};
8789

8890
&rk817 {

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959

6060
&internal_display {
6161
compatible = "elida,kd35t133";
62+
iovcc-supply = <&vcc_lcd>;
63+
vdd-supply = <&vcc_lcd>;
6264
};
6365

6466
&rk817_charger {

0 commit comments

Comments
 (0)