ARM: dts: imx7-tqma7: Add missing vcc supply to i2c eeproms
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:57 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:41:03 +0000 (12:41 +0800)
Fixes the warnings:
at24 0-0050: supply vcc not found, using dummy regulator
at24 0-0056: 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/nxp/imx/imx7-tqma7.dtsi

index 14fd9455c1621a0f774c9a49a386b0b34ed8f55a..0cf0304a8db69d5d259b80744004b6f2024bf55d 100644 (file)
                read-only;
                reg = <0x50>;
                pagesize = <32>;
+               vcc-supply = <&vgen4_reg>;
                status = "okay";
        };
 
                compatible = "nxp,se97b", "atmel,24c02";
                reg = <0x56>;
                pagesize = <16>;
+               vcc-supply = <&vgen4_reg>;
                status = "okay";
        };