Commit ce004ae6 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Krzysztof Kozlowski

dt-bindings: memory: tegra20: emc: Document new LPDDR2 sub-node

Some Tegra20 boards don't have RAM code stored in NVMEM, which is used for
the memory chip identification and the identity information should be read
out from LPDDR2 chip in this case. Document new sub-node containing generic
LPDDR2 properties that will be used for the memory chip identification if
RAM code isn't available. The identification is done by reading out memory
configuration values from generic LPDDR2 mode registers of SDRAM chip and
comparing them with the values of device-tree 'lpddr2' sub-node.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211006224659.21434-8-digetx@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
parent 001b8b25
...@@ -164,13 +164,21 @@ patternProperties: ...@@ -164,13 +164,21 @@ patternProperties:
"#size-cells": "#size-cells":
const: 0 const: 0
lpddr2:
$ref: "ddr/jedec,lpddr2.yaml#"
type: object
patternProperties: patternProperties:
"^emc-table@[0-9]+$": "^emc-table@[0-9]+$":
$ref: "#/$defs/emc-table" $ref: "#/$defs/emc-table"
required: oneOf:
- required:
- nvidia,ram-code - nvidia,ram-code
- required:
- lpddr2
additionalProperties: false additionalProperties: false
required: required:
...@@ -227,4 +235,15 @@ examples: ...@@ -227,4 +235,15 @@ examples:
0x00000000 0x00000000 0x00000000 0x00000000>; 0x00000000 0x00000000 0x00000000 0x00000000>;
}; };
}; };
emc-tables@1 {
reg = <1>;
lpddr2 {
compatible = "elpida,B8132B2PB-6D-F", "jedec,lpddr2-s4";
revision-id1 = <1>;
density = <2048>;
io-width = <16>;
};
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment