Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-tqma6x: add fixed power supplies

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>

authored by

Philipp Zabel and committed by
Shawn Guo
dac772cb 4c95e736

+2
+1
arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
··· 36 36 compatible = "st,24c64", "atmel,24c64"; 37 37 reg = <0x50>; 38 38 pagesize = <32>; 39 + vcc-supply = <&reg_3p3v>; 39 40 }; 40 41 }; 41 42
+1
arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
··· 29 29 compatible = "st,24c64", "atmel,24c64"; 30 30 reg = <0x50>; 31 31 pagesize = <32>; 32 + vcc-supply = <&reg_3p3v>; 32 33 }; 33 34 };