]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sdx75-idp: Enable QPIC BAM & QPIC NAND support
authorKaushal Kumar <quic_kaushalk@quicinc.com>
Tue, 15 Apr 2025 07:27:56 +0000 (12:57 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 19 May 2025 20:33:50 +0000 (15:33 -0500)
Enable QPIC BAM and QPIC NAND devicetree nodes for Qualcomm SDX75-IDP
board.

Signed-off-by: Kaushal Kumar <quic_kaushalk@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250415072756.20046-6-quic_kaushalk@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdx75-idp.dts

index f1bbe7ab01ab0be466b971727f7737a866dc89d7..06cacec3461f13f1c1b9619cfdee275d21f84e06 100644 (file)
        vdd3-supply = <&vreg_l10b_3p08>;
 };
 
+&qpic_bam {
+       status = "okay";
+};
+
+&qpic_nand {
+       status = "okay";
+
+       nand@0 {
+               reg = <0>;
+
+               nand-ecc-strength = <8>;
+               nand-ecc-step-size = <512>;
+               nand-bus-width = <8>;
+               /* efs2 partition is secured */
+               secure-regions = /bits/ 64 <0x680000 0xb00000>;
+       };
+};
+
 &qupv3_id_0 {
        status = "okay";
 };