mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 12:21:23 +00:00
Disabling GPIO reset to fix broken ethernet on Odroid C4 (#1950)
This commit is contained in:
parent
6af0c50473
commit
8f6419edd6
1 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,7 @@ new file mode 100755
|
|||
index 000000000..221572a77
|
||||
--- /dev/null
|
||||
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts
|
||||
@@ -0,0 +1,399 @@
|
||||
@@ -0,0 +1,398 @@
|
||||
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
+/*
|
||||
+ * Copyright (c) 2020 Dongjin Kim <tobetter@gmail.com>
|
||||
|
@ -257,7 +257,6 @@ index 000000000..221572a77
|
|||
+
|
||||
+ reset-assert-us = <10000>;
|
||||
+ reset-deassert-us = <30000>;
|
||||
+ reset-gpios = <&gpio GPIOZ_15 (GPIO_ACTIVE_LOW | GPIO_OPEN_DRAIN)>;
|
||||
+
|
||||
+ interrupt-parent = <&gpio_intc>;
|
||||
+ /* MAC_INTR on GPIOZ_14 */
|
||||
|
|
Loading…
Add table
Reference in a new issue