Commit 890b53ef authored by Justin Waters's avatar Justin Waters Committed by Shawn Guo

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: default avatarJustin Waters <justin.waters@timeys.com>
Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 36853f9c
......@@ -337,7 +337,7 @@ &pwm1 {
&pwm2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm2>;
status = "okay";
status = "disabled";
};
&sata {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment