diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-30 21:01:42 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 07:50:09 +0100 |
commit | 8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b (patch) | |
tree | 6832f2d539db3c9277d55c995fa397e8b996cc18 /arch/arm/boot/dts/imx6dl-aristainetos_7.dts | |
parent | ARM: dts: imx6dl-pico: fix board compatibles (diff) | |
download | linux-8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b.tar.xz linux-8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b.zip |
ARM: dts: imx6dl: add compatibles for Aristainetos boards
The Aristainetos and Aristainetos2 boards have only SoC compatible.
Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-aristainetos_7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-aristainetos_7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts index 4d58cb4436d9..b6cb78870cd5 100644 --- a/arch/arm/boot/dts/imx6dl-aristainetos_7.dts +++ b/arch/arm/boot/dts/imx6dl-aristainetos_7.dts @@ -10,7 +10,7 @@ / { model = "aristainetos i.MX6 Dual Lite Board 7"; - compatible = "fsl,imx6dl"; + compatible = "abb,aristainetos-imx6dl-7", "fsl,imx6dl"; memory@10000000 { device_type = "memory"; |