Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Disable pull control for PMIC IRQ line on Artik5 board

S2MPS14 PMIC interrupt line on Exynos3250-based Artik5 evaluation board
has external pull-up resistors, so disable any pull control for it in
controller node. This fixes support for S2MPS14 PMIC interrupts and
enables operation of wakeup from S2MPS14 RTC alarm.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Marek Szyprowski and committed by
Krzysztof Kozlowski
62623718 ef2ecab9

+7
+7
arch/arm/boot/dts/exynos3250-artik5.dtsi
··· 69 69 compatible = "samsung,s2mps14-pmic"; 70 70 interrupt-parent = <&gpx3>; 71 71 interrupts = <5 IRQ_TYPE_NONE>; 72 + pinctrl-names = "default"; 73 + pinctrl-0 = <&s2mps14_irq>; 72 74 reg = <0x66>; 73 75 74 76 s2mps14_osc: clocks { ··· 351 349 samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; 352 350 samsung,pin-drv = <EXYNOS4_PIN_DRV_LV3>; 353 351 samsung,pin-val = <1>; 352 + }; 353 + 354 + s2mps14_irq: s2mps14-irq { 355 + samsung,pins = "gpx3-5"; 356 + samsung,pin-pud = <EXYNOS_PIN_PULL_NONE>; 354 357 }; 355 358 }; 356 359