Commit 8517b62e authored by Sean Anderson's avatar Sean Anderson Committed by Greg Kroah-Hartman

sh: j2: Update uartlite binding with data and parity properties

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: default avatarSean Anderson <sean.anderson@seco.com>
Link: https://lore.kernel.org/r/20210826192154.3202269-4-sean.anderson@seco.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3de536a8
......@@ -88,6 +88,8 @@ uart0: serial@100 {
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>;
......
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