From mboxrd@z Thu Jan 1 00:00:00 1970 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 8B7B4C25B50 for ; Tue, 24 Jan 2023 11:33:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234121AbjAXLda (ORCPT ); Tue, 24 Jan 2023 06:33:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234119AbjAXLd3 (ORCPT ); Tue, 24 Jan 2023 06:33:29 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7377A9025; Tue, 24 Jan 2023 03:33:27 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1037460F36; Tue, 24 Jan 2023 11:33:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D5EAC4339B; Tue, 24 Jan 2023 11:33:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674560006; bh=pqiKu2iFX77RIfIfiJ+5aMwkbCrMMguxTgKU4tKjUc0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jgG/iA+3jct6fX618SdC2isOsZjWZm850pXEIc4qvAxt/n0eIhCt6KTmRo3zzkL8o hJkC9ifX5nG04CmUdkrMj8X1xdCdF9QBCGwpLig5drRUU0hEvDtyZZeHVNHUjPf6Ui ibhw6WnPMN4ao6NtsT/Pf/bt39cm5j6kbF4T9ZIZZ12xPDOgfJwMv70aUfZ+eAmPav chhJQw+fSLdYqvAmIxK7WfQBAv8yGvwjiGZ398QLL5DSxhhMfeQVeAglmzqCHSyIIx 1YhxJcQoS7U/O+Z7t0X7McA+2/AIYxmpvUnWfRHPu7tzCWyIuLzJHSzpzhdFVIa3KI EvkegYMtxhCZA== Message-ID: Date: Tue, 24 Jan 2023 12:33:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to Content-Language: en-US To: Manikanta Guntupalli , michal.simek@xilinx.com, michal.simek@amd.com, linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Cc: git@amd.com, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com, manion05gk@gmail.com, Raviteja Narayanam References: <1674536682-25278-1-git-send-email-manikanta.guntupalli@amd.com> <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com> From: Krzysztof Kozlowski In-Reply-To: <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 24/01/2023 06:04, Manikanta Guntupalli wrote: Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed several entries, so this also will mean patch won't get tested. > From: Raviteja Narayanam > > compatible Messed up subject and commit msg. > > Added the xilinx I2C new version 'xlnx,axi-iic-2.1' string to compatible > Added clock-frequency as optional property. > > Signed-off-by: Raviteja Narayanam > Signed-off-by: Manikanta Guntupalli > Acked-by: Michal Simek > --- > .../devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > index 8d241a703d85..42488a67260c 100644 > --- a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > +++ b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > @@ -14,7 +14,9 @@ allOf: > > properties: > compatible: > - const: xlnx,xps-iic-2.00.a > + enum: > + - xlnx,xps-iic-2.00.a > + - xlnx,axi-iic-2.1 > > reg: > maxItems: 1 > @@ -36,6 +38,9 @@ required: > - interrupts > - clocks > > +optional: > + - clock-frequency Nope. Just test your bindings... Does not look like you tested the bindings. Please run `make dt_binding_check` (see Documentation/devicetree/bindings/writing-schema.rst for instructions). > + > unevaluatedProperties: false > > examples: Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 110E1C25B4E for ; Tue, 24 Jan 2023 11:34:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cEsc6fq1bS2Hp7FqaKuE9ijLYy4Uiids2WyB8bB/Q2c=; b=wnM1o2AwgyQsjE mlrmpspL9irikvn4AEh20UfX2d3RQ1hLAKi+x7ToGCXv48mDNeWYv/ZQRp75Wn0mkt7yD3oBprGA/ yDdhOu65sdLq5swQYlF/ioKHwrSuXquDRUVg7N0iUFVuZAN7VTBXLILwozEfV7Ig9VTKHzznYJF6Q +tAbFncx+WlWxV4xo4jVdECrDUrpDXVZ+6qIwhglF8+Ff36JWvA/r1pQe7oiwhRChPqCtQAXb6zmq MrPAdgvBOMsx5Fnhn0vXxGFU/xgch4QTZAxBjjY1aLX+QMkx3ZNeaJMTt8C0bqVmzMc1v+xDrJJu7 gWzHzd8n4Fca1izJkZXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKHYS-003SDZ-OD; Tue, 24 Jan 2023 11:33:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKHYP-003SCB-2Q for linux-arm-kernel@lists.infradead.org; Tue, 24 Jan 2023 11:33:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C1F73B8114A; Tue, 24 Jan 2023 11:33:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D5EAC4339B; Tue, 24 Jan 2023 11:33:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674560006; bh=pqiKu2iFX77RIfIfiJ+5aMwkbCrMMguxTgKU4tKjUc0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jgG/iA+3jct6fX618SdC2isOsZjWZm850pXEIc4qvAxt/n0eIhCt6KTmRo3zzkL8o hJkC9ifX5nG04CmUdkrMj8X1xdCdF9QBCGwpLig5drRUU0hEvDtyZZeHVNHUjPf6Ui ibhw6WnPMN4ao6NtsT/Pf/bt39cm5j6kbF4T9ZIZZ12xPDOgfJwMv70aUfZ+eAmPav chhJQw+fSLdYqvAmIxK7WfQBAv8yGvwjiGZ398QLL5DSxhhMfeQVeAglmzqCHSyIIx 1YhxJcQoS7U/O+Z7t0X7McA+2/AIYxmpvUnWfRHPu7tzCWyIuLzJHSzpzhdFVIa3KI EvkegYMtxhCZA== Message-ID: Date: Tue, 24 Jan 2023 12:33:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.0 Subject: Re: [PATCH V3 7/9] dt-bindings: i2c: xiic: Add 'xlnx,axi-iic-2.1' to Content-Language: en-US To: Manikanta Guntupalli , michal.simek@xilinx.com, michal.simek@amd.com, linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Cc: git@amd.com, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com, manion05gk@gmail.com, Raviteja Narayanam References: <1674536682-25278-1-git-send-email-manikanta.guntupalli@amd.com> <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com> From: Krzysztof Kozlowski In-Reply-To: <1674536682-25278-8-git-send-email-manikanta.guntupalli@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230124_033329_279173_2E3C7E55 X-CRM114-Status: GOOD ( 18.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 24/01/2023 06:04, Manikanta Guntupalli wrote: Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed several entries, so this also will mean patch won't get tested. > From: Raviteja Narayanam > > compatible Messed up subject and commit msg. > > Added the xilinx I2C new version 'xlnx,axi-iic-2.1' string to compatible > Added clock-frequency as optional property. > > Signed-off-by: Raviteja Narayanam > Signed-off-by: Manikanta Guntupalli > Acked-by: Michal Simek > --- > .../devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > index 8d241a703d85..42488a67260c 100644 > --- a/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > +++ b/Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml > @@ -14,7 +14,9 @@ allOf: > > properties: > compatible: > - const: xlnx,xps-iic-2.00.a > + enum: > + - xlnx,xps-iic-2.00.a > + - xlnx,axi-iic-2.1 > > reg: > maxItems: 1 > @@ -36,6 +38,9 @@ required: > - interrupts > - clocks > > +optional: > + - clock-frequency Nope. Just test your bindings... Does not look like you tested the bindings. Please run `make dt_binding_check` (see Documentation/devicetree/bindings/writing-schema.rst for instructions). > + > unevaluatedProperties: false > > examples: Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel