Skip to content

Commit

Permalink
ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
Browse files Browse the repository at this point in the history
MAX8997 PMIC requires interrupt and fails probing without it.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Fixes: d105f0b ("ARM: dts: Add basic dts file for Samsung Trats board")
Cc: <stable@vger.kernel.org>
[k.kozlowski: Write commit message, add CC-stable]
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Krzysztof Kozlowski committed May 6, 2016
1 parent 44ad5e1 commit 330d127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/exynos4210-trats.dts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@
compatible = "maxim,max8997-pmic";

reg = <0x66>;
interrupt-parent = <&gpx0>;
interrupts = <7 0>;

max8997,pmic-buck1-uses-gpio-dvs;
max8997,pmic-buck2-uses-gpio-dvs;
Expand Down

0 comments on commit 330d127

Please sign in to comment.