We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ec35b commit c9c8638Copy full SHA for c9c8638
arch/arm/boot/dts/qcom/qcom-msm8926-motorola-peregrine.dts
@@ -125,6 +125,10 @@
125
sensor@48 {
126
compatible = "ti,tmp108";
127
reg = <0x48>;
128
+ interrupts-extended = <&tlmm 13 IRQ_TYPE_LEVEL_LOW>;
129
+ pinctrl-0 = <&temp_alert_default>;
130
+ pinctrl-names = "default";
131
+ #thermal-sensor-cells = <0>;
132
};
133
134
@@ -361,6 +365,14 @@
361
365
bias-disable;
362
366
output-high;
363
367
368
+
369
+ temp_alert_default: temp-alert-default-state {
370
+ pins = "gpio13";
371
+ function = "gpio";
372
+ drive-strength = <2>;
373
+ bias-disable;
374
+ output-disable;
375
+ };
364
376
377
378
&usb {
0 commit comments