Commit 7fb09952 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Use standard names for SRAM nodes



SRAM nodes should be named sram@<unit-address> to match the bindings.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent cea37ffc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@ memory@0 {
		reg = <0 0>;
	};

	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;
		};
+2 −2
Original line number Diff line number Diff line
@@ -97,14 +97,14 @@ pci@3,0 {
		};
	};

	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;
		};