Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0036d85b authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Alexandre Belloni
Browse files

ARM: dts: at91: sama5d2_xplained: add pinmuxing for pwm0



Add pin muxing for pwm0 and set it as disabled since it is in conflict
with pins for leds.

Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent be6d90b1
Loading
Loading
Loading
Loading
+9 −2
Original line number Original line Diff line number Diff line
@@ -233,7 +233,9 @@
			};
			};


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


			flx0: flexcom@f8034000 {
			flx0: flexcom@f8034000 {
@@ -503,6 +505,11 @@
					bias-disable;
					bias-disable;
				};
				};


				pinctrl_pwm0_pwm2_default: pwm0_pwm2_default {
					pinmux = <PIN_PB5__PWMH2>,
						 <PIN_PB6__PWML2>;
					bias-pull-up;
				};
			};
			};


			classd: classd@fc048000 {
			classd: classd@fc048000 {
@@ -539,7 +546,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";