summaryrefslogtreecommitdiff
path: root/target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch')
-rw-r--r--target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch b/target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch
new file mode 100644
index 0000000..3c7f178
--- /dev/null
+++ b/target/linux/sunxi/patches-3.13/180-sunxi-select-PSCI.patch
@@ -0,0 +1,27 @@
+From d46cebc1431948638fe4e6cfd27fb9da48e6c593 Mon Sep 17 00:00:00 2001
+From: Zalan Blenessy <zalan.blenessy@gmail.com>
+Date: Sun, 22 Dec 2013 17:10:06 +0100
+Subject: [PATCH] ARM: sunxi: select ARM_PSCI
+
+This is necessary for SMP on sun7i.
+
+Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+---
+ arch/arm/mach-sunxi/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
+index 547004c..09df4b81 100644
+--- a/arch/arm/mach-sunxi/Kconfig
++++ b/arch/arm/mach-sunxi/Kconfig
+@@ -3,6 +3,7 @@ config ARCH_SUNXI
+ select ARCH_HAS_RESET_CONTROLLER
+ select ARCH_REQUIRE_GPIOLIB
+ select ARM_GIC
++ select ARM_PSCI
+ select CLKSRC_MMIO
+ select CLKSRC_OF
+ select COMMON_CLK
+--
+1.8.5.1
+