arm64: dts: tqma8mqml: Add vcc supply to i2c eeproms
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 30 May 2023 14:12:34 +0000 (16:12 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 4 Jun 2023 13:17:11 +0000 (21:17 +0800)
Fixes the warnings:
at24 0-0053: supply vcc not found, using dummy regulator
at24 0-0057: 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/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi

index 12260290c109e40259d245873fb77a447a066d65..b4466a26d838a414fa6fba88ca1203434ba9f5d1 100644 (file)
                read-only;
                reg = <0x53>;
                pagesize = <16>;
+               vcc-supply = <&reg_vcc3v3>;
        };
 
        eeprom0: eeprom@57 {
                compatible = "atmel,24c64";
                reg = <0x57>;
                pagesize = <32>;
+               vcc-supply = <&reg_vcc3v3>;
        };
 };