mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-18 20:01:51 +00:00
qualcommax: update nss configuration
This commit is contained in:
parent
014d1373c8
commit
99acf0dbd8
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -244,7 +244,7 @@
|
|||||||
|
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "rootfs";
|
label = "rootfs";
|
||||||
reg = <0x0000000 0x8000000>;
|
reg = <0x0 0x0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user