Skip to content

Commit

Permalink
sh: j2: Update uartlite binding with data and parity properties
Browse files Browse the repository at this point in the history
These properties are necessary for properly calculating the uart
timeout. I inspected the J2 source code, and believe these values to be
correct.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Link: https://lore.kernel.org/r/20210826192154.3202269-4-sean.anderson@seco.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sean Anderson authored and Greg Kroah-Hartman committed Sep 14, 2021
1 parent 3de536a commit 8517b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/boot/dts/j2_mimas_v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
clock-frequency = <125000000>;
compatible = "xlnx,xps-uartlite-1.00.a";
current-speed = <19200>;
xlnx,use-parity = <0>;
xlnx,data-bits = <8>;
device_type = "serial";
interrupts = <0x12>;
port-number = <0>;
Expand Down

0 comments on commit 8517b62

Please sign in to comment.