diff options
author | 2024-09-02 09:52:19 +0200 | |
---|---|---|
committer | 2024-09-04 17:36:24 +0800 | |
commit | 1a15e6751e2b4a68f699c8715a9936a2f40f6277 (patch) | |
tree | c6bc793fce7bc766d19c687dea9520741f816419 | |
parent | arm64: dts: ls1088ardb: add new RTC PCF2131 support (diff) | |
download | wireguard-linux-1a15e6751e2b4a68f699c8715a9936a2f40f6277.tar.xz wireguard-linux-1a15e6751e2b4a68f699c8715a9936a2f40f6277.zip |
arm64: dts: imx8mm-var-som: drop unused top-level compatible
The Variscite VAR-SOM-MX8MM System-on-Module cannot be used alone
without motherboard, so drop the top-level compatible field to avoid any
false impression that such usage is possible.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi index d7830df5b6f9..cdfacbc35db5 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-var-som.dtsi @@ -8,7 +8,6 @@ / { model = "Variscite VAR-SOM-MX8MM module"; - compatible = "variscite,var-som-mx8mm", "fsl,imx8mm"; chosen { stdout-path = &uart4; |