]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0eb13d5081d5e555b0a6a6cf65932fd5aeb55a59
treebb3cd10b42ee53dbe47f2fbabdeeda428d8eb571
parent3384809411a5405767cbcdda544f0d084a42d50a
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