diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-03-26 15:53:44 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-06-01 11:13:26 +0200 |
commit | 1fbc15175df040884cb58d73a8e4198f00891cd4 (patch) | |
tree | f744864aee05355ecc9b01ebf9bea74438a9f4c0 /arch/arm/boot/dts/sun4i-a10-hackberry.dts | |
parent | 860c186c7d5998d54ef02ff273804b1eb31a9ba1 (diff) | |
download | blackbird-obmc-linux-1fbc15175df040884cb58d73a8e4198f00891cd4.tar.gz blackbird-obmc-linux-1fbc15175df040884cb58d73a8e4198f00891cd4.zip |
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-hackberry.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-hackberry.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-hackberry.dts b/arch/arm/boot/dts/sun4i-a10-hackberry.dts index 6b944db678c8..2b17c5199151 100644 --- a/arch/arm/boot/dts/sun4i-a10-hackberry.dts +++ b/arch/arm/boot/dts/sun4i-a10-hackberry.dts @@ -86,6 +86,10 @@ status = "okay"; }; +&emac_sram { + status = "okay"; +}; + &ir0 { pinctrl-names = "default"; pinctrl-0 = <&ir0_rx_pins_a>; |