ARM: dts: vf610-zii-scu4-aib: Drop "rs485-rts-delay" property
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Tue, 20 Aug 2019 03:13:01 +0000 (20:13 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 2 Oct 2019 01:09:48 +0000 (09:09 +0800)
LPUART driver does not support specifying "rs485-rts-delay"
property. Drop it.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-zii-scu4-aib.dts

index dc8a5f37a1ef2a6029bfcbd1d77e46d4b1936a7c..c7638132c0f3f2956b2e97b895320be9e5d49c96 100644 (file)
        linux,rs485-enabled-at-boot-time;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;
-       rs485-rts-delay = <0 200>;
        status = "okay";
 };
 
        linux,rs485-enabled-at-boot-time;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
-       rs485-rts-delay = <0 200>;
        status = "okay";
 };