]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi
ARM: dts: at91-sama5d4: use IRQ_TYPE_* to specify irq flags
authorUwe Kleine-König <uwe@kleine-koenig.org>
Fri, 26 May 2017 18:06:07 +0000 (20:06 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 31 May 2017 09:52:01 +0000 (11:52 +0200)
commit46992a17a853c537c77a99e67912c4f6317a71cb
treef86405e4881ecab95b7f118b8a1beb07f364dda8
parent20d4dcec04873dc15446825c21925379da1fd1ce
ARM: dts: at91-sama5d4: use IRQ_TYPE_* to specify irq flags

According to the binding documentation and the source code the atmel-gpio
controller takes IRQ_TYPE_* as its flags values, not GPIO_ACTIVE_*.

This patch uses the right variable type which yields the same result
when compiled. Note that this might be wrong and actually
IRQ_TYPE_LEVEL_LOW is intended by the dt author.

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi