diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-08 12:26:25 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-08 12:26:25 +0300 |
commit | 140a776833957539c84301dbdb4c3013876de118 (patch) | |
tree | 15087e131d060b70112aabc5a5d6fd2c23a1560a /arch/arm/boot/dts/omap44xx-clocks.dtsi | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) | |
download | linux-140a776833957539c84301dbdb4c3013876de118.tar.xz |
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 <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap44xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap44xx-clocks.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/omap44xx-clocks.dtsi b/arch/arm/boot/dts/omap44xx-clocks.dtsi index 532868591107..1f1c04d8f472 100644 --- a/arch/arm/boot/dts/omap44xx-clocks.dtsi +++ b/arch/arm/boot/dts/omap44xx-clocks.dtsi @@ -770,14 +770,6 @@ ti,max-div = <2>; }; - sha2md5_fck: sha2md5_fck@15c8 { - #clock-cells = <0>; - compatible = "ti,gate-clock"; - clocks = <&l3_div_ck>; - ti,bit-shift = <1>; - reg = <0x15c8>; - }; - usb_phy_cm_clk32k: usb_phy_cm_clk32k@640 { #clock-cells = <0>; compatible = "ti,gate-clock"; |