diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-08-01 05:37:45 -0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-08-01 14:15:46 -0400 |
commit | eca8f98e404934027f84f72882c5e92ffbd9e5f5 (patch) | |
tree | b8971dd923220cac38542841e03f390a59c604f4 | |
parent | b3a3865d8c732d732e79ff2d45a6265dda02b73b (diff) |
ARM: tegra: dalmore: fix the irq trigger type of Palmas MFD device
The IRQ trigger type of Palmas MFD device (tps65913) is designed as
low-level sensitive on Dalmore. The wrong configuration would cause an
interrupt storm when booting the system. Fixing it in DT with appropriate
interrupt type.
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 2bfeb89a38c5..b5a42f01b907 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts | |||
@@ -840,7 +840,7 @@ | |||
840 | palmas: tps65913 { | 840 | palmas: tps65913 { |
841 | compatible = "ti,palmas"; | 841 | compatible = "ti,palmas"; |
842 | reg = <0x58>; | 842 | reg = <0x58>; |
843 | interrupts = <0 86 0x4>; | 843 | interrupts = <0 86 IRQ_TYPE_LEVEL_LOW>; |
844 | 844 | ||
845 | #interrupt-cells = <2>; | 845 | #interrupt-cells = <2>; |
846 | interrupt-controller; | 846 | interrupt-controller; |