2021-09-30 10:27:59

by Rajesh Patil

[permalink] [raw]
Subject: [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible

Add "qcom,sc7180-qspi" compatible in qspi node

Signed-off-by: Rajesh Patil <[email protected]>
---
arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index f10217c..8531f99 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -2647,7 +2647,7 @@
};

qspi: spi@88dc000 {
- compatible = "qcom,qspi-v1";
+ compatible = "qcom,sc7180-qspi", "qcom,qspi-v1";
reg = <0 0x088dc000 0 0x600>;
#address-cells = <1>;
#size-cells = <0>;
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation


2021-09-30 14:44:25

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH V1 2/2] arm64: dts: qcom: sc7180: Add qspi compatible

Hi,

On Thu, Sep 30, 2021 at 3:25 AM Rajesh Patil <[email protected]> wrote:
>
> Add "qcom,sc7180-qspi" compatible in qspi node
>
> Signed-off-by: Rajesh Patil <[email protected]>
> ---
> arch/arm64/boot/dts/qcom/sc7180.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Douglas Anderson <[email protected]>