Skip to content

Commit

Permalink
Fix wrong DRAM clockspeed with legacy kernel on 2 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKaiser committed Oct 16, 2017
1 parent 71ac70f commit a0d88f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/fex/orangepiplus.fex
Expand Up @@ -175,7 +175,7 @@ pll_de = 864
;
;*****************************************************************************
[dram_para]
dram_clk = 672
dram_clk = 624
dram_type = 3
dram_zq = 0x3b3bfb
dram_odt_en = 0x1
Expand Down
2 changes: 1 addition & 1 deletion config/fex/orangepiplus2e.fex
Expand Up @@ -108,7 +108,7 @@ pll_periph1 = 600
pll_de = 864

[dram_para]
dram_clk = 672
dram_clk = 624
dram_type = 3
dram_zq = 0x3b3bfb
dram_odt_en = 1
Expand Down

0 comments on commit a0d88f5

Please sign in to comment.