aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMischa Jonker <mjonker@synopsys.com>2013-05-16 13:36:08 -0400
committerVineet Gupta <vgupta@synopsys.com>2014-04-05 09:06:45 -0400
commit6eda477b3c54b8236868c8784e5e042ff14244f0 (patch)
treeabec47d9ce68a1a239c9a35e41d420a233163f0a
parentc3441edd2dea83923421fd6050d2ffdc57696323 (diff)
ARC: [nsimosci] Change .dts to use generic 8250 UART
The Synopsys APB DW UART has a couple of special features that are not in the System C model. In 3.8, the 8250_dw driver didn't really use these features, but from 3.9 onwards, the 8250_dw driver has become incompatible with our model. Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: <stable@vger.kernel.org> #3.10, 3.12, 3.13, 3.14 Cc: Francois Bedard <Francois.Bedard@synopsys.com>
-rw-r--r--arch/arc/boot/dts/nsimosci.dts7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arc/boot/dts/nsimosci.dts b/arch/arc/boot/dts/nsimosci.dts
index ea16d782af58..8bd238c34c7d 100644
--- a/arch/arc/boot/dts/nsimosci.dts
+++ b/arch/arc/boot/dts/nsimosci.dts
@@ -11,7 +11,7 @@
11 11
12/ { 12/ {
13 compatible = "snps,nsimosci"; 13 compatible = "snps,nsimosci";
14 clock-frequency = <80000000>; /* 80 MHZ */ 14 clock-frequency = <20000000>; /* 20 MHZ */
15 #address-cells = <1>; 15 #address-cells = <1>;
16 #size-cells = <1>; 16 #size-cells = <1>;
17 interrupt-parent = <&intc>; 17 interrupt-parent = <&intc>;
@@ -44,15 +44,14 @@
44 }; 44 };
45 45
46 uart0: serial@c0000000 { 46 uart0: serial@c0000000 {
47 compatible = "snps,dw-apb-uart"; 47 compatible = "ns8250";
48 reg = <0xc0000000 0x2000>; 48 reg = <0xc0000000 0x2000>;
49 interrupts = <11>; 49 interrupts = <11>;
50 #clock-frequency = <80000000>;
51 clock-frequency = <3686400>; 50 clock-frequency = <3686400>;
52 baud = <115200>; 51 baud = <115200>;
53 reg-shift = <2>; 52 reg-shift = <2>;
54 reg-io-width = <4>; 53 reg-io-width = <4>;
55 status = "okay"; 54 no-loopback-test = <1>;
56 }; 55 };
57 56
58 pgu0: pgu@c9000000 { 57 pgu0: pgu@c9000000 {