Skip to content

Commit 84a97ea

Browse files
tmlindgregkh
authored andcommitted
ARM: dts: Fix compatible for ti81xx uarts for 8250
[ Upstream commit f62280efe8934a1275fd148ef302d1afec8cd3df ] 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> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6264101 commit 84a97ea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/dm814x.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
};
139139

140140
uart1: uart@20000 {
141-
compatible = "ti,omap3-uart";
141+
compatible = "ti,am3352-uart", "ti,omap3-uart";
142142
ti,hwmods = "uart1";
143143
reg = <0x20000 0x2000>;
144144
clock-frequency = <48000000>;
@@ -148,7 +148,7 @@
148148
};
149149

150150
uart2: uart@22000 {
151-
compatible = "ti,omap3-uart";
151+
compatible = "ti,am3352-uart", "ti,omap3-uart";
152152
ti,hwmods = "uart2";
153153
reg = <0x22000 0x2000>;
154154
clock-frequency = <48000000>;
@@ -158,7 +158,7 @@
158158
};
159159

160160
uart3: uart@24000 {
161-
compatible = "ti,omap3-uart";
161+
compatible = "ti,am3352-uart", "ti,omap3-uart";
162162
ti,hwmods = "uart3";
163163
reg = <0x24000 0x2000>;
164164
clock-frequency = <48000000>;

arch/arm/boot/dts/dm816x.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
};
348348

349349
uart1: uart@48020000 {
350-
compatible = "ti,omap3-uart";
350+
compatible = "ti,am3352-uart", "ti,omap3-uart";
351351
ti,hwmods = "uart1";
352352
reg = <0x48020000 0x2000>;
353353
clock-frequency = <48000000>;
@@ -357,7 +357,7 @@
357357
};
358358

359359
uart2: uart@48022000 {
360-
compatible = "ti,omap3-uart";
360+
compatible = "ti,am3352-uart", "ti,omap3-uart";
361361
ti,hwmods = "uart2";
362362
reg = <0x48022000 0x2000>;
363363
clock-frequency = <48000000>;
@@ -367,7 +367,7 @@
367367
};
368368

369369
uart3: uart@48024000 {
370-
compatible = "ti,omap3-uart";
370+
compatible = "ti,am3352-uart", "ti,omap3-uart";
371371
ti,hwmods = "uart3";
372372
reg = <0x48024000 0x2000>;
373373
clock-frequency = <48000000>;

0 commit comments

Comments
 (0)