diff options
author | Fabio Estevam <festevam@denx.de> | 2024-07-02 02:12:28 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-08-05 11:09:52 +0300 |
commit | c716fb7effdef34acef67711ac7de3880c224b92 (patch) | |
tree | 222c875b69f2cb402d0403233c2f573302aeb9af /arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso | |
parent | 7500e5b3706e4f9a35aba017a0fd705d999e4285 (diff) | |
download | linux-c716fb7effdef34acef67711ac7de3880c224b92.tar.xz |
arm64: dts: imx8mm-phygate-tauri-l: Remove compatible from dtso
There is no need to describe the compatible string inside
a dtso file.
dt-schema produces super verbose warnings about that.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Parthiban Nallathambi <parthiban@linumiz.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso index bf3e04651ba0..9dd070342363 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso +++ b/arch/arm64/boot/dts/freescale/imx8mm-phygate-tauri-l-rs232-rs232.dtso @@ -14,11 +14,6 @@ /dts-v1/; /plugin/; -&{/} { - compatible = "phytec,imx8mm-phygate-tauri-l"; - -}; - &gpio3 { pinctrl-names = "default"; pinctrcl-0 = <&pinctrl_gpio3_hog>; |