[PATCH] arm64: dts: renesas: Fix pin controller node names

Geert Uytterhoeven geert+renesas at glider.be
Thu Dec 16 07:04:49 PST 2021


Align all pin controller node names with the expectations of the DT
bindings in Documentation/devicetree/bindings/pinctrl/pinctrl.yaml.

Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
Exposed by commit c09acbc499e883a3 ("dt-bindings: pinctrl: use
pinctrl.yaml") in
To be queued in renesas-devel for v5.17.
---
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi  | 2 +-
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index 5a537f4fc9f9dde3..f07d192b409c5851 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -87,7 +87,7 @@ rwdt: watchdog at e6020000 {
 			status = "disabled";
 		};
 
-		pfc: pin-controller at e6050000 {
+		pfc: pinctrl at e6050000 {
 			compatible = "renesas,pfc-r8a779a0";
 			reg = <0 0xe6050000 0 0x16c>, <0 0xe6050800 0 0x16c>,
 			      <0 0xe6058000 0 0x16c>, <0 0xe6058800 0 0x16c>,
diff --git a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
index f1fdf4194b226089..ea4ae0b20fd00565 100644
--- a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
@@ -633,7 +633,7 @@ sysc: system-controller at 11020000 {
 			status = "disabled";
 		};
 
-		pinctrl: pin-controller at 11030000 {
+		pinctrl: pinctrl at 11030000 {
 			compatible = "renesas,r9a07g044-pinctrl";
 			reg = <0 0x11030000 0 0x10000>;
 			gpio-controller;
-- 
2.25.1




More information about the linux-arm-kernel mailing list