forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All credits go to @gitmeister: MichaIng/DietPi#5414 (comment) Signed-off-by: MichaIng <micha@dietpi.com>
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
patch/kernel/archive/meson64-6.10/board-odroidc2-fix-reboot.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
index e6d2de7..662b4be 100644 | ||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
@@ -102,7 +102,7 @@ | ||
/* | ||
* signal name from schematics: TF_3V3N_1V8_EN | ||
*/ | ||
- gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>; | ||
+ gpios = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>; | ||
gpios-states = <0>; | ||
|
||
states = <3300000 0>, |
13 changes: 13 additions & 0 deletions
13
patch/kernel/archive/meson64-6.6/board-odroidc2-fix-reboot.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
index e6d2de7..662b4be 100644 | ||
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | ||
@@ -102,7 +102,7 @@ | ||
/* | ||
* signal name from schematics: TF_3V3N_1V8_EN | ||
*/ | ||
- gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>; | ||
+ gpios = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>; | ||
gpios-states = <0>; | ||
|
||
states = <3300000 0>, |