2022-11-03 16:28:39

by Yu, Richard

[permalink] [raw]
Subject: [PATCH v1 3/7] dt-bindings: usb: hpe,gxp-udcg: Add binding for gxp gadget group

From: Richard Yu <[email protected]>

Create documentation for the hpe,gxp-udcg binding to support access to
the gxp USB gadget group.

Signed-off-by: Richard Yu <[email protected]>
---
.../devicetree/bindings/usb/hpe,gxp-udcg.yaml | 34 +++++++++++++++++++
1 file changed, 34 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/hpe,gxp-udcg.yaml

diff --git a/Documentation/devicetree/bindings/usb/hpe,gxp-udcg.yaml b/Documentation/devicetree/bindings/usb/hpe,gxp-udcg.yaml
new file mode 100644
index 000000000000..f1dd681c8d7d
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/hpe,gxp-udcg.yaml
@@ -0,0 +1,34 @@
+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/usb/hpe,gxp-udcg.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: HPE GXP Gadget Universal Device Controller Group (UDCG)
+
+maintainers:
+ - Richard Yu <[email protected]>
+ - Jean-Marie Verdun <[email protected]>
+ - Nick Hawkins <[email protected]>
+
+properties:
+ compatible:
+ items:
+ - const: hpe,gxp-udcg
+ - const: syscon
+
+ reg:
+ maxItems: 1
+
+required:
+ - compatible
+ - reg
+
+additionalProperties: false
+
+examples:
+ - |
+ system-controller@80400800 {
+ compatible = "hpe,gxp-udcg", "syscon";
+ reg = <0x80400800 0x200>;
+ };
--
2.17.1



2022-11-03 16:46:42

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 3/7] dt-bindings: usb: hpe,gxp-udcg: Add binding for gxp gadget group

On 03/11/2022 12:06, [email protected] wrote:
> From: Richard Yu <[email protected]>
>
> Create documentation for the hpe,gxp-udcg binding to support access to
> the gxp USB gadget group.
>
> Signed-off-by: Richard Yu <[email protected]>
> ---


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

Best regards,
Krzysztof