projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36853f9
)
ARM: dts: imx6q-ba16: Disable pwm2 by default
author
Justin Waters
<justin.waters@timesys.com>
Fri, 1 Apr 2016 21:19:30 +0000
(17:19 -0400)
committer
Shawn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx6q-ba16.dtsi
b/arch/arm/boot/dts/imx6q-ba16.dtsi
index fcc7b50005114de9b5f007a5f5a624904c184f20..3f33a2a2dfd4cae72346af28371a93b355ee967a 100644
(file)
--- 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 {