19378870ef740054e4c2fcee5022801cd1e94c20
[openwrt/openwrt.git] / target / linux / mvebu / patches-5.4 / 320-armada-370-dts-fix-crypto-engine.patch
1 --- a/arch/arm/boot/dts/armada-370.dtsi
2 +++ b/arch/arm/boot/dts/armada-370.dtsi
3 @@ -234,7 +234,7 @@
4 clocks = <&gateclk 23>;
5 clock-names = "cesa0";
6 marvell,crypto-srams = <&crypto_sram>;
7 - marvell,crypto-sram-size = <0x7e0>;
8 + marvell,crypto-sram-size = <0x800>;
9 };
10 };
11
12 @@ -255,12 +255,17 @@
13 * cpuidle workaround.
14 */
15 idle-sram@0 {
16 + status = "disabled";
17 reg = <0x0 0x20>;
18 };
19 };
20 };
21 };
22
23 +&coherencyfab {
24 + broken-idle;
25 +};
26 +
27 /*
28 * Default UART pinctrl setting without RTS/CTS, can be overwritten on
29 * board level if a different configuration is used.