Re: [PATCH v2 1/5] dt-bindings: vendor-prefixes: add Diodes

From: Bartosz Golaszewski
Date: Fri Sep 09 2022 - 09:27:31 EST


On Tue, Sep 6, 2022 at 10:28 AM Martyn Welch
<martyn.welch@xxxxxxxxxxxxxxx> wrote:
>
> From: Martyn Welch <martyn.welch@xxxxxxxxxxxxx>
>
> Diodes Incorporated is a manufacturer of application specific standard
> products within the discrete, logic, analog, and mixed-signal semiconductor
> markets.
>
> https://www.diodes.com/
>
> Signed-off-by: Martyn Welch <martyn.welch@xxxxxxxxxxxxx>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
>
> Changes in v2:
> - None
>
> Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> index 2f0151e9f6be..7ee9b7692ed1 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
> @@ -328,6 +328,8 @@ patternProperties:
> description: Digi International Inc.
> "^digilent,.*":
> description: Diglent, Inc.
> + "^diodes,.*":
> + description: Diodes, Inc.
> "^dioo,.*":
> description: Dioo Microcircuit Co., Ltd
> "^dlc,.*":
> --
> 2.35.1
>

Picked up the entire series, thanks!

Bart