diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-11-21 18:42:43 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-11-21 18:42:43 +0000 |
commit | 9c54f7f312c189c4cfaec68675589a666d37306c (patch) | |
tree | 16d9f9beb213e24e138cf9cf941aecc40d3e059a /target/linux/sunxi/patches-3.18/270-dt-sun7i-add-ss-to-a20.patch | |
parent | c84fe94b0df1f3f98a128e929e79d63ab7f4de54 (diff) | |
download | upstream-9c54f7f312c189c4cfaec68675589a666d37306c.tar.gz upstream-9c54f7f312c189c4cfaec68675589a666d37306c.tar.bz2 upstream-9c54f7f312c189c4cfaec68675589a666d37306c.zip |
sunxi: add initial 3.18 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43337
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.patch | 17 |
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>; |