ARM: dts: qcom: sdx65-mtp: Enable QPIC BAM support

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
This commit is contained in:
Kaushal Kumar
2022-05-02 10:08:05 -07:00
committed by Bjorn Andersson
parent 0ec15b6f76
commit eae61fddd6

View File

@@ -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 = "okay";
};
&qpic_bam {
status = "okay";
};
&usb {
status = "okay";
};