diff mbox series

ARM dts: imx6ull-phytec-tauri: Remove invalid property

Message ID 20230524222611.388858-1-festevam@gmail.com
State New
Headers show
Series ARM dts: imx6ull-phytec-tauri: Remove invalid property | expand

Commit Message

Fabio Estevam May 24, 2023, 10:26 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

The 'rs485-rts-active-high' property is not a valid property and is not
documented anywhere.

Remove it to fix the following DT schema warning:

serial@21f0000: Unevaluated properties are not allowed ('rs485-rts-active-high' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo May 27, 2023, 1:09 p.m. UTC | #1
On Wed, May 24, 2023 at 07:26:11PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The 'rs485-rts-active-high' property is not a valid property and is not
> documented anywhere.
> 
> Remove it to fix the following DT schema warning:
> 
> serial@21f0000: Unevaluated properties are not allowed ('rs485-rts-active-high' was unexpected)
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi b/arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi
index 5464a52a1f94..ea627638e40c 100644
--- a/arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi
+++ b/arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi
@@ -260,7 +260,6 @@  &uart4 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_uart4>;
 	rts-gpios = <&gpio3 2 GPIO_ACTIVE_HIGH>;
-	rs485-rts-active-high;
 	linux,rs485-enabled-at-boot-time;
 	status = "okay";
 };