]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:12 +0000 (14:23 +0200)
commite7c16124b94d9b0778efc90492c38b52cacff2a1
treecbf32a50014eb36ff5aa0460bf1d814a80906c04
parent028785375bc0bb412b38ee18a59e30d778fb8f4c
arm64: tegra: Fixup SYSRAM references

[ Upstream commit 0eb13d5081d5e555b0a6a6cf65932fd5aeb55a59 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
arch/arm64/boot/dts/nvidia/tegra194.dtsi
arch/arm64/boot/dts/nvidia/tegra234.dtsi