From mboxrd@z Thu Jan 1 00:00:00 1970 From: vivek.gautam@codeaurora.org (Vivek Gautam) Date: Tue, 25 Jul 2017 11:39:30 +0530 Subject: [PATCH 5/5] arm64: dts: msm8996: Add QFPROM node In-Reply-To: <20170725054705.20674-6-bjorn.andersson@linaro.org> References: <20170725054705.20674-1-bjorn.andersson@linaro.org> <20170725054705.20674-6-bjorn.andersson@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 74000 { > + compatible = "qcom,qfprom"; > + reg = <0x00074000 0x8ff>; > + #address-cells = <1>; > + #size-cells = <1>; > + qusb2p_hstx_trim: hstx_trim at 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. Regards Vivek > + }; > + > sdhc2: sdhci at 74a4900 { > status = "disabled"; > compatible = "qcom,sdhci-msm-v4"; > -- > 2.12.0 > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project