From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C3A85568A; Wed, 24 Apr 2024 19:18:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713986296; cv=none; b=TW1t0NAmLQFHrFT0zb2u66XwEqtjxFaUpkb9kuDHweObAoQUzIYqQb+U34EkU4wmvYjrO57ubPgeCuJ8xdeotTTj/sxcWb8BvU+4PxyZWzkCftj7+U4LueRgQzUb9lL8Y1mZIO39nltmEyvpGNaxLqpGwuCIy4OYboRN5b9GRAo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713986296; c=relaxed/simple; bh=UnAUwzO2559vcgVgMa9POjX+k5ATpzHsJexpuTT9rDw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BQ4P5a4yV1l2aDRl5c25upInf3QpMMUwQYRiLEGR4n9JwrqK85QUNTFEg54jP7H1LVu/ZKuRp9bNFwLx68YgtJPrIy3iJDlmAunMkzQbcxDcw3h/HNKF1+XtR5fdvgC3a01XuGNFXEdzzoztWm3/WraF20cX5CplryZ9pqpN/ts= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=pIIuMGv7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="pIIuMGv7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 054C1C113CD; Wed, 24 Apr 2024 19:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713986296; bh=UnAUwzO2559vcgVgMa9POjX+k5ATpzHsJexpuTT9rDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pIIuMGv7o31zrYHjWo3wlKbj/vwHzyrgML3IfBH/6UvhS+DWLVYfHQYeWPvkGG30T R9ojRaKkVQMNHk66hRglCLuK4bcfLTMO2igPFnOZXpHtNuGTkXgT/gmSTK4hOruOmF 7e21MDbtyvfZUU12ZriKBT82Q0SL5+hrAFjGsitjooEqty9msYew3SOM/I3Tr7pb0D t1PfbPJA+kyixyhrGDTqHVD37U/PLey29GBHGOSKEf7yAUl7z6sVggEf1De1DFYkgo 3g8s1j5w0eXFaVaxUk8WVJJiaWU2OK4jT2Qn/ybQADpjjqh85XCtIjCdauCHWH+qm3 DXpCI8V2RR6xA== Date: Wed, 24 Apr 2024 14:18:13 -0500 From: Rob Herring To: Manikanta Guntupalli Cc: git@amd.com, gregkh@linuxfoundation.org, jirislaby@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, michal.simek@amd.com, p.zabel@pengutronix.de, laurent.pinchart@ideasonboard.com, radhey.shyam.pandey@amd.com, parth.gajjar@amd.com, u.kleine-koenig@pengutronix.de, tglx@linutronix.de, julien.malik@unseenlabs.fr, ruanjinjie@huawei.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com, manion05gk@gmail.com, Krzysztof Kozlowski Subject: Re: [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Message-ID: <20240424191813.GA324342-robh@kernel.org> References: <20240424112933.3528590-1-manikanta.guntupalli@amd.com> <20240424112933.3528590-2-manikanta.guntupalli@amd.com> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240424112933.3528590-2-manikanta.guntupalli@amd.com> On Wed, Apr 24, 2024 at 04:59:31PM +0530, Manikanta Guntupalli wrote: > Add optional reset device-tree property to the uartps controller. Typo in the subject. > > Signed-off-by: Manikanta Guntupalli > Acked-by: Krzysztof Kozlowski > --- > Changes for V2: > Added ack signature. > --- > Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml > index 2129247d7c81..d7f047b0bf24 100644 > --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml > +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml > @@ -46,6 +46,9 @@ properties: > power-domains: > maxItems: 1 > > + resets: > + maxItems: 1 > + > required: > - compatible > - reg > -- > 2.25.1 > 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 27B5FC4345F for ; Wed, 24 Apr 2024 19:18:52 +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:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1mYB2IpI3QRLoRj8s1Hxt3tnyPXur9QFWG93wP9roAQ=; b=k7qsnoqB6vbO2R fd77pu0f+fmSiA/X7VmTkOEw7Bijyi/MpQ6f14tQqqwQLCqMZAwXZ4mVHfopJ/5plkdFIjou/EeC4 6KJH52Rw5R3rQPFvSb+Wt0XPNOpVYhhyOVRJiMyKzQ4XGNMmskV39q3R/Y5LPsHWRY6rVHx7QVaU0 jkVP+IhHlGvUVhDSHteoExmRuSivtikIu+jSGWgkYBLNksqBtHCMUyikPQSGTzOSAuZsrvhCq2uMT R0cuhvvD33lCCditei/8bDboprLGNbjyUUzqPMKx424sPDEE/NVDJDfbb+PZ22QR5Y7XrKjp9r0bK GUBXDcRgfOV+VaRIEd5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzi8g-00000005ct4-3aaH; Wed, 24 Apr 2024 19:18:42 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzi8J-00000005cgR-2aKE for linux-arm-kernel@lists.infradead.org; Wed, 24 Apr 2024 19:18:21 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 1DA4DCE173A; Wed, 24 Apr 2024 19:18:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 054C1C113CD; Wed, 24 Apr 2024 19:18:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713986296; bh=UnAUwzO2559vcgVgMa9POjX+k5ATpzHsJexpuTT9rDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pIIuMGv7o31zrYHjWo3wlKbj/vwHzyrgML3IfBH/6UvhS+DWLVYfHQYeWPvkGG30T R9ojRaKkVQMNHk66hRglCLuK4bcfLTMO2igPFnOZXpHtNuGTkXgT/gmSTK4hOruOmF 7e21MDbtyvfZUU12ZriKBT82Q0SL5+hrAFjGsitjooEqty9msYew3SOM/I3Tr7pb0D t1PfbPJA+kyixyhrGDTqHVD37U/PLey29GBHGOSKEf7yAUl7z6sVggEf1De1DFYkgo 3g8s1j5w0eXFaVaxUk8WVJJiaWU2OK4jT2Qn/ybQADpjjqh85XCtIjCdauCHWH+qm3 DXpCI8V2RR6xA== Date: Wed, 24 Apr 2024 14:18:13 -0500 From: Rob Herring To: Manikanta Guntupalli Cc: git@amd.com, gregkh@linuxfoundation.org, jirislaby@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, michal.simek@amd.com, p.zabel@pengutronix.de, laurent.pinchart@ideasonboard.com, radhey.shyam.pandey@amd.com, parth.gajjar@amd.com, u.kleine-koenig@pengutronix.de, tglx@linutronix.de, julien.malik@unseenlabs.fr, ruanjinjie@huawei.com, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, srinivas.goud@amd.com, shubhrajyoti.datta@amd.com, manion05gk@gmail.com, Krzysztof Kozlowski Subject: Re: [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Message-ID: <20240424191813.GA324342-robh@kernel.org> References: <20240424112933.3528590-1-manikanta.guntupalli@amd.com> <20240424112933.3528590-2-manikanta.guntupalli@amd.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240424112933.3528590-2-manikanta.guntupalli@amd.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240424_121819_953148_5419F3FD X-CRM114-Status: GOOD ( 12.72 ) 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 Wed, Apr 24, 2024 at 04:59:31PM +0530, Manikanta Guntupalli wrote: > Add optional reset device-tree property to the uartps controller. Typo in the subject. > > Signed-off-by: Manikanta Guntupalli > Acked-by: Krzysztof Kozlowski > --- > Changes for V2: > Added ack signature. > --- > Documentation/devicetree/bindings/serial/cdns,uart.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/serial/cdns,uart.yaml b/Documentation/devicetree/bindings/serial/cdns,uart.yaml > index 2129247d7c81..d7f047b0bf24 100644 > --- a/Documentation/devicetree/bindings/serial/cdns,uart.yaml > +++ b/Documentation/devicetree/bindings/serial/cdns,uart.yaml > @@ -46,6 +46,9 @@ properties: > power-domains: > maxItems: 1 > > + resets: > + maxItems: 1 > + > required: > - compatible > - reg > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel