diff options
author | Razvan Stefanescu <[email protected]> | 2019-11-12 07:19:48 +0000 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2019-12-09 20:23:43 +0100 |
commit | d8beb54edb7865f56a5ef85b95f3858cf512ba9f (patch) | |
tree | d179dd086415b42130cba5fb58390eaf32df1193 | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) |
ARM: dts: at91: sama5d2: disable pwm0 by default
It will be enabled as needed by each board.
Signed-off-by: Razvan Stefanescu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
-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 { |