arm64: dts: mediatek: mt8516: rename usb phy
authorFabien Parent <fparent@baylibre.com>
Wed, 14 Oct 2020 16:24:03 +0000 (18:24 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Mon, 26 Oct 2020 09:49:42 +0000 (10:49 +0100)
The USB phy node is named usb0_phy but there is only one phy with
2 ports on MT8516. Rename the phy to make it more obvious it can
also support the usb1 node.
The usb1 node will be added in a follow-up commit.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20201014162404.1312544-1-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8516.dtsi
arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi

index 943c426..50049b6 100644 (file)
                        status = "disabled";
                };
 
-               usb0_phy: usb@11110000 {
+               usb_phy: usb@11110000 {
                        compatible = "mediatek,generic-tphy-v1";
                        reg = <0 0x11110000 0 0x800>;
                        #address-cells = <2>;
index 29d8cf6..3e5a8df 100644 (file)
        };
 };
 
-&usb0_phy {
+&usb_phy {
        status = "okay";
 };