Re: [PATCH] ARM: dts: qcom: msm8926-motorola-peregrine: Add accelerometer, magnetometer, regulator

From: Konrad Dybcio
Date: Mon Jun 17 2024 - 15:59:26 EST




On 6/16/24 16:15, André Apitzsch via B4 Relay wrote:
From: André Apitzsch <git@xxxxxxxxxxx>

Add the accelerometer, magnetometer and regulator that are present on
the Motorola Moto G 4G (2013) device.

While at it, update framebuffer supplies and temperature sensor.

That's a bit too much for a "while at it" ;) Please create separate commits

[...]

sensor@48 {
compatible = "ti,tmp108";
reg = <0x48>;
+ interrupts-extended = <&tlmm 13 IRQ_TYPE_LEVEL_LOW>;
+ pinctrl-0 = <&temp_alert_default>;
+ pinctrl-names = "default";
+ #thermal-sensor-cells = <0>;

FWIW the current driver doesn't seem to care about interrupts, perhaps
you could extend it


Konrad