mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
arm64: dts: mediatek: mt8516: rename usb phy
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>
This commit is contained in:
parent
204b9cd58f
commit
5fae271026
@ -455,7 +455,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb0_phy: usb@11110000 {
|
||||
usb_phy: usb@11110000 {
|
||||
compatible = "mediatek,generic-tphy-v1";
|
||||
reg = <0 0x11110000 0 0x800>;
|
||||
#address-cells = <2>;
|
||||
|
@ -195,7 +195,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
&usb0_phy {
|
||||
&usb_phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user