From 4ed05b805b02bf827afae41d34fb52de12bd0be7 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 19 Dec 2018 12:53:52 +0100 Subject: uboot-sunxi: Update to version 2018.11 This updates the uboot for the sunxi target to version 2018.11 The removed patches are applied upstream and not needed any more. Signed-off-by: Hauke Mehrtens --- ...i-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 package/boot/uboot-sunxi/patches/310-sunxi-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch (limited to 'package/boot/uboot-sunxi/patches/310-sunxi-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch') diff --git a/package/boot/uboot-sunxi/patches/310-sunxi-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch b/package/boot/uboot-sunxi/patches/310-sunxi-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch deleted file mode 100644 index 97aad78796..0000000000 --- a/package/boot/uboot-sunxi/patches/310-sunxi-h3-Sync-OTG-and-HCI-nodes-from-Linux-DT.patch +++ /dev/null @@ -1,63 +0,0 @@ -From 96c04aab58e351fa9ed7e95783018d6dbf60768f Mon Sep 17 00:00:00 2001 -From: Jun Nie -Date: Mon, 7 May 2018 13:03:40 +0530 -Subject: sunxi: h3: Sync OTG and HCI nodes from Linux DT - -Allwinner H3 have a dual-routed USB PHY0 -- routed to either OHCI/EHCI -or MUSB controller. - -Signed-off-by: Jun Nie -Reviewed-by: Jagan Teki -Acked-by: Jun Nie ---- - arch/arm/dts/sun8i-h3.dtsi | 32 ++++++++++++++++++++++++++++++++ - 1 file changed, 32 insertions(+) - ---- a/arch/arm/dts/sun8i-h3.dtsi -+++ b/arch/arm/dts/sun8i-h3.dtsi -@@ -219,6 +219,19 @@ - #size-cells = <0>; - }; - -+ usb_otg: usb@1c19000 { -+ compatible = "allwinner,sun8i-h3-musb"; -+ reg = <0x01c19000 0x400>; -+ clocks = <&ccu CLK_BUS_OTG>; -+ resets = <&ccu RST_BUS_OTG>; -+ interrupts = ; -+ interrupt-names = "mc"; -+ phys = <&usbphy 0>; -+ phy-names = "usb"; -+ extcon = <&usbphy 0>; -+ status = "disabled"; -+ }; -+ - usbphy: phy@01c19400 { - compatible = "allwinner,sun8i-h3-usb-phy"; - reg = <0x01c19400 0x2c>, -@@ -251,6 +264,25 @@ - #phy-cells = <1>; - }; - -+ ehci0: usb@1c1a000 { -+ compatible = "allwinner,sun8i-h3-ehci", "generic-ehci"; -+ reg = <0x01c1a000 0x100>; -+ interrupts = ; -+ clocks = <&ccu CLK_BUS_EHCI0>, <&ccu CLK_BUS_OHCI0>; -+ resets = <&ccu RST_BUS_EHCI0>, <&ccu RST_BUS_OHCI0>; -+ status = "disabled"; -+ }; -+ -+ ohci0: usb@1c1a400 { -+ compatible = "allwinner,sun8i-h3-ohci", "generic-ohci"; -+ reg = <0x01c1a400 0x100>; -+ interrupts = ; -+ clocks = <&ccu CLK_BUS_EHCI0>, <&ccu CLK_BUS_OHCI0>, -+ <&ccu CLK_USB_OHCI0>; -+ resets = <&ccu RST_BUS_EHCI0>, <&ccu RST_BUS_OHCI0>; -+ status = "disabled"; -+ }; -+ - ehci1: usb@01c1b000 { - compatible = "allwinner,sun8i-h3-ehci", "generic-ehci"; - reg = <0x01c1b000 0x100>; -- cgit v1.2.3