Commit 7794bd7e authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

arm64: dts: renesas: Revise usb2_phy nodes and phys properties

Since the commit 233da2c9 ("dt-bindings: phy: rcar-gen3-phy-usb2:
Revise #phy-cells property") revised the #phy-cells, this patch follows
the updated document for R-Car Gen3 and RZ/A2 SoCs.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 90d4fa39
...@@ -606,7 +606,7 @@ hsusb: usb@e6590000 { ...@@ -606,7 +606,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
resets = <&cpg 704>; resets = <&cpg 704>;
...@@ -1733,7 +1733,7 @@ ohci0: usb@ee080000 { ...@@ -1733,7 +1733,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>; clocks = <&cpg CPG_MOD 703>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
resets = <&cpg 703>; resets = <&cpg 703>;
...@@ -1745,7 +1745,7 @@ ohci1: usb@ee0a0000 { ...@@ -1745,7 +1745,7 @@ ohci1: usb@ee0a0000 {
reg = <0 0xee0a0000 0 0x100>; reg = <0 0xee0a0000 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
...@@ -1757,7 +1757,7 @@ ehci0: usb@ee080100 { ...@@ -1757,7 +1757,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>; clocks = <&cpg CPG_MOD 703>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
...@@ -1770,7 +1770,7 @@ ehci1: usb@ee0a0100 { ...@@ -1770,7 +1770,7 @@ ehci1: usb@ee0a0100 {
reg = <0 0xee0a0100 0 0x100>; reg = <0 0xee0a0100 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci1>; companion = <&ohci1>;
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
...@@ -1786,7 +1786,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -1786,7 +1786,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>; clocks = <&cpg CPG_MOD 703>;
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
resets = <&cpg 703>; resets = <&cpg 703>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -1797,7 +1797,7 @@ usb2_phy1: usb-phy@ee0a0200 { ...@@ -1797,7 +1797,7 @@ usb2_phy1: usb-phy@ee0a0200 {
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>; power-domains = <&sysc R8A774A1_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -684,7 +684,7 @@ hsusb: usb@e6590000 { ...@@ -684,7 +684,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>; power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -1580,7 +1580,7 @@ ohci0: usb@ee080000 { ...@@ -1580,7 +1580,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>; power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -1592,7 +1592,7 @@ ehci0: usb@ee080100 { ...@@ -1592,7 +1592,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>; power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
...@@ -1608,7 +1608,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -1608,7 +1608,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>; power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -812,7 +812,7 @@ hsusb: usb@e6590000 { ...@@ -812,7 +812,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -829,7 +829,7 @@ hsusb3: usb@e659c000 { ...@@ -829,7 +829,7 @@ hsusb3: usb@e659c000 {
<&usb_dmac3 0>, <&usb_dmac3 1>; <&usb_dmac3 0>, <&usb_dmac3 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy3>; phys = <&usb2_phy3 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 705>, <&cpg 700>; resets = <&cpg 705>, <&cpg 700>;
...@@ -2416,7 +2416,7 @@ ohci0: usb@ee080000 { ...@@ -2416,7 +2416,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -2428,7 +2428,7 @@ ohci1: usb@ee0a0000 { ...@@ -2428,7 +2428,7 @@ ohci1: usb@ee0a0000 {
reg = <0 0xee0a0000 0 0x100>; reg = <0 0xee0a0000 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
...@@ -2440,7 +2440,7 @@ ohci2: usb@ee0c0000 { ...@@ -2440,7 +2440,7 @@ ohci2: usb@ee0c0000 {
reg = <0 0xee0c0000 0 0x100>; reg = <0 0xee0c0000 0 0x100>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 701>; clocks = <&cpg CPG_MOD 701>;
phys = <&usb2_phy2>; phys = <&usb2_phy2 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 701>; resets = <&cpg 701>;
...@@ -2452,7 +2452,7 @@ ohci3: usb@ee0e0000 { ...@@ -2452,7 +2452,7 @@ ohci3: usb@ee0e0000 {
reg = <0 0xee0e0000 0 0x100>; reg = <0 0xee0e0000 0 0x100>;
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>; clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>;
phys = <&usb2_phy3>; phys = <&usb2_phy3 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 700>, <&cpg 705>; resets = <&cpg 700>, <&cpg 705>;
...@@ -2464,7 +2464,7 @@ ehci0: usb@ee080100 { ...@@ -2464,7 +2464,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
...@@ -2477,7 +2477,7 @@ ehci1: usb@ee0a0100 { ...@@ -2477,7 +2477,7 @@ ehci1: usb@ee0a0100 {
reg = <0 0xee0a0100 0 0x100>; reg = <0 0xee0a0100 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci1>; companion = <&ohci1>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
...@@ -2490,7 +2490,7 @@ ehci2: usb@ee0c0100 { ...@@ -2490,7 +2490,7 @@ ehci2: usb@ee0c0100 {
reg = <0 0xee0c0100 0 0x100>; reg = <0 0xee0c0100 0 0x100>;
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 701>; clocks = <&cpg CPG_MOD 701>;
phys = <&usb2_phy2>; phys = <&usb2_phy2 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci2>; companion = <&ohci2>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
...@@ -2503,7 +2503,7 @@ ehci3: usb@ee0e0100 { ...@@ -2503,7 +2503,7 @@ ehci3: usb@ee0e0100 {
reg = <0 0xee0e0100 0 0x100>; reg = <0 0xee0e0100 0 0x100>;
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>; clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>;
phys = <&usb2_phy3>; phys = <&usb2_phy3 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci3>; companion = <&ohci3>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
...@@ -2519,7 +2519,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -2519,7 +2519,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -2530,7 +2530,7 @@ usb2_phy1: usb-phy@ee0a0200 { ...@@ -2530,7 +2530,7 @@ usb2_phy1: usb-phy@ee0a0200 {
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -2541,7 +2541,7 @@ usb2_phy2: usb-phy@ee0c0200 { ...@@ -2541,7 +2541,7 @@ usb2_phy2: usb-phy@ee0c0200 {
clocks = <&cpg CPG_MOD 701>; clocks = <&cpg CPG_MOD 701>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 701>; resets = <&cpg 701>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -2553,7 +2553,7 @@ usb2_phy3: usb-phy@ee0e0200 { ...@@ -2553,7 +2553,7 @@ usb2_phy3: usb-phy@ee0e0200 {
clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>; clocks = <&cpg CPG_MOD 700>, <&cpg CPG_MOD 705>;
power-domains = <&sysc R8A7795_PD_ALWAYS_ON>; power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
resets = <&cpg 700>, <&cpg 705>; resets = <&cpg 700>, <&cpg 705>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -783,7 +783,7 @@ hsusb: usb@e6590000 { ...@@ -783,7 +783,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -2286,7 +2286,7 @@ ohci0: usb@ee080000 { ...@@ -2286,7 +2286,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -2298,7 +2298,7 @@ ohci1: usb@ee0a0000 { ...@@ -2298,7 +2298,7 @@ ohci1: usb@ee0a0000 {
reg = <0 0xee0a0000 0 0x100>; reg = <0 0xee0a0000 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
...@@ -2310,7 +2310,7 @@ ehci0: usb@ee080100 { ...@@ -2310,7 +2310,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
...@@ -2323,7 +2323,7 @@ ehci1: usb@ee0a0100 { ...@@ -2323,7 +2323,7 @@ ehci1: usb@ee0a0100 {
reg = <0 0xee0a0100 0 0x100>; reg = <0 0xee0a0100 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci1>; companion = <&ohci1>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
...@@ -2339,7 +2339,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -2339,7 +2339,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -2350,7 +2350,7 @@ usb2_phy1: usb-phy@ee0a0200 { ...@@ -2350,7 +2350,7 @@ usb2_phy1: usb-phy@ee0a0200 {
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; power-domains = <&sysc R8A7796_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -667,7 +667,7 @@ hsusb: usb@e6590000 { ...@@ -667,7 +667,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -2026,7 +2026,7 @@ ohci0: usb@ee080000 { ...@@ -2026,7 +2026,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -2038,7 +2038,7 @@ ohci1: usb@ee0a0000 { ...@@ -2038,7 +2038,7 @@ ohci1: usb@ee0a0000 {
reg = <0 0xee0a0000 0 0x100>; reg = <0 0xee0a0000 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
...@@ -2050,7 +2050,7 @@ ehci0: usb@ee080100 { ...@@ -2050,7 +2050,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
...@@ -2063,7 +2063,7 @@ ehci1: usb@ee0a0100 { ...@@ -2063,7 +2063,7 @@ ehci1: usb@ee0a0100 {
reg = <0 0xee0a0100 0 0x100>; reg = <0 0xee0a0100 0 0x100>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
phys = <&usb2_phy1>; phys = <&usb2_phy1 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci1>; companion = <&ohci1>;
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
...@@ -2079,7 +2079,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -2079,7 +2079,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
...@@ -2090,7 +2090,7 @@ usb2_phy1: usb-phy@ee0a0200 { ...@@ -2090,7 +2090,7 @@ usb2_phy1: usb-phy@ee0a0200 {
clocks = <&cpg CPG_MOD 702>; clocks = <&cpg CPG_MOD 702>;
power-domains = <&sysc R8A77965_PD_ALWAYS_ON>; power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
resets = <&cpg 702>; resets = <&cpg 702>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -630,7 +630,7 @@ hsusb: usb@e6590000 { ...@@ -630,7 +630,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -1537,7 +1537,7 @@ ohci0: usb@ee080000 { ...@@ -1537,7 +1537,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -1549,7 +1549,7 @@ ehci0: usb@ee080100 { ...@@ -1549,7 +1549,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
...@@ -1565,7 +1565,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -1565,7 +1565,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -354,7 +354,7 @@ hsusb: usb@e6590000 { ...@@ -354,7 +354,7 @@ hsusb: usb@e6590000 {
<&usb_dmac1 0>, <&usb_dmac1 1>; <&usb_dmac1 0>, <&usb_dmac1 1>;
dma-names = "ch0", "ch1", "ch2", "ch3"; dma-names = "ch0", "ch1", "ch2", "ch3";
renesas,buswait = <11>; renesas,buswait = <11>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 3>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
resets = <&cpg 704>, <&cpg 703>; resets = <&cpg 704>, <&cpg 703>;
...@@ -875,7 +875,7 @@ ohci0: usb@ee080000 { ...@@ -875,7 +875,7 @@ ohci0: usb@ee080000 {
reg = <0 0xee080000 0 0x100>; reg = <0 0xee080000 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 1>;
phy-names = "usb"; phy-names = "usb";
power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
...@@ -887,7 +887,7 @@ ehci0: usb@ee080100 { ...@@ -887,7 +887,7 @@ ehci0: usb@ee080100 {
reg = <0 0xee080100 0 0x100>; reg = <0 0xee080100 0 0x100>;
interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
phys = <&usb2_phy0>; phys = <&usb2_phy0 2>;
phy-names = "usb"; phy-names = "usb";
companion = <&ohci0>; companion = <&ohci0>;
power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
...@@ -903,7 +903,7 @@ usb2_phy0: usb-phy@ee080200 { ...@@ -903,7 +903,7 @@ usb2_phy0: usb-phy@ee080200 {
clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>; clocks = <&cpg CPG_MOD 703>, <&cpg CPG_MOD 704>;
power-domains = <&sysc R8A77995_PD_ALWAYS_ON>; power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
resets = <&cpg 703>, <&cpg 704>; resets = <&cpg 703>, <&cpg 704>;
#phy-cells = <0>; #phy-cells = <1>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment