diff options
author | Razvan Stefanescu <razvan.stefanescu@microchip.com> | 2019-11-12 07:19:48 +0000 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-12-09 20:23:43 +0100 |
commit | d8beb54edb7865f56a5ef85b95f3858cf512ba9f (patch) | |
tree | d179dd086415b42130cba5fb58390eaf32df1193 /arch/arm | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
download | lwn-d8beb54edb7865f56a5ef85b95f3858cf512ba9f.tar.gz lwn-d8beb54edb7865f56a5ef85b95f3858cf512ba9f.zip |
ARM: dts: at91: sama5d2: disable pwm0 by default
It will be enabled as needed by each board.
Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
Link: https://lore.kernel.org/r/1573543139-8533-1-git-send-email-eugen.hristev@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 565204816e34..4d3ba6d1ab5d 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -615,6 +615,7 @@ interrupts = <38 IRQ_TYPE_LEVEL_HIGH 7>; #pwm-cells = <3>; clocks = <&pmc PMC_TYPE_PERIPHERAL 38>; + status = "disabled"; }; sfr: sfr@f8030000 { |