diff options
author | Fabio Estevam <festevam@denx.de> | 2023-05-25 00:26:11 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-27 15:23:58 +0200 |
commit | 80ad9b634eff7f4232947a6551b049cc955fb91d (patch) | |
tree | a3967c18dee442b1d3f350caca226eaedd63cce2 /arch/arm | |
parent | ARM: dts: imx7d-smegw01: Pass Ethernet aliases (diff) | |
download | linux-80ad9b634eff7f4232947a6551b049cc955fb91d.tar.xz linux-80ad9b634eff7f4232947a6551b049cc955fb91d.zip |
ARM: dts: imx6ull-phytec-tauri: Remove invalid property
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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"; }; |