Skip to content

Commit d838ac6

Browse files
kaushalk-quicandersson
authored andcommitted
arm64: dts: qcom: sdx75-idp: Enable QPIC BAM & QPIC NAND support
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>
1 parent c25dcb4 commit d838ac6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdx75-idp.dts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,24 @@
278278
vdd3-supply = <&vreg_l10b_3p08>;
279279
};
280280

281+
&qpic_bam {
282+
status = "okay";
283+
};
284+
285+
&qpic_nand {
286+
status = "okay";
287+
288+
nand@0 {
289+
reg = <0>;
290+
291+
nand-ecc-strength = <8>;
292+
nand-ecc-step-size = <512>;
293+
nand-bus-width = <8>;
294+
/* efs2 partition is secured */
295+
secure-regions = /bits/ 64 <0x680000 0xb00000>;
296+
};
297+
};
298+
281299
&qupv3_id_0 {
282300
status = "okay";
283301
};

0 commit comments

Comments
 (0)