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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B365FC433E0 for ; Thu, 21 Jan 2021 22:40:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 733C523A60 for ; Thu, 21 Jan 2021 22:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727029AbhAUWju (ORCPT ); Thu, 21 Jan 2021 17:39:50 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:35622 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726362AbhAUWjX (ORCPT ); Thu, 21 Jan 2021 17:39:23 -0500 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BD2AD8AE; Thu, 21 Jan 2021 23:38:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1611268722; bh=mTQDzFLz8lnA56YiNe1nBrmoqyjpQjUrMbQWPECDNsI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vgFywrRqn3LvYAWiHZ+FgcnFwlJ8v3xIvAK+SmRtck8UQi0FNMXfyidz8WZbzJTOM 3CnFPa9OmqYp8JjucgrpxK8VsDXGHTLJ6d8zjOedRL29ujb65oCXP/kwz+1MFjZwNC DdT+Qc3+cgD2YN/yhYfw0PUSbtMmjz8BUPPeuqg8= Date: Fri, 22 Jan 2021 00:38:23 +0200 From: Laurent Pinchart To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, Kalyani Akula , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 04/12] arm64: dts: zynqmp: Enable reset controller driver Message-ID: References: <4fb62952f61e5046d750fff0e3e469c7abd1d0d0.1611224800.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4fb62952f61e5046d750fff0e3e469c7abd1d0d0.1611224800.git.michal.simek@xilinx.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Michal, Thank you for the patch. On Thu, Jan 21, 2021 at 11:26:52AM +0100, Michal Simek wrote: > Enable reset controller to be prepared for use. > > Signed-off-by: Michal Simek Reviewed-by: Laurent Pinchart > --- > > Changes in v2: > - Remove reset description for IPs from this patch. IPs will be enabled > separately with DT binding update. > - Change patch subject > > arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > index cdc1a0ddfa01..94a2e1f2b713 100644 > --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi > @@ -187,6 +187,11 @@ zynqmp_pcap: pcap { > xlnx_aes: zynqmp-aes { > compatible = "xlnx,zynqmp-aes"; > }; > + > + zynqmp_reset: reset-controller { > + compatible = "xlnx,zynqmp-reset"; > + #reset-cells = <1>; > + }; > }; > }; > -- Regards, Laurent Pinchart