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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent c25dcb4 commit d838ac6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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)