diff options
author | Masahiro Yamada | 2017-01-21 18:05:30 +0900 |
---|---|---|
committer | Masahiro Yamada | 2017-01-22 16:49:34 +0900 |
commit | 61e6cc0aa191f7edecbbe1573f1f8b8216f613cd (patch) | |
tree | e6e87542e9629849d02e4c5258088d07dd51b973 /arch/arm/dts/Makefile | |
parent | 7434bfa0e32c3c612f709d5736c5d4199a68f25f (diff) |
ARM: dts: uniphier: add PXs3 SoC/board support
Initial commit for the PXs3 SoC DT.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 3dbbaa7a068..6a7924e52d0 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -98,6 +98,8 @@ dtb-$(CONFIG_ARCH_UNIPHIER_PRO5) += \ dtb-$(CONFIG_ARCH_UNIPHIER_PXS2) += \ uniphier-pxs2-gentil.dtb \ uniphier-pxs2-vodka.dtb +dtb-$(CONFIG_ARCH_UNIPHIER_PXS3) += \ + uniphier-pxs3-ref.dtb dtb-$(CONFIG_ARCH_UNIPHIER_SLD3) += \ uniphier-sld3-ref.dtb dtb-$(CONFIG_ARCH_UNIPHIER_SLD8) += \ |