[PATCH 1/1] arm64: dts: tqma8mqnl: Add vcc supply to i2c eeproms
Alexander Stein
alexander.stein at ew.tq-group.com
Mon Jul 24 02:13:02 PDT 2023
Fixes the warnings:
at24 0-0053: supply vcc not found, using dummy regulator
at24 0-0057: supply vcc not found, using dummy regulator
Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
---
arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
index 31ae338b7ed9..391ca5516e4c 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi
@@ -208,12 +208,14 @@ eeprom1: eeprom at 53 {
read-only;
reg = <0x53>;
pagesize = <16>;
+ vcc-supply = <®_vcc3v3>;
};
eeprom0: eeprom at 57 {
compatible = "atmel,24c64";
reg = <0x57>;
pagesize = <32>;
+ vcc-supply = <®_vcc3v3>;
};
};
--
2.34.1
More information about the linux-arm-kernel
mailing list