Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 577B2C27C76 for ; Wed, 25 Jan 2023 09:55:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235179AbjAYJz2 (ORCPT ); Wed, 25 Jan 2023 04:55:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234689AbjAYJz0 (ORCPT ); Wed, 25 Jan 2023 04:55:26 -0500 Received: from sender4-op-o14.zoho.com (sender4-op-o14.zoho.com [136.143.188.14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2693430E8; Wed, 25 Jan 2023 01:55:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674640517; cv=none; d=zohomail.com; s=zohoarc; b=lgOSlRFjiTeXa1ZiN0Sh5q2BNXtuIw1nkHYqh6Cne9vaO7pk8dCW1x1knI7VU7IhgwjIlDY1gSBM24Muw30HLmFpYM4w5hGTQzutF4lMgeh97Rj5ZTqQenGdZia6gfJ+Zdh4j0+b0UHLHixr5iSLtvPcMACiNFd/26FJulMgCgY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1674640517; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=GxhsZuLW1aUUdsIzkDgq7YtS68/mjfyyTwcISg+gePc=; b=F5dsF2CihVBrWMGwf1Hzr0xnW89rx2OEbQ9vMdxa4tj3XKiac2EH3/M6LsGyUh+OkgBuKvgQ4elsqhFVLjb6p/pUflgKdBsAJMEUm+EBicd+ZX1CAEvO7gLfa/O9gOsfUYM9TDtqxzbl73UR/TLF8WieIJC0MjI+5B920DG06WY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=linux.beauty; spf=pass smtp.mailfrom=me@linux.beauty; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1674640517; s=zmail; d=linux.beauty; i=me@linux.beauty; h=Date:Date:Message-ID:From:From:To:To:Cc:Cc:Subject:Subject:In-Reply-To:References:MIME-Version:Content-Type:Message-Id:Reply-To; bh=GxhsZuLW1aUUdsIzkDgq7YtS68/mjfyyTwcISg+gePc=; b=t7IMeHM8eXXlOe/+x22OEMDUS/bjYxO9RZy7BxQdzpDLZNuloE0YQJOgm2ZEc3xh 7WZ9xErJN9/r6zArxEZ+A7Cse7ze2vLqk/TLfUgegdQQmp/JRy2awfqjR+H+Fs66n76 PW5YudxpvvVsI6SfdWD/jHVSlKEuCp0R4mWGLJ7w= Received: from lchen-xiaoxin.linux.beauty (221.225.241.248 [221.225.241.248]) by mx.zohomail.com with SMTPS id 1674640515886204.08088684860002; Wed, 25 Jan 2023 01:55:15 -0800 (PST) Date: Wed, 25 Jan 2023 17:54:28 +0800 Message-ID: <87wn5bgcrv.wl-me@linux.beauty> From: Li Chen To: Krzysztof Kozlowski Cc: Li Chen , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , "moderated list:ARM/Ambarella SoC support" , "open list:SERIAL DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH 09/15] dt-bindings: serial: add support for Ambarella In-Reply-To: References: <20230123073305.149940-1-lchen@ambarella.com> <20230123073305.149940-10-lchen@ambarella.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Krzysztof Kozlowski, Sorry for my late reply. On Mon, 23 Jan 2023 16:11:52 +0800, Krzysztof Kozlowski wrote: > > On 23/01/2023 08:32, Li Chen wrote: > > Add compatible for Ambarella. > > > > Signed-off-by: Li Chen > > 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 > > + > > +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. Ok, I will add "type: boolean" to it. > Anyway several problems mentioned earlier, please fix. Well noted. Regards, Li