From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Tue, 12 Apr 2016 10:59:59 +0800 Subject: [PATCH] arm: dts: imx6q-ba16: Disable pwm2 by default In-Reply-To: <1459545570-16390-1-git-send-email-akshay.bhat@timesys.com> References: <1459545570-16390-1-git-send-email-akshay.bhat@timesys.com> Message-ID: <20160412025959.GE15949@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Apr 01, 2016 at 05:19:30PM -0400, Akshay Bhat wrote: > From: Justin Waters > > 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 > Signed-off-by: Akshay Bhat Changed the lowercase 'arm' to 'ARM' in subject and applied the patch. Shawn > --- > arch/arm/boot/dts/imx6q-ba16.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/imx6q-ba16.dtsi b/arch/arm/boot/dts/imx6q-ba16.dtsi > index fcc7b50..3f33a2a 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 { > -- > 2.8.0 > >