[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <596d188a-9a2d-41e5-af70-c99bc2b7ca7a@sabinyo.mountain>
Date: Thu, 3 Jul 2025 20:20:18 -0500
From: Dan Carpenter <dan.carpenter@...aro.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Xu Yang <xu.yang_2@....com>,
Peng Fan <peng.fan@....com>, linux-usb@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
s32@....com, linaro-s32@...aro.org,
Larisa Grigore <larisa.grigore@....com>,
Ionut Vicovan <Ionut.Vicovan@....com>,
Ghennadi Procopciuc <ghennadi.procopciuc@....com>
Subject: [PATCH v3 1/4] dt-bindings: usb: Add compatible strings for
s32g2/s32g3
From: Ghennadi Procopciuc <ghennadi.procopciuc@....com>
Add the compatible strings for the NXP s32g2 and s32g3. These chips
are mostly compatible. The one difference is that the s32g2-usbmisc
device has an errata ERR050474 which requires a special flag to be set
for handling packages that aren't 4 byte aligned.
Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@....com>
Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
---
v3: Remove some CCs.
Fix the ci-hdrc-usb2.yaml file
Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 5 +++++
Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml | 2 ++
2 files changed, 7 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
index cc5787a8cfa3..691d6cf02c27 100644
--- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
+++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml
@@ -23,6 +23,7 @@ properties:
- nvidia,tegra30-udc
- nvidia,tegra114-udc
- nvidia,tegra124-udc
+ - nxp,s32g2-usb
- qcom,ci-hdrc
- items:
- enum:
@@ -37,6 +38,10 @@ properties:
- enum:
- nuvoton,npcm845-udc
- const: nuvoton,npcm750-udc
+ - items:
+ - enum:
+ - nxp,s32g3-usb
+ - const: nxp,s32g2-usb
clocks:
minItems: 1
diff --git a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
index 019435540df0..ca677d1a8274 100644
--- a/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
+++ b/Documentation/devicetree/bindings/usb/fsl,usbmisc.yaml
@@ -21,6 +21,8 @@ properties:
- fsl,imx53-usbmisc
- fsl,imx6q-usbmisc
- fsl,vf610-usbmisc
+ - nxp,s32g2-usbmisc
+ - nxp,s32g3-usbmisc
- items:
- enum:
- fsl,imx6ul-usbmisc
--
2.47.2
Powered by blists - more mailing lists