Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751472AbdGYINE (ORCPT ); Tue, 25 Jul 2017 04:13:04 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:47700 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750824AbdGYINC (ORCPT ); Tue, 25 Jul 2017 04:13:02 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1C8D460998 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vivek.gautam@codeaurora.org MIME-Version: 1.0 In-Reply-To: <20170725063008.GB2016@tuxbook> References: <20170725054705.20674-1-bjorn.andersson@linaro.org> <20170725054705.20674-6-bjorn.andersson@linaro.org> <20170725063008.GB2016@tuxbook> From: Vivek Gautam Date: Tue, 25 Jul 2017 13:42:59 +0530 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 5/5] arm64: dts: msm8996: Add QFPROM node To: Bjorn Andersson Cc: Andy Gross , David Brown , linux-arm-msm , linux-soc@vger.kernel.org, "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2375 Lines: 70 On Tue, Jul 25, 2017 at 12:00 PM, Bjorn Andersson wrote: > On Mon 24 Jul 23:09 PDT 2017, Vivek Gautam wrote: > >> Hi Bjorn, >> >> >> On Tue, Jul 25, 2017 at 11:17 AM, Bjorn Andersson >> wrote: >> > From: Vivek Gautam >> > >> > Signed-off-by: Vivek Gautam >> > Signed-off-by: Bjorn Andersson >> > --- >> > arch/arm64/boot/dts/qcom/msm8996.dtsi | 11 +++++++++++ >> > 1 file changed, 11 insertions(+) >> > >> > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi >> > index 395666dcce1b..d0865d2f731e 100644 >> > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi >> > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi >> > @@ -496,6 +496,17 @@ >> > status = "disabled"; >> > }; >> > >> > + qfprom: qfprom@74000 { >> > + compatible = "qcom,qfprom"; >> > + reg = <0x00074000 0x8ff>; >> > + #address-cells = <1>; >> > + #size-cells = <1>; >> > + qusb2p_hstx_trim: hstx_trim@24e { >> > + reg = <0x24e 0x2>; >> > + bits = <5 4>; >> > + }; >> >> There's one more part to it which will be used by the secondary >> USB2 controller. >> I was hoping to add this patch along with the USB device tree patches. >> Let me know if you are not using this patch for anything now, i can >> submit it along with the usb series. >> > > I omitted this due to the rpmcc dependency. But I must have looked at > the wrong node, as there is no such dependency. > > So this should be replaced by the full 0387312d9f35 ("arm64: dts: > msm8996: Add device node for qcom qusb2 phy"), which has a commit > message as well. > > > Thanks for spotting my mistake. Thanks Bjorn. I will prepare and post out these patches soon. Best Regards Vivek > > Regards, > Bjorn > -- > To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project