Skip to content

Commit 140a776

Browse files
committed
ARM: dts: Drop duplicate sha2md5_fck to fix clk_disable race
We have a duplicate legacy clock defined for sha2md5_fck that can sometimes race with clk_disable() with the dts configured clock for OMAP4_SHA2MD5_CLKCTRL when unused clocks are disabled during boot causing an "Unhandled fault: imprecise external abort". Signed-off-by: Tony Lindgren <[email protected]>
1 parent a38fd87 commit 140a776

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/arm/boot/dts/omap44xx-clocks.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -770,14 +770,6 @@
770770
ti,max-div = <2>;
771771
};
772772

773-
sha2md5_fck: sha2md5_fck@15c8 {
774-
#clock-cells = <0>;
775-
compatible = "ti,gate-clock";
776-
clocks = <&l3_div_ck>;
777-
ti,bit-shift = <1>;
778-
reg = <0x15c8>;
779-
};
780-
781773
usb_phy_cm_clk32k: usb_phy_cm_clk32k@640 {
782774
#clock-cells = <0>;
783775
compatible = "ti,gate-clock";

0 commit comments

Comments
 (0)