1 | Add the node for the random number generator inside the crypto module. | 1 | Add the node for the random number generator inside the crypto module. |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Michael Walle <mwalle@kernel.org> | 3 | Signed-off-by: Michael Walle <mwalle@kernel.org> |
4 | Reviewed-by: Udit Kumar <u-kumar1@ti.com> | ||
4 | --- | 5 | --- |
5 | This was tested on a J722S/AM67A. Also, according to the TRM this is the | 6 | arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 9 +++++++++ |
6 | MCU instance of the SA3UL. But it's defined in -main.dtsi. Is this | 7 | 1 file changed, 9 insertions(+) |
7 | correct? | ||
8 | --- | ||
9 | arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 8 ++++++++ | ||
10 | 1 file changed, 8 insertions(+) | ||
11 | 8 | ||
12 | diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 9 | diff --git a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi |
13 | index XXXXXXX..XXXXXXX 100644 | 10 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 11 | --- a/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi |
15 | +++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi | 12 | +++ b/arch/arm64/boot/dts/ti/k3-am62p-j722s-common-main.dtsi |
... | ... | ||
25 | + | 22 | + |
26 | + rng: rng@40910000 { | 23 | + rng: rng@40910000 { |
27 | + compatible = "inside-secure,safexcel-eip76"; | 24 | + compatible = "inside-secure,safexcel-eip76"; |
28 | + reg = <0x00 0x40910000 0x0 0x7d>; | 25 | + reg = <0x00 0x40910000 0x0 0x7d>; |
29 | + interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>; | 26 | + interrupts = <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>; |
27 | + status = "reserved"; | ||
30 | + }; | 28 | + }; |
31 | }; | 29 | }; |
32 | 30 | ||
33 | secure_proxy_sa3: mailbox@43600000 { | 31 | secure_proxy_sa3: mailbox@43600000 { |
34 | -- | 32 | -- |
35 | 2.39.5 | 33 | 2.39.5 | diff view generated by jsdifflib |