[PATCH 4/6] arm64: dts: imx8mp-phyboard-pollux: Assign regulator to EEPROM node
Teresa Remmet
t.remmet at phytec.de
Wed Aug 14 02:26:11 PDT 2024
From: Yashwanth Varakala <y.varakala at 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 at phytec.de>
Signed-off-by: Teresa Remmet <t.remmet at 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 at 51 {
compatible = "atmel,24c02";
reg = <0x51>;
pagesize = <16>;
+ vcc-supply = <®_vcc_3v3_sw>;
};
leds at 62 {
--
2.25.1
More information about the linux-arm-kernel
mailing list