diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-08 12:14:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-08 12:14:11 -0400 |
commit | 156d64fa55e9914b144c5e83f2a9e13d1223a4d3 (patch) | |
tree | 3501aaea3a400a6b92e6f98447f3205502d86887 /arch/arm/dts/rk3399-puma-ddr1333.dts | |
parent | 24796d27be0d0f403ed6ad7e3022b33e36ac08b5 (diff) | |
parent | 6c53d680c6b57bb9617a93cd1e92c242ae0aab21 (diff) |
Merge git://git.denx.de/u-boot-rockchip
Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixes and a few other things.
Diffstat (limited to 'arch/arm/dts/rk3399-puma-ddr1333.dts')
-rw-r--r-- | arch/arm/dts/rk3399-puma-ddr1333.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3399-puma-ddr1333.dts b/arch/arm/dts/rk3399-puma-ddr1333.dts new file mode 100644 index 0000000000..564de91226 --- /dev/null +++ b/arch/arm/dts/rk3399-puma-ddr1333.dts @@ -0,0 +1,11 @@ +/* + * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH + * + * SPDX-License-Identifier: GPL-2.0+ X11 + */ + +/dts-v1/; + +#include "rk3399-puma.dtsi" +#include "rk3399-sdram-ddr3-1333.dtsi" + |