Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 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>

authored by

Kunihiko Hayashi and committed by
Arnd Bergmann
7e115bdd 242c78ff

+6 -6
+2 -2
arch/arm/boot/dts/uniphier-pro4.dtsi
··· 518 518 dr_mode = "host"; 519 519 }; 520 520 521 - usb-glue@65b00000 { 521 + usb-controller@65b00000 { 522 522 compatible = "socionext,uniphier-pro4-dwc3-glue", 523 523 "simple-mfd"; 524 524 #address-cells = <1>; ··· 571 571 dr_mode = "host"; 572 572 }; 573 573 574 - usb-glue@65d00000 { 574 + usb-controller@65d00000 { 575 575 compatible = "socionext,uniphier-pro4-dwc3-glue", 576 576 "simple-mfd"; 577 577 #address-cells = <1>;
+2 -2
arch/arm/boot/dts/uniphier-pro5.dtsi
··· 480 480 dr_mode = "host"; 481 481 }; 482 482 483 - usb-glue@65b00000 { 483 + usb-controller@65b00000 { 484 484 compatible = "socionext,uniphier-pro5-dwc3-glue", 485 485 "simple-mfd"; 486 486 #address-cells = <1>; ··· 544 544 dr_mode = "host"; 545 545 }; 546 546 547 - usb-glue@65d00000 { 547 + usb-controller@65d00000 { 548 548 compatible = "socionext,uniphier-pro5-dwc3-glue", 549 549 "simple-mfd"; 550 550 #address-cells = <1>;
+2 -2
arch/arm/boot/dts/uniphier-pxs2.dtsi
··· 609 609 dr_mode = "host"; 610 610 }; 611 611 612 - usb-glue@65b00000 { 612 + usb-controller@65b00000 { 613 613 compatible = "socionext,uniphier-pxs2-dwc3-glue", 614 614 "simple-mfd"; 615 615 #address-cells = <1>; ··· 704 704 dr_mode = "host"; 705 705 }; 706 706 707 - usb-glue@65d00000 { 707 + usb-controller@65d00000 { 708 708 compatible = "socionext,uniphier-pxs2-dwc3-glue", 709 709 "simple-mfd"; 710 710 #address-cells = <1>;