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 0a36e1bce375d4e49dedc35b5de4c0d6e63f8e0e..aff46f3040c167e0cb0ee28b03ca1201d8115900 100644 (file)
@@ -36,6 +36,7 @@
                compatible = "st,24c64", "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;
+               vcc-supply = <&reg_3p3v>;
        };
 };
 
index dd09257664403ed07c472b017b0a79c18cb87bd9..a3f6543c3aaa6127f1a1b1dce93322d2e9ba854d 100644 (file)
@@ -29,5 +29,6 @@
                compatible = "st,24c64", "atmel,24c64";
                reg = <0x50>;
                pagesize = <32>;
+               vcc-supply = <&reg_3p3v>;
        };
 };