On Fri, 17 Dec 2021 17:59:18 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > While the memory controller found on Tegra132 is largely compatible with > the one found on Tegra124, there are some differences that may require > more specific matching on a Tegra132 compatible string, so add one to > the list of compatible strings. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../bindings/memory-controllers/nvidia,tegra124-emc.yaml | 6 +++++- > .../bindings/memory-controllers/nvidia,tegra124-mc.yaml | 4 +++- > 2 files changed, 8 insertions(+), 2 deletions(-) > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1570204 external-memory-controller@7001b000: compatible: 'oneOf' conditional failed, one must be fixed: arch/arm64/boot/dts/nvidia/tegra132-norrin.dt.yaml external-memory-controller@7001b000: '#interconnect-cells' is a required property arch/arm64/boot/dts/nvidia/tegra132-norrin.dt.yaml external-memory-controller@7001b000: 'operating-points-v2' is a required property arch/arm64/boot/dts/nvidia/tegra132-norrin.dt.yaml memory-controller@70019000: '#interconnect-cells' is a required property arch/arm64/boot/dts/nvidia/tegra132-norrin.dt.yaml memory-controller@70019000: '#reset-cells' is a required property arch/arm64/boot/dts/nvidia/tegra132-norrin.dt.yaml