Re: [PATCH v3 1/6] dt-bindings: memory: tegra: Update for Tegra194

From: Rob Herring
Date: Wed Dec 15 2021 - 15:21:26 EST


On Mon, 13 Dec 2021 17:21:46 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@xxxxxxxxxx>
>
> The #interconnect-cells properties are required to hook up memory
> clients to the MC/EMC in interconnects properties. Add a description for
> these properties.
>
> For the nested EMC controller, the list of required properties was
> missing. Add it so that the validation can be more strict.
>
> Also, allow multiple reg entries required by Tegra194 and later.
>
> While at it, also remove the dummy BPMP node from the example because it
> is incomplete and fails validation. It's also not necessary for this
> file and the BPMP DT schema already has a full example.
>
> Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
> ---
> Changes in v3:
> - reword commit message to reflect changes in v2
>
> Changes in v2:
> - drop incomplete BPMP snippet from example
> - explicitly set minItems for reg property
> - describe MC and EMC general interrupts
> - add required properties for EMC
>
> .../nvidia,tegra186-mc.yaml | 78 ++++++++++++++++---
> 1 file changed, 67 insertions(+), 11 deletions(-)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>