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 | 00f69ba94d39cb3f1804dbb6769768d070336ab3 (patch) | |
tree | a92d0639a83501250fc1fc14ff980fcec7eb9829 /arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | |
parent | ARM: dts: sun4i: Add A10 SRAM and SRAM controller (diff) | |
download | linux-00f69ba94d39cb3f1804dbb6769768d070336ab3.tar.xz linux-00f69ba94d39cb3f1804dbb6769768d070336ab3.zip |
ARM: dts: sun5i: Add A10s and A13 SRAM and SRAM controller
The A10s and A13 have 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/sun5i-a10s-olinuxino-micro.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts b/arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts index 556b2027bbaf..a7e19e4847f7 100644 --- a/arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts +++ b/arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts @@ -88,6 +88,10 @@ status = "okay"; }; +&emac_sram { + status = "okay"; +}; + &i2c0 { pinctrl-names = "default"; pinctrl-0 = <&i2c0_pins_a>; |