diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-29 14:10:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-06 09:04:18 -0400 |
commit | 87555d14153d524ed8fc5a50bbbfe390999c141a (patch) | |
tree | 8ca206110ef77cef0b286f5ed02d7ec7bdfb1d5b /arch/arm/dts/logicpd-torpedo-37xx-devkit.dts | |
parent | 0fabfeb2c7bc35af5732642ff24667623baba397 (diff) | |
download | u-boot-87555d14153d524ed8fc5a50bbbfe390999c141a.tar.gz |
ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel
The device tree entries are from linux-omap's for-next branch
destined to me put into 4.20 (or whatever the version is after 4.19)
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/logicpd-torpedo-37xx-devkit.dts')
-rw-r--r-- | arch/arm/dts/logicpd-torpedo-37xx-devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts index 234afd6d60..9d5d53fbe9 100644 --- a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts +++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts @@ -48,7 +48,7 @@ compatible = "ti,wl1283"; reg = <2>; interrupt-parent = <&gpio5>; - interrupts = <24 IRQ_TYPE_LEVEL_HIGH>; /* gpio 152 */ + interrupts = <24 IRQ_TYPE_EDGE_RISING>; /* gpio 152 */ ref-clock-frequency = <26000000>; tcxo-clock-frequency = <26000000>; }; |