ARM: dts: imx6q-ba16: Disable pwm2 by default
authorJustin Waters <justin.waters@timesys.com>
Fri, 1 Apr 2016 21:19:30 +0000 (17:19 -0400)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 09:47:56 +0000 (17:47 +0800)
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>
arch/arm/boot/dts/imx6q-ba16.dtsi

index fcc7b50..3f33a2a 100644 (file)
 &pwm2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pwm2>;
-       status = "okay";
+       status = "disabled";
 };
 
 &sata {