diff options
author | 2019-10-23 14:34:40 +0800 | |
---|---|---|
committer | 2019-11-04 08:52:13 +0800 | |
commit | 615138e583eff3468ec0c814ba55a0284f68625e (patch) | |
tree | a2f6602fe6029f955c7eeb91fe189c8a36c00c01 | |
parent | arm64: dts: imx8mq-evk: Add remote control (diff) | |
download | wireguard-linux-615138e583eff3468ec0c814ba55a0284f68625e.tar.xz wireguard-linux-615138e583eff3468ec0c814ba55a0284f68625e.zip |
arm64: dts: imx8mm: Remove duplicated machine compatible
Machine compatible string normally is located in board DT, remove
the duplicated one from SoC dtsi.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 93f2e620d70a..9a4751ad278b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -12,7 +12,6 @@ #include "imx8mm-pinfunc.h" / { - compatible = "fsl,imx8mm"; interrupt-parent = <&gic>; #address-cells = <2>; #size-cells = <2>; |