diff options
author | Olof Johansson <olof@lixom.net> | 2018-07-14 22:47:22 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-07-14 22:47:22 -0700 |
commit | f54440e41b627e8eddf9e003aa61447c21e82cfd (patch) | |
tree | 4d026a0aabd5c8a8267c930d27f6603f63fc3d63 /arch/arm/boot/dts/Makefile | |
parent | 64cc2c4eb536635661f75312cc2cfa7c8043c5fe (diff) | |
parent | 41043ec45bdea5970e7c2d6766caf0793aeeb159 (diff) |
Merge tag 'gemini-dts-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/dt
Gemini DTS updates for v4.19:
- Add Vitesse switch chips
- Add a new DT for a reference design
* tag 'gemini-dts-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik:
ARM: dts: Add devicetree for Storlink/Storm SL93512R
ARM: dts: Add Vitesse G5e switch to the Gemini SQ201
ARM: dts: Add WAN ethernet port to the SQ201
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a8a55b87bb25..ed4bab8be2f6 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -201,6 +201,7 @@ dtb-$(CONFIG_ARCH_GEMINI) += \ gemini-dlink-dns-313.dtb \ gemini-nas4220b.dtb \ gemini-rut1xx.dtb \ + gemini-sl93512r.dtb \ gemini-sq201.dtb \ gemini-wbd111.dtb \ gemini-wbd222.dtb |