diff mbox series

[v2,3/4] ARM: dts: qcom: sdx65-mtp: Enable QPIC BAM support

Message ID 1651500878-10244-4-git-send-email-quic_kaushalk@quicinc.com (mailing list archive)
State Superseded
Headers show
Series Add QPIC BAM and QPIC NAND devicetree support for SDX65 | expand

Commit Message

Kaushal Kumar May 2, 2022, 2:14 p.m. UTC
Enable QPIC BAM devicetree node for Qualcomm SDX65-MTP board.
While at it, sort the blsp1_uart3 node in alphabetical order.

Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com>
---
 arch/arm/boot/dts/qcom-sdx65-mtp.dts | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Comments

Manivannan Sadhasivam May 2, 2022, 2:57 p.m. UTC | #1
On Mon, May 02, 2022 at 07:14:37AM -0700, Kaushal Kumar wrote:
> Enable QPIC BAM devicetree node for Qualcomm SDX65-MTP board.
> While at it, sort the blsp1_uart3 node in alphabetical order.
> 
> Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com>

Same comment as 4/4, with that fixed:

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Thanks,
Mani

> ---
>  arch/arm/boot/dts/qcom-sdx65-mtp.dts | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom-sdx65-mtp.dts
> index 6920524..153ad2a 100644
> --- a/arch/arm/boot/dts/qcom-sdx65-mtp.dts
> +++ b/arch/arm/boot/dts/qcom-sdx65-mtp.dts
> @@ -64,10 +64,6 @@
>  	};
>  };
>  
> -&blsp1_uart3 {
> -	status = "ok";
> -};
> -
>  &apps_rsc {
>  	pmx65-rpmh-regulators {
>  		compatible = "qcom,pmx65-rpmh-regulators";
> @@ -245,6 +241,14 @@
>  	};
>  };
>  
> +&blsp1_uart3 {
> +	status = "ok";
> +};
> +
> +&qpic_bam {
> +	status = "ok";
> +};
> +
>  &usb {
>  	status = "okay";
>  };
> -- 
> 2.7.4
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-sdx65-mtp.dts b/arch/arm/boot/dts/qcom-sdx65-mtp.dts
index 6920524..153ad2a 100644
--- a/arch/arm/boot/dts/qcom-sdx65-mtp.dts
+++ b/arch/arm/boot/dts/qcom-sdx65-mtp.dts
@@ -64,10 +64,6 @@ 
 	};
 };
 
-&blsp1_uart3 {
-	status = "ok";
-};
-
 &apps_rsc {
 	pmx65-rpmh-regulators {
 		compatible = "qcom,pmx65-rpmh-regulators";
@@ -245,6 +241,14 @@ 
 	};
 };
 
+&blsp1_uart3 {
+	status = "ok";
+};
+
+&qpic_bam {
+	status = "ok";
+};
+
 &usb {
 	status = "okay";
 };