Message ID | 20240814-b4-wip-t-remmet-phytec-de-bspimx8m-3392_upstream-v1-2-e2500950c632@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts phyBOARD-Pollux: Update regulator nodes | expand |
On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote: > From: Yashwanth Varakala <y.varakala@phytec.de> > > 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 <y.varakala@phytec.de> > Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Reviewed-by: Yannic Moog <y.moog@phytec.de> > --- > arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi | 1 + > 1 file changed, 1 insertion(+) > > 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 @@ eeprom@51 { > compatible = "atmel,24c32"; > reg = <0x51>; > pagesize = <32>; > + vcc-supply = <®_vdd_io>; > }; > > rv3028: rtc@52 { >
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 @@ eeprom@51 { compatible = "atmel,24c32"; reg = <0x51>; pagesize = <32>; + vcc-supply = <®_vdd_io>; }; rv3028: rtc@52 {