Skip to content

Commit

Permalink
ARM: dts: at91: sama5d27_som1_ek: add pinmuxing for pwm0
Browse files Browse the repository at this point in the history
Add pin muxing for pwm0 and set it as disabled since it is in conflict
with the pins for leds.

Signed-off-by: Claudiu Beznea <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
claudiubeznea authored and alexandrebelloni committed Oct 10, 2017
1 parent 55f4286 commit 17b035d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
};

pwm0: pwm@f802c000 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_mikrobus1_pwm &pinctrl_mikrobus2_pwm>;
status = "disabled"; /* Conflict with leds. */
};

flx1: flexcom@f8038000 {
Expand Down Expand Up @@ -526,7 +528,7 @@
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_led_gpio_default>;
status = "okay";
status = "okay"; /* Conflict with pwm0. */

red {
label = "red";
Expand Down

0 comments on commit 17b035d

Please sign in to comment.