diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2020-05-13 18:15:12 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2020-05-13 18:15:12 +0300 |
commit | d82ed6788edff59287f60ceaa54062cbd85943d9 (patch) | |
tree | cc06099c996c08aef250f6af5a30ac577efca979 /arch/arc/dts/axs10x_mb.dtsi | |
parent | 80a7674ef9cb07ffa04d390a5eaf2ae001b1efe0 (diff) | |
download | u-boot-d82ed6788edff59287f60ceaa54062cbd85943d9.tar.gz u-boot-d82ed6788edff59287f60ceaa54062cbd85943d9.tar.xz u-boot-d82ed6788edff59287f60ceaa54062cbd85943d9.zip |
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>
Diffstat (limited to 'arch/arc/dts/axs10x_mb.dtsi')
-rw-r--r-- | arch/arc/dts/axs10x_mb.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/dts/axs10x_mb.dtsi b/arch/arc/dts/axs10x_mb.dtsi index 5b77642b8d..33b0593438 100644 --- a/arch/arc/dts/axs10x_mb.dtsi +++ b/arch/arc/dts/axs10x_mb.dtsi @@ -62,12 +62,12 @@ max-speed = <100>; }; - ehci@0x40000 { + ehci@40000 { compatible = "generic-ehci"; reg = < 0x40000 0x100 >; }; - ohci@0x60000 { + ohci@60000 { compatible = "generic-ohci"; reg = < 0x60000 0x100 >; }; |