mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 06:46:59 +00:00
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:
parent
b1d3e7fd9a
commit
a30a3ec888
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue