Skip to content

Commit 8517b62

Browse files
sean-anderson-secogregkh
authored andcommitted
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: Sean Anderson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3de536a commit 8517b62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/sh/boot/dts/j2_mimas_v2.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@
8888
clock-frequency = <125000000>;
8989
compatible = "xlnx,xps-uartlite-1.00.a";
9090
current-speed = <19200>;
91+
xlnx,use-parity = <0>;
92+
xlnx,data-bits = <8>;
9193
device_type = "serial";
9294
interrupts = <0x12>;
9395
port-number = <0>;

0 commit comments

Comments
 (0)