ARM: dts: imx6qdl-mba6: Add missing supply regulator for lm75 and at24
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 17 Jul 2023 08:54:38 +0000 (10:54 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 25 Jul 2023 07:46:48 +0000 (15:46 +0800)
Fixes the warnings:
at24 0-0057: supply vcc not found, using dummy regulator
lm75 0-0049: supply vs 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/nxp/imx/imx6qdl-mba6a.dtsi
arch/arm/boot/dts/nxp/imx/imx6qdl-mba6b.dtsi

index 27fec340c380a225a4fcc0885cb0c69311056fd6..238f3af42822e49439a722c69bff1058bd7be20c 100644 (file)
@@ -15,6 +15,7 @@
        lm75: temperature-sensor@49 {
                compatible = "national,lm75";
                reg = <0x49>;
+               vs-supply = <&reg_mba6_3p3v>;
        };
 
        m24c64_57: eeprom@57 {
@@ -23,6 +24,7 @@
                pagesize = <32>;
                #address-cells = <1>;
                #size-cells = <1>;
+               vcc-supply = <&reg_mba6_3p3v>;
 
                mba_mac_address: mac-address@20 {
                        reg = <0x20 0x6>;
index 0a9f076eeb36ea8fa5c15f3b7dc5639f2c3af85d..a587bc88f76f8f899f9e21272a2a90863d166145 100644 (file)
@@ -25,6 +25,7 @@
        lm75: temperature-sensor@49 {
                compatible = "national,lm75";
                reg = <0x49>;
+               vs-supply = <&reg_mba6_3p3v>;
        };
 
        m24c64_57: eeprom@57 {
@@ -33,6 +34,7 @@
                pagesize = <32>;
                #address-cells = <1>;
                #size-cells = <1>;
+               vcc-supply = <&reg_mba6_3p3v>;
 
                mba_mac_address: mac-address@20 {
                        reg = <0x20 0x6>;