ARM: dts: imx6qdl-tqma6x: add fixed power supplies
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 10 Aug 2022 10:34:48 +0000 (12:34 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Aug 2022 01:11:59 +0000 (09:11 +0800)
Add fixed power supplies to the EEPROM nodes to suppress a warning:

  at24 2-0050: supply vcc not found, using dummy regulator

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
arch/arm/boot/dts/imx6qdl-tqma6b.dtsi

index 0a36e1b..aff46f3 100644 (file)
@@ -36,6 +36,7 @@
                compatible = "st,24c64", "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;
+               vcc-supply = <&reg_3p3v>;
        };
 };
 
index dd09257..a3f6543 100644 (file)
@@ -29,5 +29,6 @@
                compatible = "st,24c64", "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;
+               vcc-supply = <&reg_3p3v>;
        };
 };