Skip to content

Commit

Permalink
ARM: dts: imx6qdl-kontron-samx6i: remove duplicated node
Browse files Browse the repository at this point in the history
[ Upstream commit 204f67d ]

The regulator node 'regulator-3p3v-s0' was dupplicated. Remove it to
clean the DTS.

Fixes: 2a51f9d ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Marco Felsch authored and gregkh committed Sep 15, 2022
1 parent 8b21a2a commit cc868e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions arch/arm/boot/dts/imx6qdl-kontron-samx6i.dtsi
Expand Up @@ -51,16 +51,6 @@
vin-supply = <&reg_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 = <&reg_3p3v_s5>;
};

reg_3p3v_s5: regulator-3p3v-s5 {
compatible = "regulator-fixed";
regulator-name = "V_3V3_S5";
Expand Down

0 comments on commit cc868e0

Please sign in to comment.