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

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
......@@ -148,7 +148,7 @@ l4_per: interconnect@48000000 {
l4_abe: interconnect@40100000 {
};
ocmcram: ocmcram@40304000 {
ocmcram: sram@40304000 {
compatible = "mmio-sram";
reg = <0x40304000 0xa000>; /* 40k */
};
......
......@@ -162,7 +162,7 @@ l4_per: interconnect@48000000 {
l4_abe: interconnect@40100000 {
};
ocmcram: ocmcram@40300000 {
ocmcram: sram@40300000 {
compatible = "mmio-sram";
reg = <0x40300000 0x20000>; /* 128k */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment