mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
db014428b1
This patch has been added with initial support for ESPRESSObin board and mistakenly it affects all boards with this SoC. Drop this patch since the aliases are now in upstream dts for ESPRESSObin. If any boards are relying on this, please add the respective alias to that board dts. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
30 lines
614 B
Diff
30 lines
614 B
Diff
--- a/arch/arm/boot/dts/armada-370.dtsi
|
|
+++ b/arch/arm/boot/dts/armada-370.dtsi
|
|
@@ -234,7 +234,7 @@
|
|
clocks = <&gateclk 23>;
|
|
clock-names = "cesa0";
|
|
marvell,crypto-srams = <&crypto_sram>;
|
|
- marvell,crypto-sram-size = <0x7e0>;
|
|
+ marvell,crypto-sram-size = <0x800>;
|
|
};
|
|
};
|
|
|
|
@@ -255,12 +255,17 @@
|
|
* cpuidle workaround.
|
|
*/
|
|
idle-sram@0 {
|
|
+ status = "disabled";
|
|
reg = <0x0 0x20>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
+&coherencyfab {
|
|
+ broken-idle;
|
|
+};
|
|
+
|
|
/*
|
|
* Default UART pinctrl setting without RTS/CTS, can be overwritten on
|
|
* board level if a different configuration is used.
|