Message ID | 20220415172238.1.I671bdf40fdfce7a35f6349fca0dc56145d4210ee@changeid |
---|---|
State | Accepted |
Commit | 5d04419045e7ad28155e2f7403599b2fdbd1548f |
Headers | show |
Series | arm64: dts: qcom: sc7280: Add SAR sensors to herobrine crd | expand |
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>
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,
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>;
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(+)