kernel: update kernel 3.18 to version 3.18.23
[openwrt/staging/chunkeey.git] / target / linux / sunxi / patches-4.1 / 126-4-dt-sun4i-add-nfc-to-a10.patch
1 From 9cc66234a20c6ba1611233a122f04f3b175ad2d3 Mon Sep 17 00:00:00 2001
2 From: Boris BREZILLON <boris.brezillon@free-electrons.com>
3 Date: Mon, 28 Jul 2014 14:01:22 +0200
4 Subject: [PATCH] ARM: dts: sun7i: Add NFC node to Allwinner A20 SoC
5
6 Add NAND Flash controller node definition to the A20 SoC.
7
8 Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
9 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
10 ---
11 arch/arm/boot/dts/sun7i-a20.dtsi | 11 +++++++++++
12 1 file changed, 11 insertions(+)
13
14 --- a/arch/arm/boot/dts/sun7i-a20.dtsi
15 +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
16 @@ -543,6 +543,17 @@
17 #dma-cells = <2>;
18 };
19
20 + nfc: nand@01c03000 {
21 + compatible = "allwinner,sun4i-a10-nand";
22 + reg = <0x01c03000 0x1000>;
23 + interrupts = <0 37 4>;
24 + clocks = <&ahb_gates 13>, <&nand_clk>;
25 + clock-names = "ahb", "mod";
26 + #address-cells = <1>;
27 + #size-cells = <0>;
28 + status = "disabled";
29 + };
30 +
31 spi0: spi@01c05000 {
32 compatible = "allwinner,sun4i-a10-spi";
33 reg = <0x01c05000 0x1000>;