arm64: dts: renesas: Fix pin controller node names
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@glider.be> Link: https://lore.kernel.org/r/09a09c8ac9cb1a11b859c1ab9d9eae84cfefb1bb.1639666967.git.geert+renesas@glider.be
This commit is contained in:
parent
d563f4bac9
commit
c9b7011768
|
@ -87,7 +87,7 @@ rwdt: watchdog@e6020000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
pfc: pin-controller@e6050000 {
|
pfc: pinctrl@e6050000 {
|
||||||
compatible = "renesas,pfc-r8a779a0";
|
compatible = "renesas,pfc-r8a779a0";
|
||||||
reg = <0 0xe6050000 0 0x16c>, <0 0xe6050800 0 0x16c>,
|
reg = <0 0xe6050000 0 0x16c>, <0 0xe6050800 0 0x16c>,
|
||||||
<0 0xe6058000 0 0x16c>, <0 0xe6058800 0 0x16c>,
|
<0 0xe6058000 0 0x16c>, <0 0xe6058800 0 0x16c>,
|
||||||
|
|
|
@ -633,7 +633,7 @@ sysc: system-controller@11020000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
pinctrl: pin-controller@11030000 {
|
pinctrl: pinctrl@11030000 {
|
||||||
compatible = "renesas,r9a07g044-pinctrl";
|
compatible = "renesas,r9a07g044-pinctrl";
|
||||||
reg = <0 0x11030000 0 0x10000>;
|
reg = <0 0x11030000 0 0x10000>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
Loading…
Reference in New Issue