From: Geert Uytterhoeven Date: Thu, 8 Jun 2017 13:45:00 +0000 (+0200) Subject: arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=371294fc42c1f9cd634685a515da9eb247fd7d35;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Simon Horman --- 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"; };