qualcommbe: dts: disable the driverless QCE crypto nodes

Commit ce120be361 ("kernel: disable qualcomm crypto") dropped the
CRYPTO_DEV_QCE kernel configs, so crypto@73a000 and its BAM no longer
have a driver. Unlike ipq8074, mainline ipq9574.dtsi ships both nodes
enabled by default, and gcc-ipq9574 registers its interconnect provider
with icc_sync_state; an enabled consumer that can never probe defers
that callback forever, so every boot logs

  sync_state() pending due to 73a000.crypto

and the interconnect bandwidth votes are never allowed to drop from
their boot-time maximum. Disable both nodes explicitly in the board
device tree.

Signed-off-by: Julius Bairaktaris <julius@bairaktaris.de>
Link: https://github.com/openwrt/openwrt/pull/24379
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
Julius Bairaktaris 2026-07-22 22:46:44 +02:00 committed by Jonas Jelonek
parent ed21d383c4
commit 6e1fdb9ea1
No known key found for this signature in database

View file

@ -72,6 +72,14 @@
status = "okay";
};
&crypto {
status = "disabled";
};
&cryptobam {
status = "disabled";
};
&qcom_ppe {
ethernet-ports {
#address-cells = <1>;