ARM: tegra: Add EMC timings to Jetson TK1 device tree
This adds a new file, tegra124-jetson-tk1-emc.dtsi that contains valid timings for the EMC memory clock. The file is included to the main Jetson TK1 device tree. The data is generated from the V5.0.17 version of the DVFS tables. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
b273c88737
commit
6e72cf0027
File diff suppressed because it is too large
Load Diff
|
@ -3,6 +3,8 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
#include "tegra124.dtsi"
|
||||
|
||||
#include "tegra124-jetson-tk1-emc.dtsi"
|
||||
|
||||
/ {
|
||||
model = "NVIDIA Tegra124 Jetson TK1";
|
||||
compatible = "nvidia,jetson-tk1", "nvidia,tegra124";
|
||||
|
|
Loading…
Reference in New Issue