qualcommax: update nss configuration

This commit is contained in:
coolsnowwolf 2025-08-03 18:30:20 +08:00
parent 014d1373c8
commit 99acf0dbd8
3 changed files with 130 additions and 134 deletions

View File

@ -184,8 +184,6 @@
reg_offset = <0x80000>; reg_offset = <0x80000>;
qcom,ifpp-enabled; qcom,ifpp-enabled;
qcom,ipue-enabled; qcom,ipue-enabled;
qcom,ofpp-enabled;
qcom,opue-enabled;
}; };
}; };
}; };

View File

@ -244,7 +244,7 @@
partition@0 { partition@0 {
label = "rootfs"; label = "rootfs";
reg = <0x0000000 0x8000000>; reg = <0x0 0x0>;
}; };
}; };
}; };

View File

@ -181,10 +181,10 @@
nss_crypto: qcom,nss_crypto { nss_crypto: qcom,nss_crypto {
compatible = "qcom,nss-crypto"; compatible = "qcom,nss-crypto";
#address-cells = <1>;
#size-cells = <1>;
qcom,max-contexts = <64>; qcom,max-contexts = <64>;
qcom,max-context-size = <32>; qcom,max-context-size = <32>;
#address-cells = <1>;
#size-cells = <1>;
ranges; ranges;
eip197_node { eip197_node {
@ -263,8 +263,6 @@
reg_offset = <0x80000>; reg_offset = <0x80000>;
qcom,ifpp-enabled; qcom,ifpp-enabled;
qcom,ipue-enabled; qcom,ipue-enabled;
qcom,ofpp-enabled;
qcom,opue-enabled;
}; };
}; };
}; };