aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:41:24 +0000
commitb34d1f6b435b05479c3ddee74be1ef428ae7455a (patch)
tree5517152c2f56e9778150440c47def9ed06b3eea2 /target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch
parentad966e5eaad945f22ffdfd404b58e0c3ef6cd9dc (diff)
downloadupstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.gz
upstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.tar.bz2
upstream-b34d1f6b435b05479c3ddee74be1ef428ae7455a.zip
sunxi: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch')
-rw-r--r--target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch b/target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch
deleted file mode 100644
index dc9636b904..0000000000
--- a/target/linux/sunxi/patches-3.14/252-2-dt-sun7i-add-pwm-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 216a4cc15c24d46a5b50b3f9a224576a69c1a83e Mon Sep 17 00:00:00 2001
-From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-Date: Mon, 28 Apr 2014 18:17:13 +0200
-Subject: [PATCH] ARM: sun7i: dt: add PWM support
-
-Add the PWM bindings for the Allwinner A20.
-
-Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
----
- arch/arm/boot/dts/sun7i-a20.dtsi | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
---- a/arch/arm/boot/dts/sun7i-a20.dtsi
-+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
-@@ -764,6 +764,14 @@
- status = "disabled";
- };
-
-+ pwm: pwm@01c20e00 {
-+ compatible = "allwinner,sun7i-a20-pwm";
-+ reg = <0x01c20e00 0xc>;
-+ clocks = <&osc24M>;
-+ #pwm-cells = <3>;
-+ status = "disabled";
-+ };
-+
- sid: eeprom@01c23800 {
- compatible = "allwinner,sun7i-a20-sid";
- reg = <0x01c23800 0x200>;