Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705044
| From | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH 0/4] EDAC: support reduce bus width on 98dx3236 |
| Date | 2017-08-07 03:50 +0200 |
| Message-ID | <ubFl7-1ES-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
(sorry I messed up sending this earlier, there is one additional patch and I'll
actually include the linux-arm and linux-edac mailing lists)
This series applies on top of Jan Lubbe's "EDAC drivers for Armada XP L2 and
DDR" series[1]. 1/4, 2/4 and 3/4 don't strictly depend on Jan's work so they
could go in through the ARM tree if that is preferred.
The 98dx3236 and similar switch chips with integrated CPUs have fewer pins
available for the SDRAM interface so the definition of "full" and "half" is
different to the Armada-XP SoC. In this series I introduce a
"marvell,reduced-width" device tree property and use this to identify such a
system.
I chose to use a new property instead of a new compatible string because the IP
block really is the Armada-XP one (at least according to the Marvell FAE I
spoke to) and because the scenario of requiring a reduced pin-count when going
from an external SoC to an integrated one will be reasonably common as we see
more an more of these switches with integrated ARM cores.
[1] - http://marc.info/?l=linux-edac&m=150167758312924
Chris Packham (4):
ARM: dts: enable L2 cache parity and ecc on db-xc3-24g4xg board
dt-bindings: add "reduced-width" property for Armada XP SDRAM
controller
ARM: dts: mvebu: set reduced-width property for SDRAM on 98dx3236
EDAC: add support for reduced-width Armada-XP SDRAM
.../bindings/memory-controllers/mvebu-sdram-controller.txt | 6 ++++++
arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 1 +
arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts | 5 +++++
drivers/edac/armada_xp_edac.c | 3 +++
4 files changed, 15 insertions(+)
--
2.13.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RESEND PATCH 0/4] EDAC: support reduce bus width on 98dx3236 Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-07 03:50 +0200
[RESEND PATCH 2/4] dt-bindings: add "reduced-width" property for Armada XP SDRAM controller Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-08-07 03:50 +0200
Re: [RESEND PATCH 2/4] dt-bindings: add "reduced-width" property for Armada XP SDRAM controller Rob Herring <robh@kernel.org> - 2017-08-10 22:40 +0200
Re: [RESEND PATCH 2/4] dt-bindings: add "reduced-width" property for Armada XP SDRAM controller Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-08-10 23:20 +0200
Re: [RESEND PATCH 2/4] dt-bindings: add "reduced-width" property for Armada XP SDRAM controller Jan Lübbe <jlu@pengutronix.de> - 2017-08-11 11:40 +0200
csiph-web