mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 20:31:59 +00:00
sunxi: refresh kernel patches
Refresh kernel patches for sunxi target. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
ef8e2f66f5
commit
c64a5d122f
@ -14,8 +14,6 @@ Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
||||
Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
||||
index c5f629c5bc61..994818cb6044 100644
|
||||
--- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
||||
+++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml
|
||||
@@ -30,6 +30,7 @@ properties:
|
||||
@ -26,8 +24,6 @@ index c5f629c5bc61..994818cb6044 100644
|
||||
- allwinner,sun5i-a13-ehci
|
||||
- allwinner,sun6i-a31-ehci
|
||||
- allwinner,sun7i-a20-ehci
|
||||
diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
|
||||
index f838f78d6164..4fcbd0add49d 100644
|
||||
--- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml
|
||||
+++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml
|
||||
@@ -20,6 +20,7 @@ properties:
|
||||
@ -38,6 +34,3 @@ index f838f78d6164..4fcbd0add49d 100644
|
||||
- allwinner,sun5i-a13-ohci
|
||||
- allwinner,sun6i-a31-ohci
|
||||
- allwinner,sun7i-a20-ohci
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
@ -21,8 +21,6 @@ Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
||||
.../phy/allwinner,sun8i-h3-usb-phy.yaml | 26 +++++++++++++++++++
|
||||
1 file changed, 26 insertions(+)
|
||||
|
||||
diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
||||
index 77539b4601c2..2df012d13655 100644
|
||||
--- a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
||||
+++ b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml
|
||||
@@ -36,18 +36,22 @@ properties:
|
||||
@ -77,6 +75,3 @@ index 77539b4601c2..2df012d13655 100644
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
@ -14,8 +14,6 @@ Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
||||
.../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 160 ++++++++++++++++++
|
||||
1 file changed, 160 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
||||
index 622a1f7d1641..74aed0d232a9 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616.dtsi
|
||||
@@ -504,6 +504,166 @@
|
||||
@ -185,6 +183,3 @@ index 622a1f7d1641..74aed0d232a9 100644
|
||||
rtc: rtc@7000000 {
|
||||
compatible = "allwinner,sun50i-h616-rtc";
|
||||
reg = <0x07000000 0x400>;
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
@ -14,8 +14,6 @@ Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
||||
.../allwinner/sun50i-h616-orangepi-zero2.dts | 41 +++++++++++++++++++
|
||||
1 file changed, 41 insertions(+)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts
|
||||
index 02893f3ac99d..cb8600d0ea1e 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-orangepi-zero2.dts
|
||||
@@ -49,8 +49,24 @@
|
||||
@ -32,12 +30,12 @@ index 02893f3ac99d..cb8600d0ea1e 100644
|
||||
+ enable-active-high;
|
||||
+ gpio = <&pio 2 16 GPIO_ACTIVE_HIGH>; /* PC16 */
|
||||
+ };
|
||||
};
|
||||
|
||||
+&ehci1 {
|
||||
+ status = "okay";
|
||||
+};
|
||||
+
|
||||
+&ehci1 {
|
||||
+ status = "okay";
|
||||
};
|
||||
|
||||
+/* USB 2 & 3 are on headers only. */
|
||||
+
|
||||
&emac0 {
|
||||
@ -79,6 +77,3 @@ index 02893f3ac99d..cb8600d0ea1e 100644
|
||||
+ usb1_vbus-supply = <®_usb1_vbus>;
|
||||
+ status = "okay";
|
||||
+};
|
||||
--
|
||||
2.20.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user