Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1561284

[PATCH] arm64: dts: exynos: Remove address node from usb parent node

From Pankaj Dubey <pankaj.dubey@samsung.com>
Newsgroups linux.kernel
Subject [PATCH] arm64: dts: exynos: Remove address node from usb parent node
Date 2017-01-18 06:50 +0100
Message-ID <t0Ri9-8to-5@gated-at.bofh.it> (permalink)
References <t0Ri9-8to-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Address node does not required to be put after parent't node,
so remove address node from usb parent node.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index 68f764e..0d7a55d 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -1285,7 +1285,7 @@
 			status = "disabled";
 		};
 
-		usbdrd30: usb@15400000  {
+		usbdrd30: usb3-0 {
 			compatible = "samsung,exynos5250-dwusb3";
 			clocks = <&cmu_fsys CLK_ACLK_USBDRD30>,
 				<&cmu_fsys CLK_SCLK_USBDRD30>;
@@ -1332,7 +1332,7 @@
 			status = "disabled";
 		};
 
-		usbhost30: usb@15a00000 {
+		usbhost30: usbhost3-0 {
 			compatible = "samsung,exynos5250-dwusb3";
 			clocks = <&cmu_fsys CLK_ACLK_USBHOST30>,
 				<&cmu_fsys CLK_SCLK_USBHOST30>;
-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] arm64: dts: exynos: Remove address node from usb parent node Pankaj Dubey <pankaj.dubey@samsung.com> - 2017-01-18 06:50 +0100
  Re: [PATCH] arm64: dts: exynos: Remove address node from usb parent  node Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-18 08:20 +0100
    Re: [PATCH] arm64: dts: exynos: Remove address node from usb parent  node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-01-18 16:40 +0100
      Re: [PATCH] arm64: dts: exynos: Remove address node from usb parent  node "pankaj.dubey" <pankaj.dubey@samsung.com> - 2017-01-20 05:30 +0100

csiph-web