diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2019-10-23 09:34:41 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-11-04 03:52:13 +0300 |
commit | 235e09198338b32f5c45548f5ed16ac9bd8f1e93 (patch) | |
tree | 45e1fda68da96c0a06a71ba3359978b731c08af0 /arch/arm64/boot/dts/freescale/imx8mn.dtsi | |
parent | 615138e583eff3468ec0c814ba55a0284f68625e (diff) | |
download | linux-235e09198338b32f5c45548f5ed16ac9bd8f1e93.tar.xz |
arm64: dts: imx8mn: 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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mn.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 1b430bce84f4..d4490500ac26 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -11,7 +11,6 @@ #include "imx8mn-pinfunc.h" / { - compatible = "fsl,imx8mn"; interrupt-parent = <&gic>; #address-cells = <2>; #size-cells = <2>; |