Commit fc32781b authored by Vineet Gupta's avatar Vineet Gupta

ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed"

Per Grant's review comment - driver changes via tty tree
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 70b319f2
...@@ -48,7 +48,7 @@ arcuart0: serial@c0fc1000 { ...@@ -48,7 +48,7 @@ arcuart0: serial@c0fc1000 {
reg = <0xc0fc1000 0x100>; reg = <0xc0fc1000 0x100>;
interrupts = <5>; interrupts = <5>;
clock-frequency = <80000000>; clock-frequency = <80000000>;
baud = <115200>; current-speed = <115200>;
status = "okay"; status = "okay";
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment