diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:52:20 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-12 17:52:20 +0200 |
commit | be83f982a71eb76288d011d6681739059d9a6ead (patch) | |
tree | 910ee25687f09cd9abc43202a1aad703f0092645 /target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch | |
parent | 930195737a0916d80ad2f7fe8b0f8fe4e4691762 (diff) | |
download | upstream-be83f982a71eb76288d011d6681739059d9a6ead.tar.gz upstream-be83f982a71eb76288d011d6681739059d9a6ead.tar.bz2 upstream-be83f982a71eb76288d011d6681739059d9a6ead.zip |
sunxi: delete old kernel versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch')
-rw-r--r-- | target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch | 33 |
1 files changed, 0 insertions, 33 deletions
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 deleted file mode 100644 index 64473a93bf..0000000000 --- a/target/linux/sunxi/patches-4.1/126-5-dt-sun4i-add-nfc-to-a10.patch +++ /dev/null @@ -1,33 +0,0 @@ -From a5bbf2ee4ca1479e4488399a45336e003e09647f Mon Sep 17 00:00:00 2001 -From: Michal Suchanek <hramrach@gmail.com> -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 <hramrach@gmail.com> -Signed-off-by: Hans de Goede <hdegoede@redhat.com> ---- - 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>; |