diff mbox series

[4/6] arm64: dts: imx8mp-phyboard-pollux: Assign regulator to EEPROM node

Message ID 20240814-b4-wip-t-remmet-phytec-de-bspimx8m-3392_upstream-v1-4-e2500950c632@phytec.de (mailing list archive)
State In Next, archived
Headers show
Series arm64: dts phyBOARD-Pollux: Update regulator nodes | expand

Commit Message

Teresa Remmet Aug. 14, 2024, 9:26 a.m. UTC
From: Yashwanth Varakala <y.varakala@phytec.de>

Add VCC_3V3_SW 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>
---
 arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Yannic Moog Aug. 19, 2024, 8:42 a.m. UTC | #1
On Wed, 2024-08-14 at 11:26 +0200, Teresa Remmet wrote:
> From: Yashwanth Varakala <y.varakala@phytec.de>
> 
> Add VCC_3V3_SW 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-phyboard-pollux-rdk.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> index 341baa167191..4cdb3b9fff08 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
> @@ -171,6 +171,7 @@ eeprom@51 {
>  		compatible = "atmel,24c02";
>  		reg = <0x51>;
>  		pagesize = <16>;
> +		vcc-supply = <&reg_vcc_3v3_sw>;
>  	};
>  
>  	leds@62 {
>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
index 341baa167191..4cdb3b9fff08 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-phyboard-pollux-rdk.dts
@@ -171,6 +171,7 @@  eeprom@51 {
 		compatible = "atmel,24c02";
 		reg = <0x51>;
 		pagesize = <16>;
+		vcc-supply = <&reg_vcc_3v3_sw>;
 	};
 
 	leds@62 {