diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-28 16:18:16 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-08-30 01:17:42 +0200 |
commit | 700ab8d839271edf4eb8de848f116f55d97a60fa (patch) | |
tree | 6c4b09fdef1a3acc4f71427ef05867b10acc550e /arch/arm64/boot/dts/amlogic/Makefile | |
parent | dt-bindings: arm: amlogic: add Amlogic SM1 based Khadas VIM3L bindings (diff) | |
download | linux-700ab8d839271edf4eb8de848f116f55d97a60fa.tar.xz linux-700ab8d839271edf4eb8de848f116f55d97a60fa.zip |
arm64: dts: khadas-vim3: add support for the SM1 based VIM3L
Add the Amlogic SM1 based Khadas VIM3L, sharing all the same features
as the G12B based VIM3, but:
- a different DVFS support since only a single cluster is available
- audio is still not available on SM1
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/Makefile b/arch/arm64/boot/dts/amlogic/Makefile index edbf128e7707..84afecba9ec0 100644 --- a/arch/arm64/boot/dts/amlogic/Makefile +++ b/arch/arm64/boot/dts/amlogic/Makefile @@ -35,3 +35,4 @@ dtb-$(CONFIG_ARCH_MESON) += meson-gxm-q201.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxm-rbox-pro.dtb dtb-$(CONFIG_ARCH_MESON) += meson-gxm-vega-s96.dtb dtb-$(CONFIG_ARCH_MESON) += meson-sm1-sei610.dtb +dtb-$(CONFIG_ARCH_MESON) += meson-sm1-khadas-vim3l.dtb |