ANDROID: Workaround for cryptobam driver not working with modular clk drivers
Bjorn reported the cryptobam driver which landed in 5.11-rc1 causes hard crashes on bootup with db845c, due to the bam_clk failing to load if its a module. Unfortunately in some cases the driver expects to see null clks, so that's not considered a failure, but accessing the hardware without the clk causes a hard crash. For now, disable the cryptobam node to avoid this crash while fixups are sorted out upstream. Fixes: 3e482859 ("dts: qcom: sdm845: Add dt entries to support crypto engine.") Signed-off-by:John Stultz <john.stultz@linaro.org> Change-Id: I42f56f9894fb3c7773d03cf133fa68b6748a6226
Loading
Please sign in to comment