From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- .../126-5-dt-sun4i-add-nfc-to-a10.patch | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch (limited to 'target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch') diff --git a/target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch b/target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch new file mode 100644 index 0000000..64473a9 --- /dev/null +++ b/target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch @@ -0,0 +1,33 @@ +From a5bbf2ee4ca1479e4488399a45336e003e09647f Mon Sep 17 00:00:00 2001 +From: Michal Suchanek +Date: Tue, 26 May 2015 17:03:41 +0200 +Subject: [PATCH] ARM: dts: sun4i: Add NFC node to Allwinner A10 SoC + +Add NAND Flash controller node definition to the A10 SoC. + +Signed-off-by: Michal Suchanek +Signed-off-by: Hans de Goede +--- + arch/arm/boot/dts/sun4i-a10.dtsi | 11 +++++++++++ + 1 file changed, 11 insertions(+) + +--- a/arch/arm/boot/dts/sun4i-a10.dtsi ++++ b/arch/arm/boot/dts/sun4i-a10.dtsi +@@ -428,6 +428,17 @@ + #dma-cells = <2>; + }; + ++ nfc: nand@01c03000 { ++ compatible = "allwinner,sun4i-a10-nand"; ++ reg = <0x01c03000 0x1000>; ++ interrupts = <37>; ++ clocks = <&ahb_gates 13>, <&nand_clk>; ++ clock-names = "ahb", "mod"; ++ #address-cells = <1>; ++ #size-cells = <0>; ++ status = "disabled"; ++ }; ++ + spi0: spi@01c05000 { + compatible = "allwinner,sun4i-a10-spi"; + reg = <0x01c05000 0x1000>; -- cgit v1.2.3