diff options
| author | Yashwanth Varakala <[email protected]> | 2024-08-14 11:26:09 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2024-09-04 17:36:18 +0800 |
| commit | 5e302aae4c77aa0a493e387f5ed770ffafdab95a (patch) | |
| tree | cb06c393bc647b19ba32377c48c9f363beba577a | |
| parent | 54b7ff384dbfe70513c56933b8fc4f7fb858899b (diff) | |
arm64: dts: imx8mp-phycore: Assign regulator to EEPROM node
Add VDD_IO regulator reference to the EEPROM node to reflect the
schematic. This also silences the fallback dummy regulator warning.
Signed-off-by: Yashwanth Varakala <[email protected]>
Signed-off-by: Teresa Remmet <[email protected]>
Reviewed-by: Yannic Moog <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi index 9c5272c6931a..a5ecdca8bc0e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi @@ -179,6 +179,7 @@ compatible = "atmel,24c32"; reg = <0x51>; pagesize = <32>; + vcc-supply = <®_vdd_io>; }; rv3028: rtc@52 { |