diff options
| author | Marek Szyprowski <m.szyprowski@samsung.com> | 2016-05-06 03:27:16 -0400 |
|---|---|---|
| committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-05-06 10:01:32 -0400 |
| commit | 330d12764e15f6e3e94ff34cda29db96d2589c24 (patch) | |
| tree | 72f549ace5dc147482d86ede5f21614f56c5be3a | |
| parent | 44ad5e1fd15261f6c475413e3359047648507158 (diff) | |
ARM: dts: exynos: Add interrupt line to MAX8997 PMIC on exynos4210-trats
MAX8997 PMIC requires interrupt and fails probing without it.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Fixes: d105f0b1215d ("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>
| -rw-r--r-- | arch/arm/boot/dts/exynos4210-trats.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-trats.dts b/arch/arm/boot/dts/exynos4210-trats.dts index fed5847410d3..79d983036560 100644 --- a/arch/arm/boot/dts/exynos4210-trats.dts +++ b/arch/arm/boot/dts/exynos4210-trats.dts | |||
| @@ -298,6 +298,8 @@ | |||
| 298 | compatible = "maxim,max8997-pmic"; | 298 | compatible = "maxim,max8997-pmic"; |
| 299 | 299 | ||
| 300 | reg = <0x66>; | 300 | reg = <0x66>; |
| 301 | interrupt-parent = <&gpx0>; | ||
| 302 | interrupts = <7 0>; | ||
| 301 | 303 | ||
| 302 | max8997,pmic-buck1-uses-gpio-dvs; | 304 | max8997,pmic-buck1-uses-gpio-dvs; |
| 303 | max8997,pmic-buck2-uses-gpio-dvs; | 305 | max8997,pmic-buck2-uses-gpio-dvs; |
