Commit d8beb54e authored by Razvan Stefanescu's avatar Razvan Stefanescu Committed by Alexandre Belloni

ARM: dts: at91: sama5d2: disable pwm0 by default

It will be enabled as needed by each board.
Signed-off-by: default avatarRazvan Stefanescu <razvan.stefanescu@microchip.com>
Link: https://lore.kernel.org/r/1573543139-8533-1-git-send-email-eugen.hristev@microchip.comSigned-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent e42617b8
...@@ -615,6 +615,7 @@ pwm0: pwm@f802c000 { ...@@ -615,6 +615,7 @@ pwm0: pwm@f802c000 {
interrupts = <38 IRQ_TYPE_LEVEL_HIGH 7>; interrupts = <38 IRQ_TYPE_LEVEL_HIGH 7>;
#pwm-cells = <3>; #pwm-cells = <3>;
clocks = <&pmc PMC_TYPE_PERIPHERAL 38>; clocks = <&pmc PMC_TYPE_PERIPHERAL 38>;
status = "disabled";
}; };
sfr: sfr@f8030000 { sfr: sfr@f8030000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment