mirror of
https://xff.cz/git/u-boot/
synced 2025-09-06 03:02:18 +02:00
rockchip: dts: rk3399-puma: add DTS for the DDR3-1866 timing
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> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
6608cf0fbe
commit
cf35242a3e
@@ -48,6 +48,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
|||||||
rk3399-firefly.dtb \
|
rk3399-firefly.dtb \
|
||||||
rk3399-puma-ddr1333.dtb \
|
rk3399-puma-ddr1333.dtb \
|
||||||
rk3399-puma-ddr1600.dtb \
|
rk3399-puma-ddr1600.dtb \
|
||||||
|
rk3399-puma-ddr1866.dtb \
|
||||||
rv1108-evb.dtb
|
rv1108-evb.dtb
|
||||||
dtb-$(CONFIG_ARCH_MESON) += \
|
dtb-$(CONFIG_ARCH_MESON) += \
|
||||||
meson-gxbb-odroidc2.dtb
|
meson-gxbb-odroidc2.dtb
|
||||||
|
11
arch/arm/dts/rk3399-puma-ddr1866.dts
Normal file
11
arch/arm/dts/rk3399-puma-ddr1866.dts
Normal file
@@ -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-1866.dtsi"
|
||||||
|
|
Reference in New Issue
Block a user