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

Commit 73d2f794 authored by Simon Shields's avatar Simon Shields Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Configure max77686 IRQ pin on Midas



This pin is externally pulled up, so we need to disable the
SoC's internal pull-down.

Signed-off-by: default avatarSimon Shields <simon@lineageos.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent e2bae133
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -580,6 +580,8 @@
		compatible = "maxim,max77686";
		interrupt-parent = <&gpx0>;
		interrupts = <7 IRQ_TYPE_NONE>;
		pinctrl-0 = <&max77686_irq>;
		pinctrl-names = "default";
		reg = <0x09>;
		#clock-cells = <1>;

@@ -1018,6 +1020,11 @@
		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
	};

	max77686_irq: max77686-irq {
		samsung,pins = "gpx0-7";
		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;
	};

	max77693_irq: max77693-irq {
		samsung,pins = "gpx1-5";
		samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>;