Skip to content

Commit

Permalink
arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name
Browse files Browse the repository at this point in the history
R-Car Gen3 SoCs contain multiple PWM modules.  Hence to avoid conflicts,
pinctrl subnodes for PWM should include indices referring to their
instances.

Fixes: b33be33 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Simon Horman committed Jun 12, 2017
1 parent fb5202d commit 371294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/salvator-x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
function = "i2c2";
};

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

0 comments on commit 371294f

Please sign in to comment.