]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dt-bindings: memory: factorise LPDDR props into SDRAM props
authorClément Le Goffic <clement.legoffic@foss.st.com>
Tue, 18 Nov 2025 15:07:57 +0000 (16:07 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 18 Dec 2025 16:09:38 +0000 (17:09 +0100)
commitdffaa1beea9e7a0d902fc4e25e137afcf1297267
tree4b50928d670550efe38d1fc3abb52f4de71cca1f
parent78da7027e2a99edea0d7e97b25d75be4698a8728
dt-bindings: memory: factorise LPDDR props into SDRAM props

LPDDR and DDR bindings are SDRAM types and are likely to share the same
properties (at least for density, io-width and reg).
To avoid bindings duplication, factorise the properties.

The compatible description has been updated because the MR (Mode
registers) used to get manufacturer ID and revision ID are not present
in case of DDR.
Those information should be in a SPD (Serial Presence Detect) EEPROM in
case of DIMM module or are known in case of soldered memory chips as
they are in the datasheet of the memory chips.

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Clément Le Goffic <legoffic.clement@gmail.com>
Link: https://patch.msgid.link/20251118-b4-ddr-bindings-v9-1-a033ac5144da@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr-props.yaml [deleted file]
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2.yaml
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3.yaml
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr4.yaml
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr5.yaml
Documentation/devicetree/bindings/memory-controllers/ddr/jedec,sdram-props.yaml [new file with mode: 0644]