arm64: tegra: Fixup SYSRAM references
authorThierry Reding <treding@nvidia.com>
Fri, 12 Nov 2021 12:35:37 +0000 (13:35 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Dec 2021 15:51:00 +0000 (16:51 +0100)
commit7fa307524a4d721d4a04523018509882c5414e72
treebb3cd10b42ee53dbe47f2fbabdeeda428d8eb571
parentd9652f589edc6744e6f7aafb4447f3a6cd8ebb69
arm64: tegra: Fixup SYSRAM references

The json-schema bindings for SRAM expect the nodes to be called "sram"
rather than "sysram" or "shmem". Furthermore, place the brackets around
the SYSRAM references such that a two-element array is created rather
than a two-element array nested in a single-element array. This is not
relevant for device tree itself, but allows the nodes to be properly
validated against json-schema bindings.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
arch/arm64/boot/dts/nvidia/tegra194.dtsi
arch/arm64/boot/dts/nvidia/tegra234.dtsi