diff options
author | Rajendra Nayak <rnayak@ti.com> | 2014-09-10 12:04:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-18 12:47:00 -0400 |
commit | 8b9a2810b02e3d9806ba2bf307c8e8dcedaf902d (patch) | |
tree | 2050277e37e338d428f77f1bda37b111ae380158 /arch/arm/boot/dts/am33xx.dtsi | |
parent | 0616f4eeddd81a22f4a5f0cc09b0ad71b94404cf (diff) |
ARM: OMAP4+: Move SRAM data to DT
Use drivers/misc/sram.c driver to manage SRAM on all DT only
OMAP platforms (am33xx, am43xx, omap4 and omap5) instead of
the existing private plat-omap/sram.c
Address and size related data is removed from mach-omap2/sram.c
and now passed to drivers/misc/sram.c from DT.
Users can hence use general purpose allocator apis instead of
OMAP private ones to manage and use SRAM.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 3a0a161342ba..c8238c467acf 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi | |||
@@ -726,9 +726,8 @@ | |||
726 | }; | 726 | }; |
727 | 727 | ||
728 | ocmcram: ocmcram@40300000 { | 728 | ocmcram: ocmcram@40300000 { |
729 | compatible = "ti,am3352-ocmcram"; | 729 | compatible = "mmio-sram"; |
730 | reg = <0x40300000 0x10000>; | 730 | reg = <0x40300000 0x10000>; /* 64k */ |
731 | ti,hwmods = "ocmcram"; | ||
732 | }; | 731 | }; |
733 | 732 | ||
734 | wkup_m3: wkup_m3@44d00000 { | 733 | wkup_m3: wkup_m3@44d00000 { |