On Thu, 17 Sep 2020 20:52:10 +0200, Krzysztof Kozlowski wrote: > GPIO_ACTIVE_x flags are not correct in the context of interrupt flags. > These are simple defines so they could be used in DTS but they will not > have the same meaning: > 1. GPIO_ACTIVE_HIGH = 0 = IRQ_TYPE_NONE > 2. GPIO_ACTIVE_LOW = 1 = IRQ_TYPE_EDGE_RISING > > Correct the interrupt flags without affecting the code: > ACTIVE_HIGH => IRQ_TYPE_NONE Applied, thanks! [1/2] ARM: dts: rk3188: correct interrupt flags commit: 7e5a7e39d767b60d8631792bd3d7820a6f4a43f8 [2/2] arm64: dts: rk3399: correct interrupt flags commit: 57f3b0bf5c346f73a848c3d74270b21ed110e530 Best regards, -- Heiko Stuebner <heiko@xxxxxxxxx>