diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-06-08 15:45:00 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-06-12 11:30:03 +0200 |
commit | 371294fc42c1f9cd634685a515da9eb247fd7d35 (patch) | |
tree | fb60c62166f528d1f7d0bec3717a65c1c5e8cccc /arch/arm64/boot/dts/renesas/salvator-x.dtsi | |
parent | fb5202dbebfd8fbfc68c67cbed7d4e86f43f6f86 (diff) | |
download | linux-371294fc42c1f9cd634685a515da9eb247fd7d35.tar.gz linux-371294fc42c1f9cd634685a515da9eb247fd7d35.tar.bz2 linux-371294fc42c1f9cd634685a515da9eb247fd7d35.zip |
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: 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>
Diffstat (limited to 'arch/arm64/boot/dts/renesas/salvator-x.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-x.dtsi b/arch/arm64/boot/dts/renesas/salvator-x.dtsi index 937bdf8842f2..2f5386252aed 100644 --- a/arch/arm64/boot/dts/renesas/salvator-x.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-x.dtsi @@ -417,7 +417,7 @@ function = "i2c2"; }; - pwm1_pins: pwm { + pwm1_pins: pwm1 { groups = "pwm1_a"; function = "pwm1"; }; |