diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-07-24 11:13:02 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-07-30 21:20:25 +0800 |
commit | fc7ab8d97241c883429d6f32abe943cc75902051 (patch) | |
tree | bcb28c1db02d24f68154e2a4b613652b0889473b /arch/arm64/boot | |
parent | e434472606be62110c40af94cac49342dd9b1522 (diff) |
arm64: dts: tqma8mqnl: Add vcc supply to i2c eeproms
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@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ read-only; reg = <0x53>; pagesize = <16>; + vcc-supply = <®_vcc3v3>; }; eeprom0: eeprom@57 { compatible = "atmel,24c64"; reg = <0x57>; pagesize = <32>; + vcc-supply = <®_vcc3v3>; }; }; |