diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-07-19 21:16:58 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:46:45 -0600 |
commit | 777c834fd476af37340a1e4b15597669e8a0ca31 (patch) | |
tree | eb20ed183456f57f226ba486aba11621b842d616 /arch/arm/dts/Makefile | |
parent | a16e2e06809ad23afeda69edcc1a99182fa9d8fd (diff) | |
download | u-boot-imx-777c834fd476af37340a1e4b15597669e8a0ca31.zip u-boot-imx-777c834fd476af37340a1e4b15597669e8a0ca31.tar.gz u-boot-imx-777c834fd476af37340a1e4b15597669e8a0ca31.tar.bz2 |
dts: add support for Rockchip rk3399 soc
These files are from kernel upstream:
"649a371 Add linux-next specific files for 20160616"
with some modification need by U-Boot:
- chosen with stdout-path to uart2.
- add clock-frequency for uart2
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 88741e5..c97e3f6 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -32,7 +32,8 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-jerry.dtb \ rk3288-rock2-square.dtb \ rk3288-evb.dtb \ - rk3036-sdk.dtb + rk3036-sdk.dtb \ + rk3399-evb.dtb dtb-$(CONFIG_ARCH_MESON) += \ meson-gxbb-odroidc2.dtb dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ |