Commit ce8739df authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tony Lindgren
Browse files

ARM: dts: omap: Rename "ocmcram" node to "sram"



The device node name should reflect generic class of a device so rename
the "ocmcram" node to "sram".  This will be also in sync with upcoming DT
schema.  No functional change.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6bad4f2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
		l4_abe: interconnect@40100000 {
		};

		ocmcram: ocmcram@40304000 {
		ocmcram: sram@40304000 {
			compatible = "mmio-sram";
			reg = <0x40304000 0xa000>; /* 40k */
		};
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@
		l4_abe: interconnect@40100000 {
		};

		ocmcram: ocmcram@40300000 {
		ocmcram: sram@40300000 {
			compatible = "mmio-sram";
			reg = <0x40300000 0x20000>; /* 128k */
		};