Commit 7e115bdd authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Arnd Bergmann

ARM: dts: uniphier: Rename usb-glue node for USB3 to usb-controller

This "usb-glue" stands for an external controller associated with USB core,
however, this is not common. So rename to "usb-controller".
Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-4-hayashi.kunihiko@socionext.com'
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 242c78ff
...@@ -518,7 +518,7 @@ usb0: usb@65a00000 { ...@@ -518,7 +518,7 @@ usb0: usb@65a00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65b00000 { usb-controller@65b00000 {
compatible = "socionext,uniphier-pro4-dwc3-glue", compatible = "socionext,uniphier-pro4-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
...@@ -571,7 +571,7 @@ usb1: usb@65c00000 { ...@@ -571,7 +571,7 @@ usb1: usb@65c00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65d00000 { usb-controller@65d00000 {
compatible = "socionext,uniphier-pro4-dwc3-glue", compatible = "socionext,uniphier-pro4-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
......
...@@ -480,7 +480,7 @@ usb0: usb@65a00000 { ...@@ -480,7 +480,7 @@ usb0: usb@65a00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65b00000 { usb-controller@65b00000 {
compatible = "socionext,uniphier-pro5-dwc3-glue", compatible = "socionext,uniphier-pro5-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
...@@ -544,7 +544,7 @@ usb1: usb@65c00000 { ...@@ -544,7 +544,7 @@ usb1: usb@65c00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65d00000 { usb-controller@65d00000 {
compatible = "socionext,uniphier-pro5-dwc3-glue", compatible = "socionext,uniphier-pro5-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
......
...@@ -609,7 +609,7 @@ usb0: usb@65a00000 { ...@@ -609,7 +609,7 @@ usb0: usb@65a00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65b00000 { usb-controller@65b00000 {
compatible = "socionext,uniphier-pxs2-dwc3-glue", compatible = "socionext,uniphier-pxs2-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
...@@ -704,7 +704,7 @@ usb1: usb@65c00000 { ...@@ -704,7 +704,7 @@ usb1: usb@65c00000 {
dr_mode = "host"; dr_mode = "host";
}; };
usb-glue@65d00000 { usb-controller@65d00000 {
compatible = "socionext,uniphier-pxs2-dwc3-glue", compatible = "socionext,uniphier-pxs2-dwc3-glue",
"simple-mfd"; "simple-mfd";
#address-cells = <1>; #address-cells = <1>;
......
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