Commit 740a56c2 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Kamal Mostafa

ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats

commit 330d1276 upstream.

MAX8997 PMIC requires interrupt and fails probing without it.
Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Fixes: d105f0b1 ("ARM: dts: Add basic dts file for Samsung Trats board")
[k.kozlowski: Write commit message, add CC-stable]
Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent 12ed6a4b
......@@ -296,6 +296,8 @@ max8997_pmic@66 {
compatible = "maxim,max8997-pmic";
reg = <0x66>;
interrupt-parent = <&gpx0>;
interrupts = <7 0>;
max8997,pmic-buck1-uses-gpio-dvs;
max8997,pmic-buck2-uses-gpio-dvs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment