mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
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 <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230326204520.80859-1-krzysztof.kozlowski@linaro.org Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
55529fe3f3
commit
07099a5518
@ -144,6 +144,7 @@
|
||||
&internal_display {
|
||||
compatible = "elida,kd50t048a", "sitronix,st7701";
|
||||
reset-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
|
||||
IOVCC-supply = <&vcc_lcd>;
|
||||
VCC-supply = <&vcc_lcd>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user