Correct CESA node in armada-38x.dtsi

CESA resources were invalid, what caused driver to fail
during attach call.

Submitted by:	Bartosz Szczepanek <bsz@semihalf.com>
Obtained from:	Semihalf
Sponsored by:	Stormshield
Differential revision: https://reviews.freebsd.org/D8180
This commit is contained in:
Zbigniew Bodek 2017-01-05 17:14:56 +00:00
parent 414a6b11c2
commit 2677b6e77f

View File

@ -154,7 +154,8 @@
crypto@90000 {
compatible = "mrvl,cesa";
reg = <0x90000 0x10000>;
reg = <0x90000 0x1000 /* tdma base reg chan 0 */
0x9D000 0x1000>; /* cesa base reg chan 0 */
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
interrupt-parent = <&gic>;
sram-handle = <&SRAM0>;