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

Commit 371294fc authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name



R-Car Gen3 SoCs contain multiple PWM modules.  Hence to avoid conflicts,
pinctrl subnodes for PWM should include indices referring to their
instances.

Fixes: b33be336 ("arm64: dts: salvator-x: Add panel backlight support")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent fb5202db
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -417,7 +417,7 @@
		function = "i2c2";
		function = "i2c2";
	};
	};


	pwm1_pins: pwm {
	pwm1_pins: pwm1 {
		groups = "pwm1_a";
		groups = "pwm1_a";
		function = "pwm1";
		function = "pwm1";
	};
	};