File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ config DDR_DRIVER_IMPEDANCE
580580 default 40 if DDR_MT41K128M16JT_125
581581 default 40 if DDR_W631GU6NB
582582 default 40 if DDR_W632GU6NB12I
583+ default 40 if DDR_W634GU6NB12I
583584 default 40 if DDR_AS4C512M16D3LA_10BIN
584585 default 40 if DDR_AS4C128M16D2A_25BAN
585586 default 40 if DDR_EM68D16CBQC_18IH
@@ -596,6 +597,7 @@ config DDR_ODT_IMPEDANCE
596597 default 60 if DDR_MT41K128M16JT_125
597598 default 60 if DDR_W631GU6NB
598599 default 60 if DDR_W632GU6NB12I
600+ default 60 if DDR_W634GU6NB12I
599601 default 60 if DDR_AS4C512M16D3LA_10BIN
600602 default 50 if DDR_MT47H128M16RT_25E_C
601603 default 50 if DDR_AS4C128M16D2A_25BAN
Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ config DDR_W632GU6NB12I
162162 depends on UMCTL2
163163 help
164164 DDR3L W632GU6N12I 16 Meg x 16 x 8 DDR3L-1600
165+ config DDR_W634GU6NB12I
166+ bool "DDR3L W634GU6NB12I (SAMA7G54 4G-SIP)"
167+ depends on UMCTL2
168+ help
169+ DDR3L W634GU6NB12I 32 Meg x 16 x 8 DDR3L-1600
165170config DDR_MT47H128M16RT_25E_C
166171 bool "DDR2 MT47H128M16RT-25E:C(SAMA7G5_DDR2_EB)"
167172 depends on UMCTL2
Original file line number Diff line number Diff line change 9696ifeq ($(CONFIG_DDR_W632GU6NB12I ) , y)
9797CPPFLAGS += -DCONFIG_DDR3 -DCONFIG_DDR3_SPEED_BIN_1600K -DCONFIG_DDR_2_GBIT
9898endif
99+ ifeq ($(CONFIG_DDR_W634GU6NB12I ) , y)
100+ CPPFLAGS += -DCONFIG_DDR3 -DCONFIG_DDR3_SPEED_BIN_1600K -DCONFIG_DDR_4_GBIT
101+ endif
99102ifeq ($(CONFIG_DDR_MT41K512M16HA_125 ) , y)
100103CPPFLAGS += -DCONFIG_DDR3 -DCONFIG_DDR3_SPEED_BIN_1600K -DCONFIG_DDR_8_GBIT
101104endif
You can’t perform that action at this time.
0 commit comments