From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v2 01/17] arm64: dts: qcom: qcs404: add base dts files Date: Tue, 6 Nov 2018 23:05:43 +0530 Message-ID: <20181106173543.GZ12092@vkoul-mobl> References: <20181105154529.7614-1-vkoul@kernel.org> <20181105154529.7614-2-vkoul@kernel.org> <20181105185648.GL2523@minitux> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181105185648.GL2523@minitux> Sender: linux-kernel-owner@vger.kernel.org To: Bjorn Andersson Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org Thanks for the review Bjorn, On 05-11-18, 10:56, Bjorn Andersson wrote: > On Mon 05 Nov 07:45 PST 2018, Vinod Koul wrote: > > > diff --git a/arch/arm64/boot/dts/qcom/qcs404-evb.dts b/arch/arm64/boot/dts/qcom/qcs404-evb.dts > > new file mode 100644 > > index 000000000000..74dc09ddb0d2 > > --- /dev/null > > +++ b/arch/arm64/boot/dts/qcom/qcs404-evb.dts > > @@ -0,0 +1,21 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +// Copyright (c) 2018, Linaro Limited > > + > > +// QCS EVB DTS > > This can be read from the filename and the model a few lines down. So > please drop. Sure > > > + > > +/dts-v1/; > > + > > +#include "qcs404.dtsi" > > + > > +/ { > > + model = "Qualcomm Technologies, Inc. QCS404 EVB 1000"; > > + compatible = "qcom,qcs404-evb"; > > + > > + aliases { > > + serial0 = &blsp1_uart2; > > + }; > > + > > + chosen { > > + stdout-path = "serial0"; > > + }; > > +}; > > diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi > [..] > > + timer { > > + compatible = "arm,armv8-timer"; > > + interrupts = , > > + , > > + , > > + ; > > + }; > > + > > + clocks { > > Please sort these nodes alphabetically. Will do and also while adding subsequent nodes > > + xo_board: xo_board { > > + compatible = "fixed-clock"; > > + #clock-cells = <0>; > > + clock-frequency = <19200000>; > > + }; > > + }; > > + > > + soc: soc@0 { > > + #address-cells = <1>; > > + #size-cells = <1>; > > + ranges = <0 0 0 0xffffffff>; > > + compatible = "simple-bus"; > > + > > Please pad the address in reg to 8 digits and sort these nodes by > address. Sure -- ~Vinod