From patchwork Thu May 7 23:19:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniy Paltsev X-Patchwork-Id: 245296 List-Id: U-Boot discussion From: Eugeniy.Paltsev at synopsys.com (Eugeniy Paltsev) Date: Fri, 8 May 2020 02:19:47 +0300 Subject: [PATCH] ARC: DTS: cleanup USB node names Message-ID: <20200507231947.4197-1-Eugeniy.Paltsev@synopsys.com> Remove redundant '0x' from node names. Signed-off-by: Eugeniy Paltsev --- arch/arc/dts/axs10x_mb.dtsi | 4 ++-- arch/arc/dts/hsdk-common.dtsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arc/dts/axs10x_mb.dtsi b/arch/arc/dts/axs10x_mb.dtsi index 5b77642b8d7..33b05934387 100644 --- a/arch/arc/dts/axs10x_mb.dtsi +++ b/arch/arc/dts/axs10x_mb.dtsi @@ -62,12 +62,12 @@ max-speed = <100>; }; - ehci at 0x40000 { + ehci at 40000 { compatible = "generic-ehci"; reg = < 0x40000 0x100 >; }; - ohci at 0x60000 { + ohci at 60000 { compatible = "generic-ohci"; reg = < 0x60000 0x100 >; }; diff --git a/arch/arc/dts/hsdk-common.dtsi b/arch/arc/dts/hsdk-common.dtsi index ea6cc468f83..9aa10e4b25d 100644 --- a/arch/arc/dts/hsdk-common.dtsi +++ b/arch/arc/dts/hsdk-common.dtsi @@ -84,7 +84,7 @@ phy-mode = "gmii"; }; - ehci at 0xf0040000 { + ehci at f0040000 { compatible = "generic-ehci"; reg = <0xf0040000 0x100>; @@ -96,7 +96,7 @@ resets = <&cgu_rst HSDK_USB_RESET>; }; - ohci at 0xf0060000 { + ohci at f0060000 { compatible = "generic-ohci"; reg = <0xf0060000 0x100>; };