]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6ul: disable PWMs by default
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Jan 2016 10:08:59 +0000 (11:08 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Mar 2016 09:01:45 +0000 (10:01 +0100)
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. This is in sync with a recent change
(commit e2675266b39b "ARM: dts: imx6qdl: disable PWMs by default")
to other i.MX SoCs.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul.dtsi

index 3aba0bbdde02e754e2ce1270193844ddbdabc5c8..863777ebacba5cd427d9dbd1e8868c67f48201dc 100644 (file)
                                         <&clks IMX6UL_CLK_PWM5>;
                                clock-names = "ipg", "per";
                                #pwm-cells = <2>;
+                               status = "disabled";
                        };
 
                        pwm6: pwm@020f4000 {
                                         <&clks IMX6UL_CLK_PWM6>;
                                clock-names = "ipg", "per";
                                #pwm-cells = <2>;
+                               status = "disabled";
                        };
 
                        pwm7: pwm@020f8000 {
                                         <&clks IMX6UL_CLK_PWM7>;
                                clock-names = "ipg", "per";
                                #pwm-cells = <2>;
+                               status = "disabled";
                        };
 
                        pwm8: pwm@020fc000 {
                                         <&clks IMX6UL_CLK_PWM8>;
                                clock-names = "ipg", "per";
                                #pwm-cells = <2>;
+                               status = "disabled";
                        };
                };