diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-28 15:33:07 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-28 18:13:53 +0300 |
commit | c28adcb536109f54ddf349ee2fd9beef084d4d88 (patch) | |
tree | 513248dc3a300a848cf96490d2c6a9dfa527c06c /arch/arm64/boot/dts/socionext/Makefile | |
parent | 555861fb4859e3debe96e19172f157d54abb7056 (diff) | |
download | linux-c28adcb536109f54ddf349ee2fd9beef084d4d88.tar.xz |
arm64: dts: uniphier: add PXs3 SoC support
Initial support for PXs3 SoC and its reference development board.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/socionext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/socionext/Makefile b/arch/arm64/boot/dts/socionext/Makefile index 4a13a3a97101..4bc091b365fd 100644 --- a/arch/arm64/boot/dts/socionext/Makefile +++ b/arch/arm64/boot/dts/socionext/Makefile @@ -2,7 +2,8 @@ dtb-$(CONFIG_ARCH_UNIPHIER) += \ uniphier-ld11-global.dtb \ uniphier-ld11-ref.dtb \ uniphier-ld20-global.dtb \ - uniphier-ld20-ref.dtb + uniphier-ld20-ref.dtb \ + uniphier-pxs3-ref.dtb always := $(dtb-y) clean-files := *.dtb |