We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25dcb4 commit d838ac6Copy full SHA for d838ac6
arch/arm64/boot/dts/qcom/sdx75-idp.dts
@@ -278,6 +278,24 @@
278
vdd3-supply = <&vreg_l10b_3p08>;
279
};
280
281
+&qpic_bam {
282
+ status = "okay";
283
+};
284
+
285
+&qpic_nand {
286
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
299
&qupv3_id_0 {
300
status = "okay";
301
0 commit comments