diff options
author | Liang Chen <cl@rock-chips.com> | 2018-08-01 10:45:16 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-08-27 06:16:48 +0200 |
commit | 4afbce842a5c5eb413142e267c9ff56cc6ee6b91 (patch) | |
tree | cf605009c6b7eb6e804d112664b096dab344cbe1 /arch/arm64/boot/dts/rockchip/Makefile | |
parent | arm64: dts: rockchip: add core dtsi file for PX30 SoCs (diff) | |
download | linux-4afbce842a5c5eb413142e267c9ff56cc6ee6b91.tar.xz linux-4afbce842a5c5eb413142e267c9ff56cc6ee6b91.zip |
arm64: dts: rockchip: add PX30 evaluation board devicetree
This patch add px30-evb.dts for PX30 evaluation board.
Tested on PX30 evb.
Signed-off-by: Liang Chen <cl@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/Makefile')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/Makefile b/arch/arm64/boot/dts/rockchip/Makefile index 06028db2d490..d08b7eda28d2 100644 --- a/arch/arm64/boot/dts/rockchip/Makefile +++ b/arch/arm64/boot/dts/rockchip/Makefile @@ -1,4 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 +dtb-$(CONFIG_ARCH_ROCKCHIP) += px30-evb.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-evb.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-rock64.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3328-roc-cc.dtb |