arm64: dts: tqma8mqnl: Add vcc supply to i2c eeproms
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 24 Jul 2023 09:13:02 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Jul 2023 13:20:25 +0000 (21:20 +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/imx8mn-tqma8mqnl.dtsi

index 31ae338b7ed96ce9ba35d82e73daf1c997e7e1d0..391ca5516e4c5d1bb5855827c50c3ffa85e44b90 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>;
        };
 };