Skip to content

Commit 3696fc9

Browse files
Eugeniy Paltsevvineetgarc
authored andcommitted
ARC: HAPS: use same UART configuration everywhere
For some reason we use ns8250 UART compatible on UP HAPS configuration and ns16550a (which is ns8250 with FIFO support) on SMP HAPS configuration. Given that we have same UART IP with same IP configuration on both HAPS configuration use ns16550a compatible everywhere. Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 4c36543 commit 3696fc9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/arc/boot/dts/haps_hs.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
};
4848

4949
uart0: serial@f0000000 {
50-
compatible = "ns8250";
50+
compatible = "ns16550a";
5151
reg = <0xf0000000 0x2000>;
5252
interrupts = <24>;
5353
clock-frequency = <50000000>;

arch/arc/boot/dts/haps_hs_idu.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
};
5555

5656
uart0: serial@f0000000 {
57-
/* compatible = "ns8250"; Doesn't use FIFOs */
5857
compatible = "ns16550a";
5958
reg = <0xf0000000 0x2000>;
6059
interrupt-parent = <&idu_intc>;

0 commit comments

Comments
 (0)