From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Stultz Subject: Re: [PATCH 0/3] (Qualcomm) UFS device reset support Date: Tue, 4 Jun 2019 15:00:27 -0700 Message-ID: References: <20190604072001.9288-1-bjorn.andersson@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190604072001.9288-1-bjorn.andersson@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Bjorn Andersson Cc: Andy Gross , Linus Walleij , Rob Herring , Mark Rutland , Pedro Sousa , "James E.J. Bottomley" , "Martin K. Petersen" , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-scsi@vger.kernel.org List-Id: devicetree@vger.kernel.org On Tue, Jun 4, 2019 at 12:22 AM Bjorn Andersson wrote: > > This series exposes the ufs_reset line as a gpio, adds support for ufshcd to > acquire and toggle this and then adds this to SDM845 MTP. > > Bjorn Andersson (3): > pinctrl: qcom: sdm845: Expose ufs_reset as gpio > scsi: ufs: Allow resetting the UFS device > arm64: dts: qcom: sdm845-mtp: Specify UFS device-reset GPIO Adding similar change as in sdm845-mtp to the not yet upstream blueline dts, I validated this allows my micron UFS pixel3 to boot. Tested-by: John Stultz thanks -john