diff options
author | Thierry Reding <treding@nvidia.com> | 2020-06-11 20:58:33 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-06-25 10:29:45 +0300 |
commit | 7fb099528bbe92157a5e2bdc94b6f5e0269f0dd6 (patch) | |
tree | bedfef76e887aa2cf928be4e86b82105bba49305 /arch/arm/boot/dts/tegra30.dtsi | |
parent | cea37ffc82e7ec2867e3b5cce70e2a0015b1b609 (diff) | |
download | linux-7fb099528bbe92157a5e2bdc94b6f5e0269f0dd6.tar.xz |
ARM: tegra: Use standard names for SRAM nodes
SRAM nodes should be named sram@<unit-address> to match the bindings.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index def18a86a36a..2007c603aba2 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi @@ -97,14 +97,14 @@ }; }; - iram@40000000 { + sram@40000000 { compatible = "mmio-sram"; reg = <0x40000000 0x40000>; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x40000000 0x40000>; - vde_pool: vde@400 { + vde_pool: sram@400 { reg = <0x400 0x3fc00>; pool; }; |