ARM: dts: uniphier: Rename usb-glue node for USB3 to usb-controller
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 13 Sep 2022 04:22:43 +0000 (13:22 +0900)
committerArnd Bergmann <arnd@arndb.de>
Wed, 28 Sep 2022 20:41:34 +0000 (22:41 +0200)
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: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20220913042249.4708-4-hayashi.kunihiko@socionext.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/uniphier-pro4.dtsi
arch/arm/boot/dts/uniphier-pro5.dtsi
arch/arm/boot/dts/uniphier-pxs2.dtsi

index 6140eb4..2232c67 100644 (file)
                        dr_mode = "host";
                };
 
-               usb-glue@65b00000 {
+               usb-controller@65b00000 {
                        compatible = "socionext,uniphier-pro4-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;
                        dr_mode = "host";
                };
 
-               usb-glue@65d00000 {
+               usb-controller@65d00000 {
                        compatible = "socionext,uniphier-pro4-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;
index 3525125..afc225f 100644 (file)
                        dr_mode = "host";
                };
 
-               usb-glue@65b00000 {
+               usb-controller@65b00000 {
                        compatible = "socionext,uniphier-pro5-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;
                        dr_mode = "host";
                };
 
-               usb-glue@65d00000 {
+               usb-controller@65d00000 {
                        compatible = "socionext,uniphier-pro5-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;
index c6288c7..2602503 100644 (file)
                        dr_mode = "host";
                };
 
-               usb-glue@65b00000 {
+               usb-controller@65b00000 {
                        compatible = "socionext,uniphier-pxs2-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;
                        dr_mode = "host";
                };
 
-               usb-glue@65d00000 {
+               usb-controller@65d00000 {
                        compatible = "socionext,uniphier-pxs2-dwc3-glue",
                                     "simple-mfd";
                        #address-cells = <1>;