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=-10.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 C07C4C48BE5 for ; Thu, 17 Jun 2021 22:26:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8BDB613CA for ; Thu, 17 Jun 2021 22:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232282AbhFQW2k (ORCPT ); Thu, 17 Jun 2021 18:28:40 -0400 Received: from relay07.th.seeweb.it ([5.144.164.168]:58375 "EHLO relay07.th.seeweb.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231611AbhFQW2j (ORCPT ); Thu, 17 Jun 2021 18:28:39 -0400 Received: from [192.168.1.101] (83.6.168.10.neoplus.adsl.tpnet.pl [83.6.168.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 97CE23F643; Fri, 18 Jun 2021 00:26:29 +0200 (CEST) Subject: Re: [PATCH v3 5/5] arm64: dts: qcom: sa8155p-adp: Add base dts file To: Bhupesh Sharma , linux-arm-msm@vger.kernel.org Cc: bhupesh.linux@gmail.com, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, agross@kernel.org, Vinod Koul , Bjorn Andersson References: <20210617054548.353293-1-bhupesh.sharma@linaro.org> <20210617054548.353293-6-bhupesh.sharma@linaro.org> From: Konrad Dybcio Message-ID: <017932d3-ad1d-976c-2be4-f2beab7df1bd@somainline.org> Date: Fri, 18 Jun 2021 00:26:28 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210617054548.353293-6-bhupesh.sharma@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 17.06.2021 07:45, Bhupesh Sharma wrote: > Add base DTS file for SA8155p Automotive Development Platform. > It enables boot to console, adds tlmm reserved range and ufs flash. > It also includes pmic file. > > SA8155p-adp board is based on sa8155p Qualcomm Snapdragon SoC. > SA8155p platform is similar to the SM8150, so use this as base > for now. > > Cc: Vinod Koul > Reviewed-by: Bjorn Andersson > Signed-off-by: Bhupesh Sharma > + > +&qupv3_id_1 { > + status = "okay"; > +}; > This tiny reference is unsorted, besides that: Reviewed-by: Konrad Dybcio Konrad