ARC: DTS: cleanup USB node names
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 13 May 2020 15:15:12 +0000 (18:15 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 13 May 2020 15:15:12 +0000 (18:15 +0300)
Remove redundant '0x' from node names.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/dts/axs10x_mb.dtsi
arch/arc/dts/hsdk-common.dtsi

index 5b77642b8d77ca04989fe4d9d258296b6ccc3585..33b05934387a268b649acba912f2269565c344f4 100644 (file)
                        max-speed = <100>;
                };
 
-               ehci@0x40000 {
+               ehci@40000 {
                        compatible = "generic-ehci";
                        reg = < 0x40000 0x100 >;
                };
 
-               ohci@0x60000 {
+               ohci@60000 {
                        compatible = "generic-ohci";
                        reg = < 0x60000 0x100 >;
                };
index fd4245e1646a61787e7fdf78567dc84ed52c31e8..3b2ae8635d5a52e0cc0eee8d1071cacb687f6bd0 100644 (file)
                phy-mode = "gmii";
        };
 
-       ehci@0xf0040000 {
+       ehci@f0040000 {
                compatible = "generic-ehci";
                reg = <0xf0040000 0x100>;
        };
 
-       ohci@0xf0060000 {
+       ohci@f0060000 {
                compatible = "generic-ohci";
                reg = <0xf0060000 0x100>;
        };