diff options
author | Justin Waters <justin.waters@timesys.com> | 2016-04-02 00:19:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 12:47:56 +0300 |
commit | 890b53ef86da0db030059a04db8b5501ea619dc0 (patch) | |
tree | 91669fb24c9e812bec36b60445af3c809dfe7aa4 /arch/arm/boot/dts/imx6q-ba16.dtsi | |
parent | 36853f9c6134633a4f4dcbbdeb29e3daf84d2a9f (diff) | |
download | linux-890b53ef86da0db030059a04db8b5501ea619dc0.tar.xz |
ARM: dts: imx6q-ba16: Disable pwm2 by default
pwm2 is provided on the BA16 Q7 module, but is not used on any
of the current configurations. However, future platforms may
utilize this device, so we are simply disabling the node rather
than removing it completely.
Signed-off-by: Justin Waters <justin.waters@timeys.com>
Signed-off-by: Akshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-ba16.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-ba16.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-ba16.dtsi b/arch/arm/boot/dts/imx6q-ba16.dtsi index fcc7b5000511..3f33a2a2dfd4 100644 --- a/arch/arm/boot/dts/imx6q-ba16.dtsi +++ b/arch/arm/boot/dts/imx6q-ba16.dtsi @@ -337,7 +337,7 @@ &pwm2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pwm2>; - status = "okay"; + status = "disabled"; }; &sata { |