Skip to content

Commit

Permalink
Updated patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 12, 2024
1 parent 4b02721 commit 1db60f3
Show file tree
Hide file tree
Showing 2 changed files with 8,784 additions and 3 deletions.
19 changes: 16 additions & 3 deletions userpatches/kernel/archive/sunxi-6.6/add-recore.patch
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ new file mode 100644
index 000000000000..92677c160594
--- /dev/null
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-recore-a8.dts
@@ -0,0 +1,141 @@
@@ -0,0 +1,154 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+
+/dts-v1/;
Expand Down Expand Up @@ -306,15 +306,15 @@ index 000000000000..92677c160594
+ interrupt-parent = <&pio>;
+ interrupts = <7 10 IRQ_TYPE_EDGE_FALLING>; // PH10
+
+ /*port {
+ port {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ usb_hs: endpoint@0 {
+ reg = <0>;
+ remote-endpoint = <&usb0_hs>;
+ };
+ };*/
+ };
+
+ usb_con: connector {
+ compatible = "usb-c-connector";
Expand All @@ -337,6 +337,19 @@ index 000000000000..92677c160594
+ };
+};
+
+&ohci0 {
+ status = "okay";
+};
+
+&ehci0 {
+ status = "okay";
+ port {
+ usb0_hs: endpoint {
+ remote-endpoint = <&usb_hs>;
+ };
+ };
+};
+
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-recore.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-recore.dts
new file mode 100644
index 000000000000..23f3aa40f86e
Expand Down

0 comments on commit 1db60f3

Please sign in to comment.