diff options
| author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-05-30 16:12:34 +0200 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-04 21:17:11 +0800 |
| commit | 0dc9d469c2bda63dcf8c9afd956fc39db6f2afca (patch) | |
| tree | f4d7fbc36b926ea3a524547c20d7705aaba20b8b | |
| parent | a27335b3f1e03fb3d0cdd28066b4d7d28e71e3a9 (diff) | |
arm64: dts: tqma8mqml: 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>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi index 12260290c109..b4466a26d838 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-tqma8mqml.dtsi @@ -219,12 +219,14 @@ read-only; reg = <0x53>; pagesize = <16>; + vcc-supply = <®_vcc3v3>; }; eeprom0: eeprom@57 { compatible = "atmel,24c64"; reg = <0x57>; pagesize = <32>; + vcc-supply = <®_vcc3v3>; }; }; |
