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 D9E4BEB64DC for ; Tue, 11 Jul 2023 18:10:50 +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-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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bCyCmld3McTx8+3BOJoNlBlm8ZLPxgPtjAtEBpuFHFg=; b=N4a23UY99D+LQQ3UT01PAttFRJ YzA9EWKEvHbFoJGxa9imqS+hsHM5rnUQrZaC5G410dhZ+Ba/HMjPeRFNowpDjWQqjYrTDYBrHHIm2 +0ESBR7ssd74cR7aoDBgeEuTc/hIf9S+9U3nEvnbhFbVMCqMWKvOstrOFTYA4CB+ZaWgE3bgWg0pz h2q9lHEGFnT8mtpPYKQQEpXk44Bbfhbuv+cvcvNmfm2qj3DwPJeMfXbAyxkCwZgbEzNMyCMRgwXhx gmHvU+l9Ef1wkRGCMlnM5xLXRsGFgtiWGXYRlQxiVvTqreXNfP5txh5CvpGUfi4KGSJ5unIunry+C X9Cd1R8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJHoc-00Fcp2-0w; Tue, 11 Jul 2023 18:10:22 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJHoZ-00FcoG-1Q for linux-arm-kernel@lists.infradead.org; Tue, 11 Jul 2023 18:10:20 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DF6C261584; Tue, 11 Jul 2023 18:10:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77234C433C8; Tue, 11 Jul 2023 18:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689099018; bh=fgsSU4RTwG4VGCYX1r2gOtI9K5ILxtnDHYmNK6g0Mkg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sc+m/bTBE4mmECtCDGZJiMQjX7s83U1TwrfjoYrot9ksHXoaYC0wEQd0ySZSa43Si Xf53ueLL+QXtBWoxmxBxcTMwonY27GfRa0LU+rEcjrh1AV/NR1Xcp0XSsjJBmh5e4I qF++OOo0UlxZUg95+pPSEle6XLficCeo38fGGIKXpMvWcwq6sZcq7LiUz4+28mC2Z0 3TJn0byHHeNPf8oEt6/XIzkcI1RPotW1TuG2G2us1+sfbgnWBpTA2z7dbDrGVEFmZ+ vfDpTvP85IxQ5PEsfdXAhiIo7wxIHBrxT8Wrvmtks2QdQMpQt5gIqDkcG8+Y9udOiN WXFt5ncsTu0hQ== Date: Tue, 11 Jul 2023 19:10:12 +0100 From: Conor Dooley To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, Appana Durga Kedareswara rao , Conor Dooley , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Krzysztof Kozlowski , Marc Kleine-Budde , Naga Sureshkumar Relli , Paolo Abeni , Rob Herring , Wolfgang Grandegger , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-can@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: can: xilinx_can: Add reset description Message-ID: <20230711-parted-rasping-82b911b90e1e@spud> References: MIME-Version: 1.0 In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230711_111019_520011_EE74450F X-CRM114-Status: GOOD ( 15.45 ) 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: multipart/mixed; boundary="===============1393204409985684597==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============1393204409985684597== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="goRIxT+tsSQKD88J" Content-Disposition: inline --goRIxT+tsSQKD88J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 11, 2023 at 04:03:54PM +0200, Michal Simek wrote: > IP core has input for reset signal which can be connected that's why > describe optional reset property. >=20 > Signed-off-by: Michal Simek Acked-by: Conor Dooley Cheers, Conor. > --- >=20 > Documentation/devicetree/bindings/net/can/xilinx,can.yaml | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/Documentation/devicetree/bindings/net/can/xilinx,can.yaml b/= Documentation/devicetree/bindings/net/can/xilinx,can.yaml > index 897d2cbda45b..64d57c343e6f 100644 > --- a/Documentation/devicetree/bindings/net/can/xilinx,can.yaml > +++ b/Documentation/devicetree/bindings/net/can/xilinx,can.yaml > @@ -46,6 +46,9 @@ properties: > $ref: /schemas/types.yaml#/definitions/uint32 > description: CAN Tx mailbox buffer count (CAN FD) > =20 > + resets: > + maxItems: 1 > + > required: > - compatible > - reg > --=20 > 2.36.1 >=20 --goRIxT+tsSQKD88J Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZK2bBAAKCRB4tDGHoIJi 0pTmAP0RcjbnxLer61UPJAZOWQdhrzOor0yr7ddQcKI9iGX9RAEAshUh7JvDWhDV fnrS8qIgliqgcBJXI/9ewYwCU5qfTQ8= =QG6Q -----END PGP SIGNATURE----- --goRIxT+tsSQKD88J-- --===============1393204409985684597== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============1393204409985684597==--