Commit 32cc9cbd authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Ben Hutchings

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>
[bwh: Backported to 3.16: adjust indentation]
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 4dae6227
......@@ -188,6 +188,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