mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-08 07:15:55 +00:00
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: d105f0b121 ("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>
This commit is contained in:
parent
44ad5e1fd1
commit
330d12764e
@ -298,6 +298,8 @@
|
|||||||
compatible = "maxim,max8997-pmic";
|
compatible = "maxim,max8997-pmic";
|
||||||
|
|
||||||
reg = <0x66>;
|
reg = <0x66>;
|
||||||
|
interrupt-parent = <&gpx0>;
|
||||||
|
interrupts = <7 0>;
|
||||||
|
|
||||||
max8997,pmic-buck1-uses-gpio-dvs;
|
max8997,pmic-buck1-uses-gpio-dvs;
|
||||||
max8997,pmic-buck2-uses-gpio-dvs;
|
max8997,pmic-buck2-uses-gpio-dvs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user