ARM: dts: qcom: sdx65-mtp: Enable QPIC BAM support
authorKaushal Kumar <quic_kaushalk@quicinc.com>
Mon, 2 May 2022 17:08:05 +0000 (10:08 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 27 Jun 2022 21:08:49 +0000 (16:08 -0500)
Enable QPIC BAM devicetree node for Qualcomm SDX65-MTP board.
While at it, sort the blsp1_uart3 node in alphabetical order
and set it's status as "okay".

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1651511286-18690-4-git-send-email-quic_kaushalk@quicinc.com
arch/arm/boot/dts/qcom-sdx65-mtp.dts

index 6920524..e9c8df9 100644 (file)
        };
 };
 
-&blsp1_uart3 {
-       status = "ok";
-};
-
 &apps_rsc {
        pmx65-rpmh-regulators {
                compatible = "qcom,pmx65-rpmh-regulators";
        };
 };
 
+&blsp1_uart3 {
+       status = "okay";
+};
+
+&qpic_bam {
+       status = "okay";
+};
+
 &usb {
        status = "okay";
 };