diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-10 03:01:37 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-12 19:15:56 +0100 |
commit | 0a07c5c4a033a27058aad2fd0a3a192f3c1edf9b (patch) | |
tree | 6f0c1335cad6fa77ad8288df3addffe5f7182119 /src/mainboard/samsung/lumpy/devicetree.cb | |
parent | d2990c90fd89ee4618a14752f41afe848b27d3e3 (diff) |
lumpy: Support native raminit
Change-Id: Id695fb6e759b90cd91bb9760bb4fe2a459480b21
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13663
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/samsung/lumpy/devicetree.cb')
-rw-r--r-- | src/mainboard/samsung/lumpy/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/samsung/lumpy/devicetree.cb b/src/mainboard/samsung/lumpy/devicetree.cb index 6bf571aaae..f73e603970 100644 --- a/src/mainboard/samsung/lumpy/devicetree.cb +++ b/src/mainboard/samsung/lumpy/devicetree.cb @@ -14,6 +14,8 @@ chip northbridge/intel/sandybridge register "gpu_panel_power_backlight_on_delay" = "2100" # T5: 210ms register "gpu_panel_power_backlight_off_delay" = "2100" # TD: 210ms + register "max_mem_clock_mhz" = "666" + device cpu_cluster 0 on chip cpu/intel/socket_rPGA989 device lapic 0 on end |