ARM: dts: msm: Fix configurations for crypto and qrng on SDM660
Update qrng block address and interrupt number for crypto hardware for SDM660. Change-Id: I5f0066a1d2086830747156d8c65746a2dac87feb Signed-off-by: Brahmaji K <bkomma@codeaurora.org>
This commit is contained in:
parent
2dc96b1cbb
commit
6ae743ace4
1 changed files with 4 additions and 4 deletions
|
@ -1966,7 +1966,7 @@
|
|||
reg = <0x1de0000 0x20000>,
|
||||
<0x1dc4000 0x24000>;
|
||||
reg-names = "crypto-base","crypto-bam-base";
|
||||
interrupts = <0 207 0>;
|
||||
interrupts = <0 206 0>;
|
||||
qcom,bam-pipe-pair = <1>;
|
||||
qcom,ce-hw-instance = <0>;
|
||||
qcom,ce-device = <0>;
|
||||
|
@ -1992,7 +1992,7 @@
|
|||
reg = <0x1de0000 0x20000>,
|
||||
<0x1dc4000 0x24000>;
|
||||
reg-names = "crypto-base","crypto-bam-base";
|
||||
interrupts = <0 207 0>;
|
||||
interrupts = <0 206 0>;
|
||||
qcom,bam-pipe-pair = <2>;
|
||||
qcom,ce-hw-instance = <0>;
|
||||
qcom,ce-device = <0>;
|
||||
|
@ -2028,9 +2028,9 @@
|
|||
hyplog-size-offset = <0x414>;
|
||||
};
|
||||
|
||||
qcom_rng: qrng@794000 {
|
||||
qcom_rng: qrng@793000 {
|
||||
compatible = "qcom,msm-rng";
|
||||
reg = <0x794000 0x1000>;
|
||||
reg = <0x793000 0x1000>;
|
||||
qcom,msm-rng-iface-clk;
|
||||
qcom,no-qrng-config;
|
||||
qcom,msm-bus,name = "msm-rng-noc";
|
||||
|
|
Loading…
Add table
Reference in a new issue