All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] decode-dimms: Actually decode LPDDR3 modules
@ 2021-05-25 13:26 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2021-05-25 13:26 UTC (permalink / raw)
  To: Linux I2C

In commit 78ed68308b58 ("decode-dimms: Decode manufacturing data for
LPDDR3") we said we would handle LPDDR3 the same as DDR3, however it
was actually only done for the manufacturing data. Extend the idea to
the rest of the data.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
---
Note: I can't test this.

 eeprom/decode-dimms |    1 +
 1 file changed, 1 insertion(+)

--- i2c-tools.orig/eeprom/decode-dimms	2020-09-22 10:01:57.020646204 +0200
+++ i2c-tools/eeprom/decode-dimms	2021-05-25 15:08:05.986521469 +0200
@@ -2177,6 +2177,7 @@ sub decode_rambus($)
 	"DDR SDRAM"	=> \&decode_ddr_sdram,
 	"DDR2 SDRAM"	=> \&decode_ddr2_sdram,
 	"DDR3 SDRAM"	=> \&decode_ddr3_sdram,
+	"LPDDR3 SDRAM"	=> \&decode_ddr3_sdram,
 	"DDR4 SDRAM"	=> \&decode_ddr4_sdram,
 	"DDR4E SDRAM"	=> \&decode_ddr4_sdram,
 	"LPDDR4 SDRAM"	=> \&decode_ddr4_sdram,


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-25 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 13:26 [PATCH] decode-dimms: Actually decode LPDDR3 modules Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.