aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2012-02-16 05:55:27 -0500
committerBenoit Cousson <b-cousson@ti.com>2012-02-16 17:07:06 -0500
commit19bfb76ca32f8e4fa80746608ff4a77707f40520 (patch)
tree1dbfd06b531037ce403747c04e65ef20b98be33d /arch/arm
parentef28a1863ff81e7e71a2159ef0215ad0c29b4040 (diff)
arm/dts: OMAP3&4: Remove the '0x' prefix for serial nodes
Follow the DTS convention and thus name the nodes <name>@<address> without any '0x' prefix in the physical address. Suggested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/omap3.dtsi8
-rw-r--r--arch/arm/boot/dts/omap4.dtsi8
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/omap3.dtsi b/arch/arm/boot/dts/omap3.dtsi
index 216c3317461d..1c9d10a06a22 100644
--- a/arch/arm/boot/dts/omap3.dtsi
+++ b/arch/arm/boot/dts/omap3.dtsi
@@ -67,25 +67,25 @@
67 #interrupt-cells = <1>; 67 #interrupt-cells = <1>;
68 }; 68 };
69 69
70 uart1: serial@0x4806a000 { 70 uart1: serial@4806a000 {
71 compatible = "ti,omap3-uart"; 71 compatible = "ti,omap3-uart";
72 ti,hwmods = "uart1"; 72 ti,hwmods = "uart1";
73 clock-frequency = <48000000>; 73 clock-frequency = <48000000>;
74 }; 74 };
75 75
76 uart2: serial@0x4806c000 { 76 uart2: serial@4806c000 {
77 compatible = "ti,omap3-uart"; 77 compatible = "ti,omap3-uart";
78 ti,hwmods = "uart2"; 78 ti,hwmods = "uart2";
79 clock-frequency = <48000000>; 79 clock-frequency = <48000000>;
80 }; 80 };
81 81
82 uart3: serial@0x49020000 { 82 uart3: serial@49020000 {
83 compatible = "ti,omap3-uart"; 83 compatible = "ti,omap3-uart";
84 ti,hwmods = "uart3"; 84 ti,hwmods = "uart3";
85 clock-frequency = <48000000>; 85 clock-frequency = <48000000>;
86 }; 86 };
87 87
88 uart4: serial@0x49042000 { 88 uart4: serial@49042000 {
89 compatible = "ti,omap3-uart"; 89 compatible = "ti,omap3-uart";
90 ti,hwmods = "uart4"; 90 ti,hwmods = "uart4";
91 clock-frequency = <48000000>; 91 clock-frequency = <48000000>;
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi
index e8fe75fac7c5..f40af046c1c3 100644
--- a/arch/arm/boot/dts/omap4.dtsi
+++ b/arch/arm/boot/dts/omap4.dtsi
@@ -104,25 +104,25 @@
104 <0x48240100 0x0100>; 104 <0x48240100 0x0100>;
105 }; 105 };
106 106
107 uart1: serial@0x4806a000 { 107 uart1: serial@4806a000 {
108 compatible = "ti,omap4-uart"; 108 compatible = "ti,omap4-uart";
109 ti,hwmods = "uart1"; 109 ti,hwmods = "uart1";
110 clock-frequency = <48000000>; 110 clock-frequency = <48000000>;
111 }; 111 };
112 112
113 uart2: serial@0x4806c000 { 113 uart2: serial@4806c000 {
114 compatible = "ti,omap4-uart"; 114 compatible = "ti,omap4-uart";
115 ti,hwmods = "uart2"; 115 ti,hwmods = "uart2";
116 clock-frequency = <48000000>; 116 clock-frequency = <48000000>;
117 }; 117 };
118 118
119 uart3: serial@0x48020000 { 119 uart3: serial@48020000 {
120 compatible = "ti,omap4-uart"; 120 compatible = "ti,omap4-uart";
121 ti,hwmods = "uart3"; 121 ti,hwmods = "uart3";
122 clock-frequency = <48000000>; 122 clock-frequency = <48000000>;
123 }; 123 };
124 124
125 uart4: serial@0x4806e000 { 125 uart4: serial@4806e000 {
126 compatible = "ti,omap4-uart"; 126 compatible = "ti,omap4-uart";
127 ti,hwmods = "uart4"; 127 ti,hwmods = "uart4";
128 clock-frequency = <48000000>; 128 clock-frequency = <48000000>;