]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: mba6ulx: add missing vcc supplies to i2c devices
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 21 Apr 2023 12:20:53 +0000 (14:20 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 May 2023 03:45:37 +0000 (11:45 +0800)
This fixes the warnings:
pca953x 3-0020: supply vcc not found, using dummy regulator
pca953x 3-0021: supply vcc not found, using dummy regulator
pca953x 3-0022: supply vcc not found, using dummy regulator
at24 3-0051: supply vcc not found, using dummy regulator

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/mba6ulx.dtsi

index 5bf831b072d6a32aebff09edff60261abd9a12cd..52684b2dbeb6039d85926e0844e710525972b61b 100644 (file)
                reg = <0x20>;
                gpio-controller;
                #gpio-cells = <2>;
+               vcc-supply = <&reg_mba6ul_3v3>;
        };
 
        expander_in0: gpio-expander@21 {
                #interrupt-cells = <2>;
                gpio-controller;
                #gpio-cells = <2>;
+               vcc-supply = <&reg_mba6ul_3v3>;
 
                enet1_int-hog {
                        gpio-hog;
                reg = <0x22>;
                gpio-controller;
                #gpio-cells = <2>;
+               vcc-supply = <&reg_mba6ul_3v3>;
        };
 
        analog_touch: touchscreen@41 {
                compatible = "nxp,se97b", "atmel,24c02";
                reg = <0x51>;
                pagesize = <16>;
+               vcc-supply = <&reg_mba6ul_3v3>;
        };
 };