]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: imx53-qsb: add dvdd and avdd supply for panel sii,43wvf1g
authorFrank Li <Frank.Li@nxp.com>
Mon, 11 May 2026 21:04:58 +0000 (17:04 -0400)
committerFrank Li <Frank.Li@nxp.com>
Mon, 1 Jun 2026 16:08:39 +0000 (12:08 -0400)
Add dvdd and avdd supply and regulators for panel sii,43wvf1g to fix below
check_dtbs warnings:
    panel (sii,43wvf1g): 'dvdd-supply' is a required property

Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm/boot/dts/nxp/imx/imx53-qsb-common.dtsi

index 1869ad86baf202098c6062c0f511358eeffb5c5a..d3b27dc3c2c7d2ab868a8a070a164af994ed30a9 100644 (file)
@@ -91,6 +91,8 @@
                pinctrl-0 = <&pinctrl_display_power>;
                backlight = <&backlight_parallel>;
                enable-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
+               dvdd-supply = <&reg_3p2v>;
+               avdd-supply = <&reg_5v>;
 
                port {
                        panel_in: endpoint {
                regulator-always-on;
        };
 
+       reg_5v: regulator-5v {
+               compatible = "regulator-fixed";
+               regulator-name = "5V";
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+               regulator-always-on;
+       };
+
        reg_usb_vbus: regulator-usb-vbus {
                compatible = "regulator-fixed";
                regulator-name = "usb_vbus";