b5ed5ece36918f2ee2a7850b60ddcab74673a8fe
[openwrt/openwrt.git] / target / linux / mvebu / patches-6.6 / 316-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 @@ -254,7 +254,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 @@ -275,12 +275,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.