]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 8 Jun 2017 13:45:00 +0000 (15:45 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Jun 2017 09:30:03 +0000 (11:30 +0200)
R-Car Gen3 SoCs contain multiple PWM modules.  Hence to avoid conflicts,
pinctrl subnodes for PWM should include indices referring to their
instances.

Fixes: b33be33670217533 ("arm64: dts: salvator-x: Add panel backlight support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-x.dtsi

index 937bdf8842f2e68461a985438acdb599ff294dd4..2f5386252aed55e843e2f3efa6ad5d345c653577 100644 (file)
@@ -417,7 +417,7 @@ i2c2_pins: i2c2 {
                function = "i2c2";
        };
 
-       pwm1_pins: pwm {
+       pwm1_pins: pwm1 {
                groups = "pwm1_a";
                function = "pwm1";
        };