diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-02-10 04:33:23 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-08 18:06:41 +0300 |
commit | b604ef9ceb113c5093841f1e9385f9ce5a3ef276 (patch) | |
tree | 846a3de1737271aafa022f15b155df7519797253 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | 4c9a27a6c66d4427f3cba4019d4ba738fe99fa87 (diff) | |
download | linux-b604ef9ceb113c5093841f1e9385f9ce5a3ef276.tar.xz |
ARM: tegra: Use proper IRQ type definitions
This switches a few interrupt definitions that were using either
GPIO_ACTIVE_HIGH or GPIO_ACTIVE_LOW as IRQ type, which is invalid.
This is mostly a cosmetic change, that doesn't affect any driver.
Analogous to Paul's commit 38333641b6dd ("ARM: tegra: nyan: Use proper
IRQ type definitions").
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-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 acd6cf51b15b..eafff16765b4 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -780,7 +780,7 @@ compatible = "realtek,rt5640"; reg = <0x1c>; interrupt-parent = <&gpio>; - interrupts = <TEGRA_GPIO(W, 3) GPIO_ACTIVE_HIGH>; + interrupts = <TEGRA_GPIO(W, 3) IRQ_TYPE_EDGE_FALLING>; realtek,ldo1-en-gpios = <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>; }; |