mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #8220 from jernejsk/net-fix
[LE12] Allwinner: linux: Attempt at fixing OPi3 LTS net stability issue
This commit is contained in:
commit
55b32d8596
@ -27,7 +27,7 @@ new file mode 100644
|
|||||||
index 000000000000..6a5df1103a90
|
index 000000000000..6a5df1103a90
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3-lts.dts
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3-lts.dts
|
||||||
@@ -0,0 +1,316 @@
|
@@ -0,0 +1,318 @@
|
||||||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||||
+// Copyright (C) 2023 Jernej Skrabec <jernej.skrabec@gmail.com>
|
+// Copyright (C) 2023 Jernej Skrabec <jernej.skrabec@gmail.com>
|
||||||
+// Based on sun50i-h6-orangepi-3.dts, which is:
|
+// Based on sun50i-h6-orangepi-3.dts, which is:
|
||||||
@ -161,6 +161,8 @@ index 000000000000..6a5df1103a90
|
|||||||
+ reg = <1>;
|
+ reg = <1>;
|
||||||
+
|
+
|
||||||
+ motorcomm,clk-out-frequency-hz = <125000000>;
|
+ motorcomm,clk-out-frequency-hz = <125000000>;
|
||||||
|
+ motorcomm,keep-pll-enabled;
|
||||||
|
+ motorcomm,auto-sleep-disabled;
|
||||||
+
|
+
|
||||||
+ reset-gpios = <&pio 3 14 GPIO_ACTIVE_LOW>; /* PD14 */
|
+ reset-gpios = <&pio 3 14 GPIO_ACTIVE_LOW>; /* PD14 */
|
||||||
+ reset-assert-us = <15000>;
|
+ reset-assert-us = <15000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user