diff options
author | Adam Ford <aford173@gmail.com> | 2018-12-03 08:06:28 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-07 08:13:48 -0500 |
commit | 5792f0d8be1cca679342a0aac58d51230bf4d30d (patch) | |
tree | ac63a7b242ac596447f0da88fed887fd3414bc6b /arch/arm/dts/am3517-som.dtsi | |
parent | bace22175b7ab96d4caacfcb6d1d6b990eca93c1 (diff) |
ARM: DTS: Resync am3517-evm.dts with Linux 4.20
The DTS file for the AM3517 had the incorrect CD polarity. Resync with
the fixed DTS file from Linux.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/am3517-som.dtsi')
-rw-r--r-- | arch/arm/dts/am3517-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/am3517-som.dtsi b/arch/arm/dts/am3517-som.dtsi index dae6e458e5..b1c988eed8 100644 --- a/arch/arm/dts/am3517-som.dtsi +++ b/arch/arm/dts/am3517-som.dtsi @@ -163,7 +163,7 @@ compatible = "ti,wl1271"; reg = <2>; interrupt-parent = <&gpio6>; - interrupts = <10 IRQ_TYPE_LEVEL_HIGH>; /* gpio_170 */ + interrupts = <10 IRQ_TYPE_EDGE_RISING>; /* gpio_170 */ ref-clock-frequency = <26000000>; tcxo-clock-frequency = <26000000>; }; |