Skip to content

Commit be56dc7

Browse files
committed
ARM: dts: at91: sama5d27_som1_ek: add pinmuxing for pwm0
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 <claudiu.beznea@microchip.com>
1 parent f2ba537 commit be56dc7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1_ek_common.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@
180180
};
181181

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

186188
flx1: flexcom@f8038000 {
@@ -608,7 +610,7 @@
608610
compatible = "gpio-leds";
609611
pinctrl-names = "default";
610612
pinctrl-0 = <&pinctrl_led_gpio_default>;
611-
status = "okay";
613+
status = "okay"; /* Conflict with pwm0. */
612614

613615
red {
614616
label = "red";

0 commit comments

Comments
 (0)