-
Notifications
You must be signed in to change notification settings - Fork 1
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
2ea50fe
commit a5eb6c5
Showing
12 changed files
with
4,002 additions
and
14 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
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,7 @@ | ||
/dev/root / auto defaults 1 1 | ||
proc /proc proc defaults 0 0 | ||
devpts /dev/pts devpts mode=0620,gid=5 0 0 | ||
tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0 | ||
tmpfs /var/volatile tmpfs defaults 0 0 | ||
/dev/mmcblk2p2 /boot ext4 defaults,sync 0 1 | ||
/dev/mmcblk2p3 /vendor ext4 defaults,sync 0 1 |
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,7 @@ | ||
/dev/root / auto defaults 1 1 | ||
proc /proc proc defaults 0 0 | ||
devpts /dev/pts devpts mode=0620,gid=5 0 0 | ||
tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0 | ||
tmpfs /var/volatile tmpfs defaults 0 0 | ||
/dev/mmcblk1p4 /boot ext4 defaults,sync 0 1 | ||
/dev/mmcblk1p5 /vendor ext4 defaults,sync 0 1 |
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
25 changes: 25 additions & 0 deletions
25
.../arm-trusted-firmware-2.4/0003-Fix-device-tree-for-800MHz-speedgrade-MP1-to-work-wi.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,25 @@ | ||
From 9a7e86d095a1bcd15cace673bac2536a036a59d0 Mon Sep 17 00:00:00 2001 | ||
From: Neeraj Dantu <[email protected]> | ||
Date: Tue, 22 Nov 2022 17:05:56 -0600 | ||
Subject: [PATCH] Fix device tree for 800MHz speedgrade MP1 to work with 650MHz | ||
config | ||
|
||
--- | ||
fdts/stm32mp15xa.dtsi | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/fdts/stm32mp15xa.dtsi b/fdts/stm32mp15xa.dtsi | ||
index 5ed7e594f..59da3e5dc 100644 | ||
--- a/fdts/stm32mp15xa.dtsi | ||
+++ b/fdts/stm32mp15xa.dtsi | ||
@@ -8,6 +8,6 @@ | ||
opp-650000000 { | ||
opp-hz = /bits/ 64 <650000000>; | ||
opp-microvolt = <1200000>; | ||
- opp-supported-hw = <0x1>; | ||
+ opp-supported-hw = <0x1 0x2>; | ||
}; | ||
}; | ||
-- | ||
2.25.1 | ||
|
Oops, something went wrong.