aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun4i-a10-marsboard.dts
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-03-26 15:53:44 +0100
committerMaxime Ripard <maxime.ripard@free-electrons.com>2015-06-01 11:13:26 +0200
commit1fbc15175df040884cb58d73a8e4198f00891cd4 (patch)
treef744864aee05355ecc9b01ebf9bea74438a9f4c0 /arch/arm/boot/dts/sun4i-a10-marsboard.dts
parent860c186c7d5998d54ef02ff273804b1eb31a9ba1 (diff)
ARM: dts: sun4i: Add A10 SRAM and SRAM controller
The A10 has a few SRAM that can be mapped either to a device or to the CPU, with the mapping being controlled by a SRAM controller. Add the SRAM controller, the SRAM that it drives and the section that can be used by the various devices. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Hans de Goede <hdegoede@redhat.com> Tested-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-marsboard.dts')
-rw-r--r--arch/arm/boot/dts/sun4i-a10-marsboard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-marsboard.dts b/arch/arm/boot/dts/sun4i-a10-marsboard.dts
index 0bc950169943..02158bcd64ee 100644
--- a/arch/arm/boot/dts/sun4i-a10-marsboard.dts
+++ b/arch/arm/boot/dts/sun4i-a10-marsboard.dts
@@ -99,6 +99,10 @@
status = "okay";
};
+&emac_sram {
+ status = "okay";
+};
+
&emac {
pinctrl-names = "default";
pinctrl-0 = <&emac_pins_a>;