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 937bdf8..2f53862 100644 (file)
                function = "i2c2";
        };
 
-       pwm1_pins: pwm {
+       pwm1_pins: pwm1 {
                groups = "pwm1_a";
                function = "pwm1";
        };