From a6611a92d5f4d3bab43feb1abf36924caf3ecc87 Mon Sep 17 00:00:00 2001 From: Zoltan Herpai Date: Sat, 9 Jan 2016 16:20:39 +0000 Subject: sunxi: initial 4.4 support Signed-off-by: Zoltan HERPAI SVN-Revision: 48161 --- .../132-dt-sun8i-add-h3-usbclocks.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch (limited to 'target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch') 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 new file mode 100644 index 0000000000..a38d34174c --- /dev/null +++ b/target/linux/sunxi/patches-4.4/132-dt-sun8i-add-h3-usbclocks.patch @@ -0,0 +1,36 @@ +From d6a71e3caae07fb2d98e93ee62477273abaceb27 Mon Sep 17 00:00:00 2001 +From: Reinder de Haan +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 +Signed-off-by: Hans de Goede +--- + arch/arm/boot/dts/sun8i-h3.dtsi | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +diff --git a/arch/arm/boot/dts/sun8i-h3.dtsi b/arch/arm/boot/dts/sun8i-h3.dtsi +index 1524130e..cbab947 100644 +--- 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"; -- cgit v1.2.3