mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 21:41:16 +02:00
ARC: DTS: cleanup USB node names
Remove redundant '0x' from node names. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
This commit is contained in:
committed by
Alexey Brodkin
parent
80a7674ef9
commit
d82ed6788e
@@ -62,12 +62,12 @@
|
|||||||
max-speed = <100>;
|
max-speed = <100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ehci@0x40000 {
|
ehci@40000 {
|
||||||
compatible = "generic-ehci";
|
compatible = "generic-ehci";
|
||||||
reg = < 0x40000 0x100 >;
|
reg = < 0x40000 0x100 >;
|
||||||
};
|
};
|
||||||
|
|
||||||
ohci@0x60000 {
|
ohci@60000 {
|
||||||
compatible = "generic-ohci";
|
compatible = "generic-ohci";
|
||||||
reg = < 0x60000 0x100 >;
|
reg = < 0x60000 0x100 >;
|
||||||
};
|
};
|
||||||
|
@@ -84,12 +84,12 @@
|
|||||||
phy-mode = "gmii";
|
phy-mode = "gmii";
|
||||||
};
|
};
|
||||||
|
|
||||||
ehci@0xf0040000 {
|
ehci@f0040000 {
|
||||||
compatible = "generic-ehci";
|
compatible = "generic-ehci";
|
||||||
reg = <0xf0040000 0x100>;
|
reg = <0xf0040000 0x100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ohci@0xf0060000 {
|
ohci@f0060000 {
|
||||||
compatible = "generic-ohci";
|
compatible = "generic-ohci";
|
||||||
reg = <0xf0060000 0x100>;
|
reg = <0xf0060000 0x100>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user