diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-07 23:05:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-07 23:05:57 -0400 |
commit | 526fe06a5d1d96ce22cca743576945016ec4e2ef (patch) | |
tree | f5950f0058d0c6482d78f7af604864a3b7bf8208 /arch/arm/dts/Makefile | |
parent | 0b59138690a93f3d880be3d5aa675f7219376e58 (diff) | |
parent | ad277eb4587ab1ac710ce8fd2b733874032d951f (diff) |
Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
- dts sync from kernel for rk3399 boards;
- Add Radxa Rock Pi N8, N10;
- Some feature update for Pinebook Pro;
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 89fa448818..d345e30f35 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -92,6 +92,7 @@ dtb-$(CONFIG_ROCKCHIP_RK3288) += \ rk3288-phycore-rdk.dtb \ rk3288-popmetal.dtb \ rk3288-rock2-square.dtb \ + rk3288-rock-pi-n8.dtb \ rk3288-tinker.dtb \ rk3288-tinker-s.dtb \ rk3288-veyron-jerry.dtb \ @@ -136,7 +137,8 @@ dtb-$(CONFIG_ROCKCHIP_RK3399) += \ rk3399-roc-pc-mezzanine.dtb \ rk3399-rock-pi-4.dtb \ rk3399-rock960.dtb \ - rk3399-rockpro64.dtb + rk3399-rockpro64.dtb \ + rk3399pro-rock-pi-n10.dtb dtb-$(CONFIG_ROCKCHIP_RV1108) += \ rv1108-elgin-r1.dtb \ |