From b7eea2db7344c8389b46dfd52dfe3e5cd2fd1780 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Sat, 30 Sep 2023 13:19:30 +0200 Subject: ipq40xx: use upstreamed SDI disable support Google WiFi board has what seems as debug version of TZ/QSEE and it is always enabling SDI (Secure Debug Image) and in order to do a regular reboot it must be disabled, as otherwise you are stuck in a debug state where you are supposed to extract debug logs via QCA tooling which is not helpfull at all for regular users. So, instead of using our downstream version to disable SDI lets use the version that was merged upstream and relies on a boolean property in the SCM node instead of checking the compatible. Signed-off-by: Robert Marko Tested-by: Brian Norris --- target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ipq40xx/files/arch') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts index f92c289738..f2e39c87ae 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts @@ -67,6 +67,10 @@ }; }; +&scm { + qcom,sdi-enabled; +}; + &tlmm { fw_pinmux: fw_pinmux { wp { -- cgit v1.2.3