ARM: dts: msm: disable SPMI write corruption workaround for SDM845 v2.1

The SPMI write corruption workaround is not required on SDM845
v2.1 parts because the underlying issue is fixed in hardware.

Change-Id: I18b1c372cb30ccbcb69a77d6f37bf86d7f6ede95
Signed-off-by: David Collins <collinsd@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845-v2.1.dtsi b/arch/arm64/boot/dts/qcom/sdm845-v2.1.dtsi
index 018a330..43c9f12 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-v2.1.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-v2.1.dtsi
@@ -18,3 +18,6 @@
 	qcom,msm-id = <321 0x20001>;
 };
 
+&spmi_bus {
+	/delete-property/ qcom,enable-ahb-bus-workaround;
+};