aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2015-03-09 12:40:36 -0400
committerShawn Guo <shawn.guo@linaro.org>2015-03-30 04:43:34 -0400
commite2675266b39b979d1d60b3671d5053af4a719be0 (patch)
tree0fef90095dde6675ced99dab460a7ef4590e4d7c /arch
parent7cdbec1f5d30fca90a73099505ea833ad3b6d027 (diff)
ARM: dts: imx6qdl: disable PWMs by default
Since PWMs are only useful if they are actually connected to an output pin, let users enable them explicitly in their device trees where they should also set up the pin configuration. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx6qdl.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 82dd0051865a..f74a8ded515f 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -359,6 +359,7 @@
359 clocks = <&clks IMX6QDL_CLK_IPG>, 359 clocks = <&clks IMX6QDL_CLK_IPG>,
360 <&clks IMX6QDL_CLK_PWM1>; 360 <&clks IMX6QDL_CLK_PWM1>;
361 clock-names = "ipg", "per"; 361 clock-names = "ipg", "per";
362 status = "disabled";
362 }; 363 };
363 364
364 pwm2: pwm@02084000 { 365 pwm2: pwm@02084000 {
@@ -369,6 +370,7 @@
369 clocks = <&clks IMX6QDL_CLK_IPG>, 370 clocks = <&clks IMX6QDL_CLK_IPG>,
370 <&clks IMX6QDL_CLK_PWM2>; 371 <&clks IMX6QDL_CLK_PWM2>;
371 clock-names = "ipg", "per"; 372 clock-names = "ipg", "per";
373 status = "disabled";
372 }; 374 };
373 375
374 pwm3: pwm@02088000 { 376 pwm3: pwm@02088000 {
@@ -379,6 +381,7 @@
379 clocks = <&clks IMX6QDL_CLK_IPG>, 381 clocks = <&clks IMX6QDL_CLK_IPG>,
380 <&clks IMX6QDL_CLK_PWM3>; 382 <&clks IMX6QDL_CLK_PWM3>;
381 clock-names = "ipg", "per"; 383 clock-names = "ipg", "per";
384 status = "disabled";
382 }; 385 };
383 386
384 pwm4: pwm@0208c000 { 387 pwm4: pwm@0208c000 {
@@ -389,6 +392,7 @@
389 clocks = <&clks IMX6QDL_CLK_IPG>, 392 clocks = <&clks IMX6QDL_CLK_IPG>,
390 <&clks IMX6QDL_CLK_PWM4>; 393 <&clks IMX6QDL_CLK_PWM4>;
391 clock-names = "ipg", "per"; 394 clock-names = "ipg", "per";
395 status = "disabled";
392 }; 396 };
393 397
394 can1: flexcan@02090000 { 398 can1: flexcan@02090000 {