2024-04-21 14:11:23

by Yangyu Chen

[permalink] [raw]
Subject: [PATCH v1 1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC

Add the dwc2 bindings for the Canaan Kendryte K230 SoC from Canaan.

Signed-off-by: Yangyu Chen <[email protected]>
---
Documentation/devicetree/bindings/usb/dwc2.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml
index 0a5c98ea711d..c39d7f9d76a3 100644
--- a/Documentation/devicetree/bindings/usb/dwc2.yaml
+++ b/Documentation/devicetree/bindings/usb/dwc2.yaml
@@ -17,6 +17,9 @@ properties:
compatible:
oneOf:
- const: brcm,bcm2835-usb
+ - items:
+ - const: canaan,k230-otg
+ - const: snps,dwc2
- const: hisilicon,hi6220-usb
- const: ingenic,jz4775-otg
- const: ingenic,jz4780-otg
--
2.43.0



2024-04-22 04:33:33

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC

On 21/04/2024 14:53, Yangyu Chen wrote:
> Add the dwc2 bindings for the Canaan Kendryte K230 SoC from Canaan.
>
> Signed-off-by: Yangyu Chen <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/dwc2.yaml | 3 +++

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof