[PATCH] arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd

Matthias Kaehlcke posted 1 patch 4 years ago
arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
[PATCH] arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd
Posted by Matthias Kaehlcke 4 years ago
Enable the two SAR sensors of the CRD based on herobrine.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
---

 arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
index fd6eadc8581a..b06f61e9b90b 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
@@ -49,6 +49,18 @@ trackpad: trackpad@15 {
 	};
 };
 
+&ap_sar_sensor_i2c {
+	status = "okay";
+};
+
+&ap_sar_sensor0 {
+	status = "okay";
+};
+
+&ap_sar_sensor1 {
+	status = "okay";
+};
+
 ap_ts_pen_1v8: &i2c13 {
 	status = "okay";
 	clock-frequency = <400000>;
-- 
2.36.0.rc0.470.gd361397f0d-goog
Re: (subset) [PATCH] arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd
Posted by Bjorn Andersson 4 years ago
On Fri, 15 Apr 2022 17:22:41 -0700, Matthias Kaehlcke wrote:
> Enable the two SAR sensors of the CRD based on herobrine.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd
      commit: 5d04419045e7ad28155e2f7403599b2fdbd1548f

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>
Re: [PATCH] arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd
Posted by Stephen Boyd 4 years ago
Quoting Matthias Kaehlcke (2022-04-15 17:22:41)
> Enable the two SAR sensors of the CRD based on herobrine.
>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>