diff mbox

arm64: dts: salvator-x: Add missing index to PWM pinctrl subnode name

Message ID 1496929500-8551-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 371294fc42c1f9cd634685a515da9eb247fd7d35
Delegated to: Simon Horman
Headers show

Commit Message

Geert Uytterhoeven June 8, 2017, 1:45 p.m. UTC
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>
---
 arch/arm64/boot/dts/renesas/salvator-x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman June 12, 2017, 9:01 a.m. UTC | #1
On Thu, Jun 08, 2017 at 03:45:00PM +0200, Geert Uytterhoeven wrote:
> 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>

Thanks. I have queued this up for v4.13 as it fixes a patch which
has been accepted by the ARM-SoC maintainers for v4.13.
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/renesas/salvator-x.dtsi b/arch/arm64/boot/dts/renesas/salvator-x.dtsi
index 937bdf8842f2e684..2f5386252aed55e8 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";
 	};