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=ham 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 AFD36C48BCF for ; Thu, 10 Jun 2021 01:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 906196140D for ; Thu, 10 Jun 2021 01:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229659AbhFJBhR (ORCPT ); Wed, 9 Jun 2021 21:37:17 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:33858 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbhFJBhR (ORCPT ); Wed, 9 Jun 2021 21:37:17 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 4CC678A2; Thu, 10 Jun 2021 03:35:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1623288920; bh=ZOPIF/Y2NL+RVtQmqfz7Yzk+FKKW1kdfWXCUZ0p+IYo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nIUIc8Ae0iR5Cdk4+JCLjml+9LuS7ep/EjFfxQ93Yi5dCVT9RpLe7OPxB/FzQwUK3 /KZeyTbLUH0LNqQ8SM9Me9We5MpQPn73gkFAb2eJcw/ULwYBY9J30OyIgaB6Zhpnlf 8pYgudO3SFYWbiZ5KYk8kwTXmzhjIMqOnioqw7Iw= Date: Thu, 10 Jun 2021 04:35:02 +0300 From: Laurent Pinchart To: Michal Simek Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com, Viresh Kumar , Quanyang Wang , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 21/31] arm64: zynqmp: Move DP nodes to the end of file on zcu106 Message-ID: References: <4d1c79f6f184367687f61608bb8e0f18d9121802.1623239033.git.michal.simek@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4d1c79f6f184367687f61608bb8e0f18d9121802.1623239033.git.michal.simek@xilinx.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Michal, Thank you for the patch. On Wed, Jun 09, 2021 at 01:44:57PM +0200, Michal Simek wrote: > This location is used by others DTs files that's why this move. I like alphabetical order :-) > Signed-off-by: Michal Simek Reviewed-by: Laurent Pinchart > --- > > .../boot/dts/xilinx/zynqmp-zcu106-revA.dts | 22 +++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > > diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts > index dbb8bfbb5c7f..4a0f3370bf7f 100644 > --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts > +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts > @@ -160,17 +160,6 @@ &dcc { > status = "okay"; > }; > > -&zynqmp_dpdma { > - status = "okay"; > -}; > - > -&zynqmp_dpsub { > - status = "okay"; > - phy-names = "dp-phy0", "dp-phy1"; > - phys = <&psgtr 1 PHY_TYPE_DP 0 3>, > - <&psgtr 0 PHY_TYPE_DP 1 3>; > -}; > - > /* fpd_dma clk 667MHz, lpd_dma 500MHz */ > &fpd_dma_chan1 { > status = "okay"; > @@ -994,3 +983,14 @@ &usb0 { > &watchdog0 { > status = "okay"; > }; > + > +&zynqmp_dpdma { > + status = "okay"; > +}; > + > +&zynqmp_dpsub { > + status = "okay"; > + phy-names = "dp-phy0", "dp-phy1"; > + phys = <&psgtr 1 PHY_TYPE_DP 0 3>, > + <&psgtr 0 PHY_TYPE_DP 1 3>; > +}; -- Regards, Laurent Pinchart