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-3.18/101-dt-sun7i-add-uart3_pins.patch | |
parent | 930195737a0916d80ad2f7fe8b0f8fe4e4691762 (diff) | |
download | mtk-20170518-be83f982a71eb76288d011d6681739059d9a6ead.zip mtk-20170518-be83f982a71eb76288d011d6681739059d9a6ead.tar.gz mtk-20170518-be83f982a71eb76288d011d6681739059d9a6ead.tar.bz2 |
sunxi: delete old kernel versions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch')
-rw-r--r-- | target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch b/target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch deleted file mode 100644 index 284537a..0000000 --- a/target/linux/sunxi/patches-3.18/101-dt-sun7i-add-uart3_pins.patch +++ /dev/null @@ -1,29 +0,0 @@ -From e37ccbcd4587b7a2b943e23a9943b8917010b336 Mon Sep 17 00:00:00 2001 -From: Hans de Goede <hdegoede@redhat.com> -Date: Wed, 1 Oct 2014 08:39:58 +0200 -Subject: [PATCH] ARM: dts: sun7i: Add uart3_pins_b pinctrl setting - -The uart3_pins_a multiplexes the uart3 pins to port G, add a pinctrl entry -for mapping them to port H (as used on the Bananapi). - -Signed-off-by: Hans de Goede <hdegoede@redhat.com> ---- - arch/arm/boot/dts/sun7i-a20.dtsi | 7 +++++++ - 1 file changed, 7 insertions(+) - ---- a/arch/arm/boot/dts/sun7i-a20.dtsi -+++ b/arch/arm/boot/dts/sun7i-a20.dtsi -@@ -677,6 +677,13 @@ - allwinner,pull = <0>; - }; - -+ uart3_pins_b: uart3@1 { -+ allwinner,pins = "PH0", "PH1"; -+ allwinner,function = "uart3"; -+ allwinner,drive = <0>; -+ allwinner,pull = <0>; -+ }; -+ - uart4_pins_a: uart4@0 { - allwinner,pins = "PG10", "PG11"; - allwinner,function = "uart4"; |