diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-11-23 19:17:11 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-11-23 19:17:11 +0100 |
commit | b5d52b205285df826dea709933b4a20cd192242f (patch) | |
tree | 21f6e17c2999427c4b3a2496283856e4f023125b /target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch | |
parent | c048ca0ce03608e0906137aaf5d3a3abc8d16991 (diff) | |
download | upstream-b5d52b205285df826dea709933b4a20cd192242f.tar.gz upstream-b5d52b205285df826dea709933b4a20cd192242f.tar.bz2 upstream-b5d52b205285df826dea709933b4a20cd192242f.zip |
sunxi: remove support for kernel 4.4
Kernel 4.9 is working good on this target, remove support for kernel 4.4
now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch')
-rw-r--r-- | target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch b/target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch deleted file mode 100644 index 13d44e4468..0000000000 --- a/target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch +++ /dev/null @@ -1,34 +0,0 @@ -From d6a71e3caae07fb2d98e93ee62477273abaceb27 Mon Sep 17 00:00:00 2001 -From: Reinder de Haan <patchesrdh@mveas.com> -Date: Tue, 3 Nov 2015 15:13:00 +0100 -Subject: [PATCH] ARM: dts: sun8i: Add support for H3 usb clocks - -Add a node describing the usb-clks found on the H3. - -Signed-off-by: Reinder de Haan <patchesrdh@mveas.com> -Signed-off-by: Hans de Goede <hdegoede@redhat.com> ---- - arch/arm/boot/dts/sun8i-h3.dtsi | 12 ++++++++++++ - 1 file changed, 12 insertions(+) - ---- a/arch/arm/boot/dts/sun8i-h3.dtsi -+++ b/arch/arm/boot/dts/sun8i-h3.dtsi -@@ -269,6 +269,18 @@ - "mmc2_sample"; - }; - -+ usb_clk: clk@01c200cc { -+ #clock-cells = <1>; -+ #reset-cells = <1>; -+ compatible = "allwinner,sun8i-h3-usb-clk"; -+ reg = <0x01c200cc 0x4>; -+ clocks = <&osc24M>; -+ clock-output-names = "usb_phy0", "usb_phy1", -+ "usb_phy2", "usb_phy3", -+ "usb_ohci0", "usb_ohci1", -+ "usb_ohci2", "usb_ohci3"; -+ }; -+ - mbus_clk: clk@01c2015c { - #clock-cells = <0>; - compatible = "allwinner,sun8i-a23-mbus-clk"; |