Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8287f058 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add hall sensor node for msm8909 SKUE"

parents 1104315d dd5c6150
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -54,6 +54,17 @@
			  bias-pull-up;
		};
	};

	hall_int_pin {
		qcom,pins = <&gp 36>;
		qcom,pin-func = <0>;
		qcom,num-grp-pins = <1>;
		label = "hall-irq";
		hall_sensor_int_default: hall_sensor_int_default {
			drive-strength = <6>;
			bias-pull-up;
		};
	};
};

&soc {
@@ -183,6 +194,19 @@
		};
	};

	hall {
		compatible = "hall-switch";
		pinctrl-names = "default";
		pinctrl-0 = <&hall_sensor_int_default>;
		interrupt-parent = <&msm_gpio>;
		interrupts = <36 0x2003>;
		vddio-supply = <&pm8909_l5>;
		linux,gpio-int = <&msm_gpio 36 0x1>;
		linux,wakeup;
		linux,min-uv = <1650000>;
		linux,max-uv = <3300000>;
	};

	sound {
		compatible = "qcom,msm8x16-audio-codec";
		qcom,model = "msm8909-skue-snd-card";