Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: ddr: Add bindings for Samsung LPDDR3 memories

Add compatible for Samsung k3qf2f20db LPDDR3 memory bindings, based on
at25.txt compatible section. Introduce minor fixes in the old
documentation.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Lukasz Luba and committed by
Krzysztof Kozlowski
296523d9 5cb4d9a0

+7 -3
+7 -3
Documentation/devicetree/bindings/ddr/lpddr3.txt
··· 1 1 * LPDDR3 SDRAM memories compliant to JEDEC JESD209-3C 2 2 3 3 Required properties: 4 - - compatible : Should be - "jedec,lpddr3" 4 + - compatible : Should be "<vendor>,<type>", and generic value "jedec,lpddr3". 5 + Example "<vendor>,<type>" values: 6 + "samsung,K3QF2F20DB" 7 + 5 8 - density : <u32> representing density in Mb (Mega bits) 6 9 - io-width : <u32> representing bus width. Possible values are 8, 16, 32, 64 7 10 - #address-cells: Must be set to 1 ··· 46 43 Example: 47 44 48 45 samsung_K3QF2F20DB: lpddr3 { 49 - compatible = "Samsung,K3QF2F20DB", "jedec,lpddr3"; 46 + compatible = "samsung,K3QF2F20DB", "jedec,lpddr3"; 50 47 density = <16384>; 51 48 io-width = <32>; 52 49 #address-cells = <1>; ··· 76 73 77 74 timings_samsung_K3QF2F20DB_800mhz: lpddr3-timings@800000000 { 78 75 compatible = "jedec,lpddr3-timings"; 79 - reg = <800000000>; /* workaround: it shows max-freq */ 76 + /* workaround: 'reg' shows max-freq */ 77 + reg = <800000000>; 80 78 min-freq = <100000000>; 81 79 tRFC = <65000>; 82 80 tRRD = <6000>;