diff options
author | 2022-07-26 15:05:21 +0200 | |
---|---|---|
committer | 2022-08-21 20:22:18 +0800 | |
commit | 204f67d86f55dd4fa757ed04757d7273f71a169c (patch) | |
tree | 6e1addd687e86ca9c338950c92559e7c5280783e | |
parent | ARM: dts: imx6qdl-vicut1.dtsi: Fix node name backlight_led (diff) | |
download | wireguard-linux-204f67d86f55dd4fa757ed04757d7273f71a169c.tar.xz wireguard-linux-204f67d86f55dd4fa757ed04757d7273f71a169c.zip |
ARM: dts: imx6qdl-kontron-samx6i: remove duplicated node
The regulator node 'regulator-3p3v-s0' was dupplicated. Remove it to
clean the DTS.
Fixes: 2a51f9dae13d ("ARM: dts: imx6qdl-kontron-samx6i: Add iMX6-based Kontron SMARC-sAMX6i module")
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi index 095c9143d99a..f159c58b9edb 100644 --- a/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi +++ b/arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi @@ -51,16 +51,6 @@ vin-supply = <®_3p3v_s5>; }; - reg_3p3v_s0: regulator-3p3v-s0 { - compatible = "regulator-fixed"; - regulator-name = "V_3V3_S0"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-always-on; - regulator-boot-on; - vin-supply = <®_3p3v_s5>; - }; - reg_3p3v_s5: regulator-3p3v-s5 { compatible = "regulator-fixed"; regulator-name = "V_3V3_S5"; |