提交 17b035dc 编写于 作者: C Claudiu Beznea 提交者: Alexandre Belloni

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: NClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@free-electrons.com>
上级 55f4286b
...@@ -133,7 +133,9 @@ ...@@ -133,7 +133,9 @@
}; };
pwm0: pwm@f802c000 { pwm0: pwm@f802c000 {
status = "okay"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_mikrobus1_pwm &pinctrl_mikrobus2_pwm>;
status = "disabled"; /* Conflict with leds. */
}; };
flx1: flexcom@f8038000 { flx1: flexcom@f8038000 {
...@@ -526,7 +528,7 @@ ...@@ -526,7 +528,7 @@
compatible = "gpio-leds"; compatible = "gpio-leds";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_led_gpio_default>; pinctrl-0 = <&pinctrl_led_gpio_default>;
status = "okay"; status = "okay"; /* Conflict with pwm0. */
red { red {
label = "red"; label = "red";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册