Commit 22d65342 authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: omap4-droid4: Stop disabling SRAM and GPMC

I disabled SRAM and GPMC originally when seeing errors with
omap_barriers_init(). But that is no longer happening probably
because the memory range is now properly configured to 1021 MB
instead of 1024 MB. So let's enable SRAM and GPMC so we get
omap_barriers_init() working and can idle the GPMC.

Cc: Marcel Partap <mpartap@gmx.net>
Cc: Michael Scott <michael.scott@linaro.org>
Cc: Sebastian Reichel <sre@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4fd14a49
......@@ -24,8 +24,7 @@ aliases {
/*
* We seem to have only 1021 MB accessible, 1021 - 1022 is locked,
* then 1023 - 1024 seems to contain mbm. For SRAM, see the notes
* below about SRAM and L3_ICLK2 being unused by default,
* then 1023 - 1024 seems to contain mbm.
*/
memory {
device_type = "memory";
......@@ -176,11 +175,6 @@ lcd0_in: endpoint {
};
};
/* L3_2 interconnect is unused, SRAM, GPMC and L3_ICLK2 disabled */
&gpmc {
status = "disabled";
};
&hdmi {
status = "okay";
pinctrl-0 = <&dss_hdmi_pins>;
......@@ -356,11 +350,6 @@ tsp@4a {
};
};
/* L3_2 interconnect is unused, SRAM, GPMC and L3_ICLK2 disabled */
&ocmcram {
status = "disabled";
};
&omap4_pmx_core {
/* hdmi_hpd.gpio_63 */
......
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