diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-09-09 12:24:38 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2016-11-04 11:23:09 +0100 |
commit | 38d4a53733f50bcca72c3bc89a555d96c7fc441d (patch) | |
tree | dfc724b7cae53074a88be9d89aa897a4aeff5d1d /arch/arm/boot/dts/Makefile | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | kernel_replicant_linux-38d4a53733f50bcca72c3bc89a555d96c7fc441d.tar.gz kernel_replicant_linux-38d4a53733f50bcca72c3bc89a555d96c7fc441d.tar.bz2 kernel_replicant_linux-38d4a53733f50bcca72c3bc89a555d96c7fc441d.zip |
ARM: dts: Add support for OX820 and Pogoplug V3
Add device tree for the Oxford Seminconductor OX820 SoC and the
Cloud Engines PogoPlug v3 board.
Add the SoC and board compatible strings to oxnas bindings.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index befcd2619902..3b0c74f6940d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -604,7 +604,8 @@ dtb-$(CONFIG_ARCH_ORION5X) += \ dtb-$(CONFIG_ARCH_PRIMA2) += \ prima2-evb.dtb dtb-$(CONFIG_ARCH_OXNAS) += \ - wd-mbwe.dtb + wd-mbwe.dtb \ + cloudengines-pogoplug-series-3.dtb dtb-$(CONFIG_ARCH_QCOM) += \ qcom-apq8060-dragonboard.dtb \ qcom-apq8064-arrow-sd-600eval.dtb \ |