-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sunxi-6.6: add NextThing C.H.I.P (PocketChip) partial support
- Loading branch information
1 parent
8975e51
commit 1cd44cc
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
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,8 @@ | ||
# Allwinner R8(A13) single core 512Mb (NextThing C.H.I.P.) | ||
BOARD_NAME="NextThing C.H.I.P." | ||
BOARDFAMILY="sun5i" | ||
BOARD_MAINTAINER="TheSnowfield" | ||
HAS_VIDEO_OUTPUT="yes" | ||
BOOTCONFIG="CHIP_defconfig" | ||
KERNEL_TARGET="current" | ||
KERNEL_TEST_TARGET="current" |
32 changes: 32 additions & 0 deletions
32
.../patches.armbian/arm-dts-sun5i-r8-pocketchip-disable-usb-otg-to-bypass-boot-hanging.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,32 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: TheSnowfield <[email protected]> | ||
Date: Sun, 22 Dec 2024 18:30:42 +0000 | ||
Subject: arm:dts:sun5i-r8-chip disable USB OTG to bypass boot hanging | ||
arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | ||
|
||
Signed-off-by: TheSnowfield <[email protected]> | ||
--- | ||
arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | 6 +++--- | ||
1 file changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts b/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | ||
index 4192c23848c3..0a1e9cb1535e 100644 | ||
--- a/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | ||
+++ b/arch/arm/boot/dts/allwinner/sun5i-r8-chip.dts | ||
@@ -273,10 +273,10 @@ &usb_power_supply { | ||
}; | ||
|
||
&usbphy { | ||
status = "okay"; | ||
|
||
- usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ | ||
- usb0_vbus_power-supply = <&usb_power_supply>; | ||
- usb0_vbus-supply = <®_usb0_vbus>; | ||
+ // usb0_id_det-gpios = <&pio 6 2 GPIO_ACTIVE_HIGH>; /* PG2 */ | ||
+ // usb0_vbus_power-supply = <&usb_power_supply>; | ||
+ // usb0_vbus-supply = <®_usb0_vbus>; | ||
usb1_vbus-supply = <®_vcc5v0>; | ||
}; | ||
-- | ||
Created with Armbian build tools https://github.com/armbian/build | ||
|
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