From 48aa10e065908667e32e3aab09f1c787cd127470 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Fri, 19 Apr 2024 18:04:55 +0200 Subject: Import device-tree files from Linux 6.8 --- src/arm64/freescale/imx8mn-var-som.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/arm64/freescale/imx8mn-var-som.dtsi') diff --git a/src/arm64/freescale/imx8mn-var-som.dtsi b/src/arm64/freescale/imx8mn-var-som.dtsi index b8946edf317b..b364307868f2 100644 --- a/src/arm64/freescale/imx8mn-var-som.dtsi +++ b/src/arm64/freescale/imx8mn-var-som.dtsi @@ -31,6 +31,14 @@ gpio = <&gpio2 9 GPIO_ACTIVE_HIGH>; enable-active-high; }; + + reg_3v3_fixed: regulator-3v3-fixed { + compatible = "regulator-fixed"; + regulator-name = "fixed_3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; + }; }; &A53_0 { @@ -234,6 +242,7 @@ compatible = "atmel,24c04"; reg = <0x52>; pagesize = <16>; + vcc-supply = <®_3v3_fixed>; }; }; -- cgit v1.2.3