From: Kaushal Kumar Date: Tue, 15 Apr 2025 07:27:56 +0000 (+0530) Subject: arm64: dts: qcom: sdx75-idp: Enable QPIC BAM & QPIC NAND support X-Git-Tag: v6.16-rc1~97^2~3^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d838ac6903eede0c2840bebd8788afa95a5aa0fb;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20250415072756.20046-6-quic_kaushalk@quicinc.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sdx75-idp.dts b/arch/arm64/boot/dts/qcom/sdx75-idp.dts index f1bbe7ab01ab0..06cacec3461f1 100644 --- a/arch/arm64/boot/dts/qcom/sdx75-idp.dts +++ b/arch/arm64/boot/dts/qcom/sdx75-idp.dts @@ -278,6 +278,24 @@ 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"; };