diff options
author | Neil Armstrong | 2023-01-19 14:44:17 +0100 |
---|---|---|
committer | Neil Armstrong | 2023-01-20 16:27:40 +0100 |
commit | 2acbc33b3d19128cb673a980116e9e33fbc5161f (patch) | |
tree | 4d76f4885ea50634005d626354a874ff1ec8af67 /arch/arm/dts/Makefile | |
parent | e327e2affd302b7fd15b655624fdacb2f0492eab (diff) |
ARM: dts: sync Amlogic ARM64 DT from v6.2-rc1
This syncs the Amlogic G12A, G12B & SM1 base DT + the
Odroid Go Ultra DT from Linux v6.2-rc1 from commmit [1].
[1] 1b929c02afd3 ("Linux 6.2-rc1")
Link: https://lore.kernel.org/r/20230119-u-boot-odroid-go-ultra-v1-1-f96bab9db396@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index b3baaf48290..e8650dc8d5a 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -198,6 +198,7 @@ dtb-$(CONFIG_ARCH_MESON) += \ meson-g12b-gtking.dtb \ meson-g12b-gtking-pro.dtb \ meson-g12b-gsking-x.dtb \ + meson-g12b-odroid-go-ultra.dtb \ meson-g12b-odroid-n2.dtb \ meson-g12b-odroid-n2-plus.dtb \ meson-sm1-bananapi-m5.dtb \ |