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: b33be33670 ("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>
This commit is contained in:
Geert Uytterhoeven 2017-06-08 15:45:00 +02:00 committed by Simon Horman
parent fb5202dbeb
commit 371294fc42

View File

@ -417,7 +417,7 @@ i2c2_pins: i2c2 {
function = "i2c2";
};
pwm1_pins: pwm {
pwm1_pins: pwm1 {
groups = "pwm1_a";
function = "pwm1";
};