diff options
author | Tony Lindgren <tony@atomide.com> | 2017-01-05 14:17:30 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-06 11:54:38 -0500 |
commit | f62280efe8934a1275fd148ef302d1afec8cd3df (patch) | |
tree | 61a31cf2e5e803737d1de8bdee33c60b828eca26 | |
parent | 1aa09df0854efe16b7a80358a18f0a0bebafd246 (diff) |
ARM: dts: Fix compatible for ti81xx uarts for 8250
When using 8250_omap driver, we need to specify the right
compatible value for the UART to work on dm814x and dm816x.
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/dm814x.dtsi | 6 | ||||
-rw-r--r-- | arch/arm/boot/dts/dm816x.dtsi | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi index 3459eb14b99e..da423c72bac0 100644 --- a/arch/arm/boot/dts/dm814x.dtsi +++ b/arch/arm/boot/dts/dm814x.dtsi | |||
@@ -251,7 +251,7 @@ | |||
251 | }; | 251 | }; |
252 | 252 | ||
253 | uart1: uart@20000 { | 253 | uart1: uart@20000 { |
254 | compatible = "ti,omap3-uart"; | 254 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
255 | ti,hwmods = "uart1"; | 255 | ti,hwmods = "uart1"; |
256 | reg = <0x20000 0x2000>; | 256 | reg = <0x20000 0x2000>; |
257 | clock-frequency = <48000000>; | 257 | clock-frequency = <48000000>; |
@@ -261,7 +261,7 @@ | |||
261 | }; | 261 | }; |
262 | 262 | ||
263 | uart2: uart@22000 { | 263 | uart2: uart@22000 { |
264 | compatible = "ti,omap3-uart"; | 264 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
265 | ti,hwmods = "uart2"; | 265 | ti,hwmods = "uart2"; |
266 | reg = <0x22000 0x2000>; | 266 | reg = <0x22000 0x2000>; |
267 | clock-frequency = <48000000>; | 267 | clock-frequency = <48000000>; |
@@ -271,7 +271,7 @@ | |||
271 | }; | 271 | }; |
272 | 272 | ||
273 | uart3: uart@24000 { | 273 | uart3: uart@24000 { |
274 | compatible = "ti,omap3-uart"; | 274 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
275 | ti,hwmods = "uart3"; | 275 | ti,hwmods = "uart3"; |
276 | reg = <0x24000 0x2000>; | 276 | reg = <0x24000 0x2000>; |
277 | clock-frequency = <48000000>; | 277 | clock-frequency = <48000000>; |
diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index 61dd2f6b02bc..621c211a436c 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi | |||
@@ -372,7 +372,7 @@ | |||
372 | }; | 372 | }; |
373 | 373 | ||
374 | uart1: uart@48020000 { | 374 | uart1: uart@48020000 { |
375 | compatible = "ti,omap3-uart"; | 375 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
376 | ti,hwmods = "uart1"; | 376 | ti,hwmods = "uart1"; |
377 | reg = <0x48020000 0x2000>; | 377 | reg = <0x48020000 0x2000>; |
378 | clock-frequency = <48000000>; | 378 | clock-frequency = <48000000>; |
@@ -382,7 +382,7 @@ | |||
382 | }; | 382 | }; |
383 | 383 | ||
384 | uart2: uart@48022000 { | 384 | uart2: uart@48022000 { |
385 | compatible = "ti,omap3-uart"; | 385 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
386 | ti,hwmods = "uart2"; | 386 | ti,hwmods = "uart2"; |
387 | reg = <0x48022000 0x2000>; | 387 | reg = <0x48022000 0x2000>; |
388 | clock-frequency = <48000000>; | 388 | clock-frequency = <48000000>; |
@@ -392,7 +392,7 @@ | |||
392 | }; | 392 | }; |
393 | 393 | ||
394 | uart3: uart@48024000 { | 394 | uart3: uart@48024000 { |
395 | compatible = "ti,omap3-uart"; | 395 | compatible = "ti,am3352-uart", "ti,omap3-uart"; |
396 | ti,hwmods = "uart3"; | 396 | ti,hwmods = "uart3"; |
397 | reg = <0x48024000 0x2000>; | 397 | reg = <0x48024000 0x2000>; |
398 | clock-frequency = <48000000>; | 398 | clock-frequency = <48000000>; |