Re: [PATCH v2 2/4] dt-bindings: memory: tegra20: emc: Document new LPDDR2 sub-node

From: Dmitry Osipenko
Date: Sat Oct 02 2021 - 21:28:41 EST


03.10.2021 03:35, Dmitry Osipenko пишет:
> + lpddr2-configuration:
> + $ref: "jedec,lpddr2.yaml#"
> + type: object
...
> +
> + lpddr2-config {
> + jedec,lpddr2-manufacturer-id = <LPDDR2_MANID_ELPIDA>;
> + jedec,lpddr2-revision-id1 = <1>;
> + jedec,lpddr2-density-mbits = <2048>;
> + jedec,lpddr2-io-width-bits = <16>;
> + jedec,lpddr2-type = <LPDDR2_TYPE_S4>;
> + };

I just noticed that this is a wrong node name and I missed to run
dt_binding_check after the last edit. I'll send v3 with the corrected
name shortly.