Skip to content

Commit e1587c3

Browse files
committed
ARM: dts: at91: sama5d2_xplained: keep naming convention for pwm
Change pwm pin muxing name to keep, as much as possible, the naming convention used on the other Atmel/Microchip boards. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent be56dc7 commit e1587c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309

310310
pwm0: pwm@f802c000 {
311311
pinctrl-names = "default";
312-
pinctrl-0 = <&pinctrl_pwm_ch2_default>;
312+
pinctrl-0 = <&pinctrl_pwm0_pwm2_default>;
313313
status = "disabled"; /* conflict with leds */
314314
};
315315

@@ -657,7 +657,7 @@
657657
bias-disable;
658658
};
659659

660-
pinctrl_pwm_ch2_default: pwm_ch2_default {
660+
pinctrl_pwm0_pwm2_default: pwm0_pwm2_default {
661661
pinmux = <PIN_PB5__PWMH2>,
662662
<PIN_PB6__PWML2>;
663663
bias-pull-up;

0 commit comments

Comments
 (0)