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:
parent
414a6b11c2
commit
2677b6e77f
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user