-
-
Notifications
You must be signed in to change notification settings - Fork 992
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 14.0.rc2 #3694
Merged
+104
−15
Merged
Prepare 14.0.rc2 #3694
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1291848
Disable UAS via usb-storage.quirks on RPi for JMicron JMS583
RubenKelevra 74af855
Always use NVMe datadisk on Yellow if it's present on first boot (#3686)
sairon 444f65c
Sync Yellow's DTS with plain CM5 device tree (#3688)
sairon 55bbdda
Enable Cypress M8 USB serial driver for all targets (#3693)
sairon 9153203
Bump OS to pre-release version 14.0.rc2
sairon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ | ||
dwc_otg.lpm_enable=0 console=tty0 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u,7825:a2a4:u,152d:0562:u,125f:a88a:u | ||
dwc_otg.lpm_enable=0 console=tty0 usb-storage.quirks=174c:55aa:u,2109:0715:u,152d:0578:u,152d:0579:u,152d:1561:u,174c:0829:u,14b0:0206:u,174c:225c:u,7825:a2a4:u,152d:0562:u,125f:a88a:u,152d:a583:u |
50 changes: 50 additions & 0 deletions
50
...rypi/yellow/patches/linux/0017-ARM-dts-bcm2712-yellow-Sync-sdio1-and-sd_io_1v8_reg-.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,50 @@ | ||
From e29e2cfad33afa692f2f727f492dab02d5ff3948 Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= <sairon@sairon.cz> | ||
Date: Thu, 21 Nov 2024 14:26:20 +0100 | ||
Subject: [PATCH] ARM: dts: bcm2712: yellow: Sync sdio1 and sd_io_1v8_reg nodes | ||
with CM5 DTS | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
SDIO1 and its 1V8 regulator have been changed in vanilla CM5 device tree, | ||
reflect those changes in Yellow's DTS. | ||
|
||
Signed-off-by: Jan Čermák <sairon@sairon.cz> | ||
--- | ||
.../boot/dts/broadcom/bcm2712-rpi-cm5-ha-yellow.dts | 12 ++++-------- | ||
1 file changed, 4 insertions(+), 8 deletions(-) | ||
|
||
diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5-ha-yellow.dts b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5-ha-yellow.dts | ||
index 4b130f42b2358..c85d608da2043 100644 | ||
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5-ha-yellow.dts | ||
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5-ha-yellow.dts | ||
@@ -78,17 +78,11 @@ led_act: led-act { | ||
}; | ||
|
||
sd_io_1v8_reg: sd_io_1v8_reg { | ||
- compatible = "regulator-gpio"; | ||
+ compatible = "regulator-fixed"; | ||
regulator-name = "vdd-sd-io"; | ||
regulator-min-microvolt = <1800000>; | ||
- regulator-max-microvolt = <3300000>; | ||
- regulator-boot-on; | ||
+ regulator-max-microvolt = <1800000>; | ||
regulator-always-on; | ||
- regulator-settling-time-us = <5000>; | ||
- gpios = <&gio_aon 3 GPIO_ACTIVE_HIGH>; | ||
- states = <1800000 0x1 | ||
- 3300000 0x0>; | ||
- status = "okay"; | ||
}; | ||
|
||
sd_vcc_reg: sd_vcc_reg { | ||
@@ -355,6 +349,8 @@ &sdio1 { | ||
sd-uhs-ddr50; | ||
sd-uhs-sdr104; | ||
mmc-hs200-1_8v; | ||
+ mmc-hs400-1_8v; | ||
+ mmc-hs400-enhanced-strobe; | ||
broken-cd; | ||
supports-cqe; | ||
status = "okay"; |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Ensure error handling in
disable_data_partition
functionThe
disable_data_partition
function does not check the exit status of thee2label
command. To enhance the robustness of the script, consider adding error handling to ensure that the label change was successful.Apply this diff to add error checking:
📝 Committable suggestion