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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6C0AC433FE for ; Thu, 20 Oct 2022 12:04:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229925AbiJTMEl (ORCPT ); Thu, 20 Oct 2022 08:04:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229765AbiJTMEk (ORCPT ); Thu, 20 Oct 2022 08:04:40 -0400 Received: from relay03.th.seeweb.it (relay03.th.seeweb.it [5.144.164.164]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FC7ED100 for ; Thu, 20 Oct 2022 05:04:28 -0700 (PDT) Received: from cp.tophost.it (vm1054.cs12.seeweb.it [217.64.195.253]) by m-r1.th.seeweb.it (Postfix) with ESMTPA id A50E81F91E; Thu, 20 Oct 2022 14:04:24 +0200 (CEST) MIME-Version: 1.0 Date: Thu, 20 Oct 2022 13:49:23 +0200 From: konrad.dybcio@somainline.org To: Parikshit Pareek Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Andrew Halaney , Shazad Hussain , Brian Masney , Johan Hovold Subject: Re: [PATCH v6 2/2] arm64: dts: qcom: add SA8540P ride(Qdrive-3) In-Reply-To: <20221020073036.16656-3-quic_ppareek@quicinc.com> References: <20221020073036.16656-1-quic_ppareek@quicinc.com> <20221020073036.16656-3-quic_ppareek@quicinc.com> User-Agent: Roundcube Webmail/1.4.6 Message-ID: <7a62dd552c02e2b83fabaf9ff55a7c6c@somainline.org> X-Sender: konrad.dybcio@somainline.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2022-10-20 09:30, Parikshit Pareek wrote: > Introduce the Qualcomm SA8540P ride automotive platform, also known as > Qdrive-3 development board. > > This initial contribution supports SMP, CPUFreq, cluster idle, UFS, > RPMh > regulators, debug UART, PMICs, remoteprocs and USB. > > The SA8540P ride contains four PM8450 PMICs. > > Signed-off-by: Parikshit Pareek > --- Hi! [...[ > + vreg_l3c: ldo3 { > + regulator-name = "vreg_l3c"; > + regulator-min-microvolt = <1200000>; > + regulator-max-microvolt = <1200000>; > + regulator-initial-mode = ; > + regulator-allow-set-load; Not sure if setting load is desired after recent rpmh regulator changes. [...] > + > +&spmi_bus { > + pm8450a: pmic@0 { > + compatible = "qcom,pm8150", "qcom,spmi-pmic"; Please add a pm8450[aceg].dtsi instead, as other boards would probably like to reuse this. Also, move the spmi.h inclusion there. [...] > +}; > + > +/* PINCTRL */ Not sure if it's useful if there's nothing there for now. Konrad