forked from home-assistant/operating-system
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b35841
commit cba411f
Showing
6 changed files
with
69 additions
and
10 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 |
---|---|---|
@@ -1 +1 @@ | ||
console=tty0 | ||
console=ttyS2,1500000n8 console=tty0 |
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
21 changes: 21 additions & 0 deletions
21
...board/panther/x2/patches/uboot/0003-panther-Do-not-use-eMMC-DDR52-mode-enable-HS200.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,21 @@ | ||
Subject: [PATCH] arch: arm: dts: panther: drop SPI NOR flash partitions | ||
--- | ||
Index: arch/arm/dts/rk3566-panther-x2-u-boot.dtsi | ||
IDEA additional info: | ||
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | ||
<+>UTF-8 | ||
=================================================================== | ||
diff --git a/arch/arm/dts/rk3566-panther-x2-u-boot.dtsi b/arch/arm/dts/rk3566-panther-x2-u-boot.dtsi | ||
--- a/arch/arm/dts/rk3566-panther-x2-u-boot.dtsi (revision 83794fb732b13c1830f3a6f42551166d3b4e09ba) | ||
+++ b/arch/arm/dts/rk3566-panther-x2-u-boot.dtsi (revision 2dde89fe908a0265151ce21d61a4da1e684cd856) | ||
@@ -71,10 +71,7 @@ | ||
|
||
&sdhci { | ||
cap-mmc-highspeed; | ||
- mmc-ddr-1_8v; | ||
mmc-hs200-1_8v; | ||
- mmc-hs400-1_8v; | ||
- mmc-hs400-enhanced-strobe; | ||
}; | ||
|
||
&sfc { |
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
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,3 @@ | ||
CONFIG_LED=y | ||
CONFIG_LED_GPIO=y | ||
CONFIG_CMD_LED=y |
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