From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v2 1/8] arm64: dts: qcom: sm8150: add base dts file Date: Tue, 20 Aug 2019 22:07:32 +0530 Message-ID: <20190820163732.GF12733@vkoul-mobl.Dlink> References: <20190820064216.8629-1-vkoul@kernel.org> <20190820064216.8629-2-vkoul@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Amit Kucheria Cc: Andy Gross , linux-arm-msm , Bjorn Andersson , Rob Herring , Mark Rutland , Stephen Boyd , Sibi Sankar , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML List-Id: devicetree@vger.kernel.org On 20-08-19, 19:03, Amit Kucheria wrote: > On Tue, Aug 20, 2019 at 12:14 PM Vinod Koul wrote: > > > > This add base DTS file with cpu, psci, firmware, clock, tlmm and > > spmi nodes which enables boot to console > > > > Signed-off-by: Vinod Koul > > --- > > arch/arm64/boot/dts/qcom/sm8150.dtsi | 305 +++++++++++++++++++++++++++ > > 1 file changed, 305 insertions(+) > > create mode 100644 arch/arm64/boot/dts/qcom/sm8150.dtsi > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8150.dtsi b/arch/arm64/boot/dts/qcom/sm8150.dtsi > > new file mode 100644 > > index 000000000000..d9dc95f851b7 > > --- /dev/null > > +++ b/arch/arm64/boot/dts/qcom/sm8150.dtsi > > @@ -0,0 +1,305 @@ > > +// SPDX-License-Identifier: BSD-3-Clause > > This is fine. > > > +// Copyright (c) 2017-2019, The Linux Foundation. All rights reserved. > > +// Copyright (c) 2019, Linaro Limited > > These two lines should be in /* */ Yeah I made it same as previous, lets do right style. > > + timer { > > + compatible = "arm,armv8-timer"; > > + interrupts = , > > + , > > + , > > + ; > > Any particular reason why these are defined in this order - 1, 2, 3, 0? Copied from downstream :) -- ~Vinod