Thread (42 messages) 42 messages, 7 authors, 2016-04-14

Re: [PATCH v3 01/16] dt: davinci: use proper address after @

From: Sergei Shtylyov <hidden>
Date: 2016-03-25 13:29:16
Also in: linux-arm-kernel, lkml

Hello.

On 03/25/2016 02:51 AM, David Lechner wrote:
TI has been using the physical address in DT after the @ in device nodes.
The device tree convention is to use the same address that is used for
the reg property. This updates all davinci DT files to use the proper
convention.

Signed-off-by: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>
[...]
quoted hunk ↗ jump to hunk
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 226cda7..4294849 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -15,7 +15,7 @@
  		#address-cells = <1>;
  		#size-cells = <1>;
  		ranges;
-		intc: interrupt-controller {
+		intc: interrupt-controller@fffee000 {
  			compatible = "ti,cp-intc";
  			interrupt-controller;
  			#interrupt-cells = <1>;
@@ -23,7 +23,7 @@
  			reg = <0xfffee000 0x2000>;
  		};
  	};
-	soc {
+	soc@1c00000 {
    This node doesn't have the "reg" prop.

[...]

MBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help