diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-09-30 21:01:42 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 14:50:09 +0800 |
commit | 8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b (patch) | |
tree | 6832f2d539db3c9277d55c995fa397e8b996cc18 /arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | |
parent | 5cad03883f1b96f4736027a5ee56a14e52cdfbc1 (diff) | |
download | linux-next-8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b.tar.gz |
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-aristainetos2_4.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-aristainetos2_4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts index b16603f27dce..dfa6f64d43cc 100644 --- a/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts +++ b/arch/arm/boot/dts/imx6dl-aristainetos2_4.dts @@ -46,7 +46,7 @@ / { model = "aristainetos2 i.MX6 Dual Lite Board 4"; - compatible = "fsl,imx6dl"; + compatible = "abb,aristainetos2-imx6dl-4", "fsl,imx6dl"; memory@10000000 { device_type = "memory"; |