forked from rockchip-linux/kernel
-
Notifications
You must be signed in to change notification settings - Fork 222
fix zero series issues #520
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
Closed
Closed
+56
−16
Conversation
This file contains hidden or 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
Refer to the datasheet, pwm_d_z corresponds to Func2. Signed-off-by: Jiali Chen <[email protected]>
This commit fixes the USB DWC3 port and endpoint definitions for Radxa
Zero and Radxa Zero 2 Pro boards to ensure correct OF graph bindings.
1. meson-g12a-radxa-zero:
- Rename 'ports' node to 'port' under &dwc3 to match the binding
requirements and fix the hierarchy.
2. meson-g12b-radxa-zero2:
- Remove the incorrect &dwc2 node configuration.
- Move the HS endpoint (endpoint@0) into the &dwc3 port node.
- Renumber the SS endpoint to endpoint@1.
- This consolidates both HS and SS endpoints under the DWC3 controller,
correctly linking them to the UCSI node.
Signed-off-by: Jiali Chen <[email protected]>
Lower the CPU active thermal trip point from 70°C to 60°C. To maintain consistency with other Radxa products Signed-off-by: Jiali Chen <[email protected]>
Add pinctrl definitions for PWM_B (on GPIO H and Z banks), PWM_C (on GPIO Z bank), and PWM_D (on GPIO A and Z banks). These nodes allow boards based on the G12B SoC to configure these pins for PWM functions. Signed-off-by: Jiali Chen <[email protected]>
Update the GPIO line names to correctly match the physical pin header layout of the Radxa Zero 2 Pro board. This change: - Adds missing labels for PIN_16 (GPIOZ_8) and PIN_22 (GPIOZ_9). - Corrects the mapping for PIN_36 (moved from GPIOC_7 to GPIOA_3). - Corrects the mapping for PIN_31 (moved from GPIOA_13 to GPIOA_4). Signed-off-by: Jiali Chen <[email protected]>
RadxaYuntian
approved these changes
Jan 13, 2026
Member
RadxaYuntian
left a comment
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.
Can improve Wi-Fi speed. Signed-off-by: Jiali Chen <[email protected]>
RadxaYuntian
approved these changes
Jan 15, 2026
Member
RadxaYuntian
left a comment
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.
另外HDMI type也写错了
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts b/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
index fd069bf71b7de..6410b7eecb814 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-g12b-radxa-zero2.dts
@@ -64,7 +64,7 @@ led-green {
hdmi-connector {
compatible = "hdmi-connector";
- type = "a";
+ type = "d";
port {
hdmi_connector_in: endpoint {
Member
另外提 pr 吧。 |
Member
|
Fix some git message typo and merged it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.