mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
arm64: dts: renesas: Add pinctrl reset-names for RZ/G2L and RZ/V2H family SoCs
Add reset-names properties to the pin control nodes for
RZ/{G2L,G2UL,G3E,G3S} and RZ/{V2H,V2L,V2N} SoCs.
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20260317101627.174491-4-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
fdbf2cfbac
commit
998dd840cc
|
|
@ -604,6 +604,7 @@ pinctrl: pinctrl@11030000 {
|
|||
resets = <&cpg R9A07G043_GPIO_RSTN>,
|
||||
<&cpg R9A07G043_GPIO_PORT_RESETN>,
|
||||
<&cpg R9A07G043_GPIO_SPARE_RESETN>;
|
||||
reset-names = "rstn", "port", "spare";
|
||||
};
|
||||
|
||||
dmac: dma-controller@11820000 {
|
||||
|
|
|
|||
|
|
@ -1017,6 +1017,7 @@ pinctrl: pinctrl@11030000 {
|
|||
resets = <&cpg R9A07G044_GPIO_RSTN>,
|
||||
<&cpg R9A07G044_GPIO_PORT_RESETN>,
|
||||
<&cpg R9A07G044_GPIO_SPARE_RESETN>;
|
||||
reset-names = "rstn", "port", "spare";
|
||||
};
|
||||
|
||||
irqc: interrupt-controller@110a0000 {
|
||||
|
|
|
|||
|
|
@ -1025,6 +1025,7 @@ pinctrl: pinctrl@11030000 {
|
|||
resets = <&cpg R9A07G054_GPIO_RSTN>,
|
||||
<&cpg R9A07G054_GPIO_PORT_RESETN>,
|
||||
<&cpg R9A07G054_GPIO_SPARE_RESETN>;
|
||||
reset-names = "rstn", "port", "spare";
|
||||
};
|
||||
|
||||
irqc: interrupt-controller@110a0000 {
|
||||
|
|
|
|||
|
|
@ -533,6 +533,7 @@ pinctrl: pinctrl@11030000 {
|
|||
resets = <&cpg R9A08G045_GPIO_RSTN>,
|
||||
<&cpg R9A08G045_GPIO_PORT_RESETN>,
|
||||
<&cpg R9A08G045_GPIO_SPARE_RESETN>;
|
||||
reset-names = "rstn", "port", "spare";
|
||||
};
|
||||
|
||||
irqc: interrupt-controller@11050000 {
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ pinctrl: pinctrl@10410000 {
|
|||
interrupt-parent = <&icu>;
|
||||
power-domains = <&cpg>;
|
||||
resets = <&cpg 0xa5>, <&cpg 0xa6>;
|
||||
reset-names = "main", "error";
|
||||
};
|
||||
|
||||
cpg: clock-controller@10420000 {
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@ pinctrl: pinctrl@10410000 {
|
|||
gpio-ranges = <&pinctrl 0 0 96>;
|
||||
power-domains = <&cpg>;
|
||||
resets = <&cpg 0xa5>, <&cpg 0xa6>;
|
||||
reset-names = "main", "error";
|
||||
};
|
||||
|
||||
cpg: clock-controller@10420000 {
|
||||
|
|
|
|||
|
|
@ -270,6 +270,7 @@ pinctrl: pinctrl@10410000 {
|
|||
interrupt-parent = <&icu>;
|
||||
power-domains = <&cpg>;
|
||||
resets = <&cpg 0xa5>, <&cpg 0xa6>;
|
||||
reset-names = "main", "error";
|
||||
};
|
||||
|
||||
cpg: clock-controller@10420000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user