[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <bdff58bf-1a07-ab78-a782-d58d8c644e00@linaro.org>
Date: Mon, 23 Jan 2023 09:11:52 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Li Chen <lchen@...arella.com>, Li Chen <me@...ux.beauty>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc: "moderated list:ARM/Ambarella SoC support"
<linux-arm-kernel@...ts.infradead.org>,
"open list:SERIAL DRIVERS" <linux-serial@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 09/15] dt-bindings: serial: add support for Ambarella
On 23/01/2023 08:32, Li Chen wrote:
> Add compatible for Ambarella.
>
> Signed-off-by: Li Chen <lchen@...arella.com>
> Change-Id: I32513d98f52af0311dfb55dd5c4739a58f6b9fc1
> ---
> .../bindings/serial/ambarella_uart.yaml | 57 +++++++++++++++++++
> MAINTAINERS | 1 +
> 2 files changed, 58 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/serial/ambarella_uart.yaml
>
> diff --git a/Documentation/devicetree/bindings/serial/ambarella_uart.yaml b/Documentation/devicetree/bindings/serial/ambarella_uart.yaml
> new file mode 100644
> index 000000000000..238d68078270
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/serial/ambarella_uart.yaml
> @@ -0,0 +1,57 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/serial/ambarella_uart.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Ambarella S6LM SoC UART Controller
> +
> +maintainers:
> + - Li Chen <lchen@...arella.com>
> +
> +properties:
> + compatible:
> + const: ambarella,uart
> +
> + reg:
> + maxItems: 1
> +
> + amb,ignore-fe:
> + description: |
> + ignore frame error report for CV2/CV22/CV25/S6LM because it's
> + checked too strict so that normal stop may be treated as frame error.
Missing type. I don't understand why this is property of DT.
Anyway several problems mentioned earlier, please fix.
Best regards,
Krzysztof
Powered by blists - more mailing lists