Skip to content

Conversation

@CodeChenL
Copy link
Member

No description provided.

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]>
@CodeChenL CodeChenL changed the title Linux 6.18.2 zero fix zero series issues Jan 13, 2026
Copy link
Member

@RadxaYuntian RadxaYuntian left a 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]>
Copy link
Member

@RadxaYuntian RadxaYuntian left a 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 {

@RadxaStephen
Copy link
Member

另外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 {

另外提 pr 吧。

@RadxaStephen
Copy link
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants