ipq40xx: use upstreamed SDI disable support
authorRobert Marko <robimarko@gmail.com>
Sat, 30 Sep 2023 11:19:30 +0000 (13:19 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 2 Oct 2023 17:03:30 +0000 (19:03 +0200)
commitb7eea2db7344c8389b46dfd52dfe3e5cd2fd1780
tree8c092eede23192d5b54124685d2bda9de35fec97
parent93182ff272af0379581638399fba1948b11c7259
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 <robimarko@gmail.com>
Tested-by: Brian Norris <computersforpeace@gmail.com>
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-wifi.dts
target/linux/ipq40xx/patches-6.1/004-v6.7-firmware-qcom_scm-disable-SDI-if-required.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-6.1/100-ARM-dts-qcom-ipq4019-add-label-to-SCM.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-6.1/420-firmware-qcom-scm-Add-SDI-disable-support.patch [deleted file]
target/linux/ipq40xx/patches-6.1/421-firmware-qcom-scm-disable-SDI-on-Google-WiFi.patch [deleted file]