diff mbox series

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

Message ID 20220810103448.455244-1-p.zabel@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6qdl-tqma6x: add fixed power supplies | expand

Commit Message

Philipp Zabel Aug. 10, 2022, 10:34 a.m. UTC
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>
---
 arch/arm/boot/dts/imx6qdl-tqma6a.dtsi | 1 +
 arch/arm/boot/dts/imx6qdl-tqma6b.dtsi | 1 +
 2 files changed, 2 insertions(+)


base-commit: 04069a86bf9650f82ee29715322165bd7739a7c2

Comments

Shawn Guo Aug. 22, 2022, 1:13 a.m. UTC | #1
On Wed, Aug 10, 2022 at 12:34:48PM +0200, Philipp Zabel wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
index 7dc3f0005b0f..f9799b0693f6 100644
--- a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
@@ -35,6 +35,7 @@  eeprom@50 {
 		compatible = "st,24c64", "atmel,24c64";
 		reg = <0x50>;
 		pagesize = <32>;
+		vcc-supply = <&reg_3p3v>;
 	};
 };
 
diff --git a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
index dd0925766440..a3f6543c3aaa 100644
--- a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
@@ -29,5 +29,6 @@  eeprom@50 {
 		compatible = "st,24c64", "atmel,24c64";
 		reg = <0x50>;
 		pagesize = <32>;
+		vcc-supply = <&reg_3p3v>;
 	};
 };