aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2014-11-21 18:42:43 +0000
committerZoltan HERPAI <wigyori@uid0.hu>2014-11-21 18:42:43 +0000
commitd9d14f267c54d1015ef292a97403b4cd623b9b76 (patch)
treeceb1de9efe26a633b8c1efed5fa46b550c354be7 /target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch
parent6dd99a39127a56710e7a6b888a2728221f2d14f3 (diff)
downloadupstream-d9d14f267c54d1015ef292a97403b4cd623b9b76.tar.gz
upstream-d9d14f267c54d1015ef292a97403b4cd623b9b76.tar.bz2
upstream-d9d14f267c54d1015ef292a97403b4cd623b9b76.zip
sunxi: add initial 3.18 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch')
-rw-r--r--target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch b/target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch
new file mode 100644
index 0000000000..11a6ed03f5
--- /dev/null
+++ b/target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch
@@ -0,0 +1,17 @@
+--- a/arch/arm/boot/dts/sun7i-a20.dtsi
++++ b/arch/arm/boot/dts/sun7i-a20.dtsi
+@@ -529,6 +529,14 @@
+ status = "disabled";
+ };
+
++ crypto: crypto-engine@01c15000 {
++ compatible = "allwinner,sun7i-a20-crypto";
++ reg = <0x01c15000 0x1000>;
++ interrupts = <0 86 4>;
++ clocks = <&ahb_gates 5>, <&ss_clk>;
++ clock-names = "ahb", "mod";
++ };
++
+ spi2: spi@01c17000 {
+ compatible = "allwinner,sun4i-a10-spi";
+ reg = <0x01c17000 0x1000>;