
8 Jun
2017
8 Jun
'17
5:34 a.m.
On 6 June 2017 at 12:44, Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
This adds the DDR3-1866 timing via its own DTS and wires it up. This (currently) is not the default timing for the RK3399-Q7 and should be selected explicitly via the config (CONFIG_DEFAULT_DEVICE_TREE).
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Changes in v2:
- added rk3399-puma-ddr1866 DTS file for the DDR3-1866 implementation (replacing the #ifdef implementation)
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3399-puma-ddr1866.dts | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 arch/arm/dts/rk3399-puma-ddr1866.dts
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-rockchip, thanks!