diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2018-06-14 06:56:07 +0000 |
| commit | c19dc8ed9745602cc89c0f0c31220c71d7ac2063 (patch) | |
| tree | bc6136fba2bcce7b41f777be56ad040e97f37efc /src/arm/tegra124-jetson-tk1.dts | |
| parent | 29087c4e73c74afd082d107f4cdd648f5c3169ec (diff) | |
Notes
Diffstat (limited to 'src/arm/tegra124-jetson-tk1.dts')
| -rw-r--r-- | src/arm/tegra124-jetson-tk1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/tegra124-jetson-tk1.dts b/src/arm/tegra124-jetson-tk1.dts index d112f85e66ed5..6dbcf84dafbc1 100644 --- a/src/arm/tegra124-jetson-tk1.dts +++ b/src/arm/tegra124-jetson-tk1.dts @@ -1418,7 +1418,7 @@ compatible = "realtek,rt5639"; reg = <0x1c>; interrupt-parent = <&gpio>; - interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>; + interrupts = <TEGRA_GPIO(H, 4) IRQ_TYPE_EDGE_FALLING>; realtek,ldo1-en-gpios = <&gpio TEGRA_GPIO(R, 2) GPIO_ACTIVE_HIGH>; }; |
