sh: j2: Update uartlite binding with data and parity properties
authorSean Anderson <sean.anderson@seco.com>
Thu, 26 Aug 2021 19:21:53 +0000 (15:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 08:05:32 +0000 (10:05 +0200)
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>
arch/sh/boot/dts/j2_mimas_v2.dts

index 9f4742fab329d39d006314c252330e0c8bb47fb0..fa9562f78d532c495d079c44e9a422d651124d72 100644 (file)
@@ -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>;