Re: [PATCH 1/8] ARM: dts: imx6qdl: Correct interrupt flags in examples

2020-09-16 Thread Krzysztof Kozlowski
On Sun, 13 Sep 2020 at 04:32, Shawn Guo wrote: > > Add Tim who is the board owner. > > On Tue, Sep 08, 2020 at 05:02:34PM +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

Re: [PATCH 1/8] ARM: dts: imx6qdl: Correct interrupt flags in examples

2020-09-12 Thread Shawn Guo
Add Tim who is the board owner. On Tue, Sep 08, 2020 at 05:02:34PM +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

[PATCH 1/8] ARM: dts: imx6qdl: Correct interrupt flags in examples

2020-09-08 Thread Krzysztof Kozlowski
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, assuming the aut