Commit 6ba6ed6c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tony Lindgren

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

The device node name should reflect generic class of a device so rename
the "ocmcram" node and its children 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 1b359d32
...@@ -393,20 +393,20 @@ cppi41dma: dma-controller@47402000 { ...@@ -393,20 +393,20 @@ cppi41dma: dma-controller@47402000 {
}; };
}; };
ocmcram: ocmcram@40300000 { ocmcram: sram@40300000 {
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x40300000 0x10000>; /* 64k */ reg = <0x40300000 0x10000>; /* 64k */
ranges = <0x0 0x40300000 0x10000>; ranges = <0x0 0x40300000 0x10000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
pm_sram_code: pm-sram-code@0 { pm_sram_code: pm-code-sram@0 {
compatible = "ti,sram"; compatible = "ti,sram";
reg = <0x0 0x1000>; reg = <0x0 0x1000>;
protect-exec; protect-exec;
}; };
pm_sram_data: pm-sram-data@1000 { pm_sram_data: pm-data-sram@1000 {
compatible = "ti,sram"; compatible = "ti,sram";
reg = <0x1000 0x1000>; reg = <0x1000 0x1000>;
pool; pool;
......
...@@ -349,20 +349,20 @@ rfbi: rfbi@4832a800 { ...@@ -349,20 +349,20 @@ rfbi: rfbi@4832a800 {
}; };
}; };
ocmcram: ocmcram@40300000 { ocmcram: sram@40300000 {
compatible = "mmio-sram"; compatible = "mmio-sram";
reg = <0x40300000 0x40000>; /* 256k */ reg = <0x40300000 0x40000>; /* 256k */
ranges = <0x0 0x40300000 0x40000>; ranges = <0x0 0x40300000 0x40000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
pm_sram_code: pm-sram-code@0 { pm_sram_code: pm-code-sram@0 {
compatible = "ti,sram"; compatible = "ti,sram";
reg = <0x0 0x1000>; reg = <0x0 0x1000>;
protect-exec; protect-exec;
}; };
pm_sram_data: pm-sram-data@1000 { pm_sram_data: pm-data-sram@1000 {
compatible = "ti,sram"; compatible = "ti,sram";
reg = <0x1000 0x1000>; reg = <0x1000 0x1000>;
pool; pool;
......
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