diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-02-11 04:32:08 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 12:46:22 -0500 |
commit | fc32781bfdb56dad883469b65e468e749ef35fe5 (patch) | |
tree | 61165ca2b854973c99e7167d3c3fdde67991ca73 | |
parent | 70b319f2beb12e766b12ed2858ee54ff4623ac03 (diff) |
ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed"
Per Grant's review comment - driver changes via tty tree
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
-rw-r--r-- | arch/arc/boot/dts/angel4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/angel4.dts b/arch/arc/boot/dts/angel4.dts index 4c188d5bc10c..bae4f936cb03 100644 --- a/arch/arc/boot/dts/angel4.dts +++ b/arch/arc/boot/dts/angel4.dts | |||
@@ -48,7 +48,7 @@ | |||
48 | reg = <0xc0fc1000 0x100>; | 48 | reg = <0xc0fc1000 0x100>; |
49 | interrupts = <5>; | 49 | interrupts = <5>; |
50 | clock-frequency = <80000000>; | 50 | clock-frequency = <80000000>; |
51 | baud = <115200>; | 51 | current-speed = <115200>; |
52 | status = "okay"; | 52 | status = "okay"; |
53 | }; | 53 | }; |
54 | }; | 54 | }; |