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 50D13C05027 for ; Mon, 23 Jan 2023 14:00:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232116AbjAWOAB (ORCPT ); Mon, 23 Jan 2023 09:00:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232036AbjAWN7s (ORCPT ); Mon, 23 Jan 2023 08:59:48 -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 D29702410B; Mon, 23 Jan 2023 05:59:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674482371; cv=none; d=zohomail.com; s=zohoarc; b=b9KZoTXiGmhIuT1FD/ZVql04P9HLV+3RC0KprqoNiOPRH2niLM3IxXODMjwEX/CU9JOKpnz2ma6n4awq9jIDXDcNlXTK3whlNeqfq/pEOQtzN0U8YEJgHbWHu0CGNT25gs3SVIw24BC4VAg+5MV6deiBC1d8knDOtknoBqigO4A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1674482371; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=hKLrEa1rMwZsydzIiIdQlhxMqo41WsiPxExsC1K8XBo=; b=W2Hs4NoBS1oclQXo+8vcDrhYRspsZ3oDGJZu1BR1izITwz4cu3s6XbqYPsoG0aOIRJLKWko8a3W0JjKEqu/tPYFkbgKhLQ1IGioInw4CLfy5OdztJ6+IHoJH5nlWfPuzKqPZYXexJEwd+srukTkhi05S7zrVILc0rVaYba3vOgs= 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=1674482371; 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=hKLrEa1rMwZsydzIiIdQlhxMqo41WsiPxExsC1K8XBo=; b=gdFizl9WuuDgvEeBNPd9WmI7Z4Jsz86JXrdb7q07cSyjL2oLGxwuznCIj4c5zIx1 96C8+PYGNUZiiUqTCimYhK1DyUOJaxZEPEpIKRyLt6zegrdy5kOvNBqHMtdU0ZtpHYn 6Rq78IqIZzNTTIjm28LIqKVGvwBiGFeOyZYx7LvA= Received: from lchen-xiaoxin.linux.beauty (183.211.210.143 [183.211.210.143]) by mx.zohomail.com with SMTPS id 1674482367969972.5360235640519; Mon, 23 Jan 2023 05:59:27 -0800 (PST) Date: Mon, 23 Jan 2023 21:58:42 +0800 Message-ID: <877cxdic8d.wl-me@linux.beauty> From: Li Chen To: Krzysztof Kozlowski Cc: Li Chen , Rob Herring , Krzysztof Kozlowski , "moderated list:ARM/Ambarella SoC support" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH 03/15] dt-bindings: arm: ambarella: Add binding for Ambarella ARM platforms In-Reply-To: <9c71faa2-d186-7b54-e388-ec483a93b3a0@linaro.org> References: <20230123073305.149940-1-lchen@ambarella.com> <20230123073305.149940-4-lchen@ambarella.com> <9c71faa2-d186-7b54-e388-ec483a93b3a0@linaro.org> 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 On Mon, 23 Jan 2023 16:03:27 +0800, Krzysztof Kozlowski wrote: > > On 23/01/2023 08:32, Li Chen wrote: > > This introduces binding for Ambarella s6lm SoC. > > > > Signed-off-by: Li Chen > > Change-Id: Id95d91218625a1f0b3413aac101c2ca8831f0385 > > Please run scripts/checkpatch.pl and fix reported warnings. Sorry for it, I do run checkpatch & sparse and fix issues, but forget to remove the Change-id finally, will remove it in v2. > > --- > > .../devicetree/bindings/arm/ambarella.yaml | 22 +++++++++++++++++++ > > MAINTAINERS | 6 +++++ > > 2 files changed, 28 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/arm/ambarella.yaml > > > > diff --git a/Documentation/devicetree/bindings/arm/ambarella.yaml b/Documentation/devicetree/bindings/arm/ambarella.yaml > > new file mode 100644 > > index 000000000000..2c8ff75b57b9 > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/arm/ambarella.yaml > > @@ -0,0 +1,22 @@ > > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > > +%YAML 1.2 > > +--- > > +$id: http://devicetree.org/schemas/arm/ambarella.yaml# > > +$schema: http://devicetree.org/meta-schemas/core.yaml# > > + > > +title: Ambarella SoC Device Tree Bindings > > Drop "Device Tree Bindings" Well noted. > > + > > +maintainers: > > + - Li Chen > > + > > +properties: > > + $nodename: > > + const: "/" > > + compatible: > > + oneOf: > > + - description: Ambarella SoC based platforms > > + items: > > + - enum: > > + - ambarella,s6lm Thanks for your review! Regards, Li