mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
30 lines
892 B
Diff
30 lines
892 B
Diff
From b59b67fbd2f1d4f71e7a4f9e6723f04b717efc74 Mon Sep 17 00:00:00 2001
|
|
From: Siarhei Vishniakou <svv@google.com>
|
|
Date: Thu, 16 Mar 2017 16:26:53 -0700
|
|
Subject: [PATCH] arm64: dts: marlin: remove QBT1000 from device tree
|
|
|
|
Marlin does not use QBT1000.
|
|
|
|
Bug: 36575870
|
|
Bug: 36227548
|
|
Test: Tested on marlin and sailfish.
|
|
|
|
Change-Id: I48a2b75f1cd678a673a8706e8d3304b25f45d3cd
|
|
Signed-off-by: Siarhei Vishniakou <svv@google.com>
|
|
---
|
|
arch/arm64/boot/dts/htc/msm8996-htc-common.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/htc/msm8996-htc-common.dtsi b/arch/arm64/boot/dts/htc/msm8996-htc-common.dtsi
|
|
index 831a99c32c0aa..4fedb4b6149c4 100644
|
|
--- a/arch/arm64/boot/dts/htc/msm8996-htc-common.dtsi
|
|
+++ b/arch/arm64/boot/dts/htc/msm8996-htc-common.dtsi
|
|
@@ -109,6 +109,7 @@
|
|
qcom,mitigation-freq-khz = <1132800>;
|
|
};
|
|
};
|
|
+ /delete-node/ qcom,qbt1000;
|
|
};
|
|
|
|
&wdog {
|