summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-18 11:10:58 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 09:56:43 +0200
commitd15d6c9644efa780cc12768d50b88747b13fde67 (patch)
tree3601c05211fffa952589963bcdf9477a193efbee /arch/arm
parentee3a051d95fff60ccac97b3410ee90d1ae1f920d (diff)
downloadbarebox-d15d6c9644efa780cc12768d50b88747b13fde67.tar.gz
barebox-d15d6c9644efa780cc12768d50b88747b13fde67.tar.xz
ARM: i.MX7: dts: replace commented-out code with status = "disabled"
A status = "disabled" node should act the same as if it were uncommented, with the difference that a board that does have the resistor populated could easily fixup the status. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx7d-pba-c-09.dtsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/dts/imx7d-pba-c-09.dtsi b/arch/arm/dts/imx7d-pba-c-09.dtsi
index 7106d6bfd7..0b2a987fd4 100644
--- a/arch/arm/dts/imx7d-pba-c-09.dtsi
+++ b/arch/arm/dts/imx7d-pba-c-09.dtsi
@@ -36,7 +36,6 @@
};
/* Enable if R9 is populated. Conflicts with userbtn2 on PEB-EVAL-02 */
- /*
reg_can1_3v3: regulator@2 {
compatible = "regulator-fixed";
reg = <2>;
@@ -45,8 +44,8 @@
regulator-max-microvolt = <3300000>;
gpio = <&gpio5 2 GPIO_ACTIVE_HIGH>;
enable-active-high;
+ status = "disabled";
};
- */
};
};