arm64: zynqmp: Remove id from usb node name

There is no reason to have number in usb node name. This is also sync up
patch with upstream kernel.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7b13db34031af88a5738d2ec2e05d2498ea8c869.1670590595.git.michal.simek@amd.com
This commit is contained in:
Michal Simek 2022-12-09 13:56:41 +01:00
parent b1d3e7fd9a
commit a30a3ec888

View file

@ -846,7 +846,7 @@
power-domains = <&zynqmp_firmware PD_UART_1>;
};
usb0: usb0@ff9d0000 {
usb0: usb@ff9d0000 {
#address-cells = <2>;
#size-cells = <2>;
status = "disabled";
@ -879,7 +879,7 @@
};
};
usb1: usb1@ff9e0000 {
usb1: usb@ff9e0000 {
#address-cells = <2>;
#size-cells = <2>;
status = "disabled";