From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 1/2] edac: add support for Calxeda highbank memory controller Date: Wed, 06 Jun 2012 17:56:40 -0500 Message-ID: <4FCFE028.10005@gmail.com> References: <1339020125-20198-1-git-send-email-robherring2@gmail.com> <1339020125-20198-2-git-send-email-robherring2@gmail.com> <4FCFDB12.3090403@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FCFDB12.3090403@redhat.com> Sender: linux-kernel-owner@vger.kernel.org To: Mauro Carvalho Chehab Cc: linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree-discuss@lists.ozlabs.org List-Id: devicetree@vger.kernel.org Mauro, On 06/06/2012 05:34 PM, Mauro Carvalho Chehab wrote: > Hi Rob, > > Em 06-06-2012 19:02, Rob Herring escreveu: >> From: Rob Herring >> >> Add support for memory controller on Calxeda Highbank platforms. Highbank >> platforms support a single 4GB mini-DIMM with 1-bit correction and 2-bit >> detection. >> [snip] >> + >> + layers[0].type = EDAC_MC_LAYER_CHIP_SELECT; >> + layers[0].size = 1; >> + layers[0].is_virt_csrow = true; >> + layers[1].type = EDAC_MC_LAYER_CHANNEL; >> + layers[1].size = 1; >> + layers[1].is_virt_csrow = false; >> + mci = edac_mc_alloc(0, ARRAY_SIZE(layers), layers, >> + sizeof(struct hb_mc_drvdata)); > > Hmm... I suspect that memories by DIMM chip select/channel at Calxeda, > as it is using just 1 cs/channel. It probably makes more sense to add new layer > type(s) to properly represent the way your memory controller addresses it, if > Calxeda doesn't work with DIMMs. Not sure I follow. DIMMs are supported, but only a newer JEDEC form factor (DDR3 72-bit mini DIMM). The h/w pretty much fixed to a single 4GB DIMM. The controller is 1 72-bit channel. Rob