linux/Documentation
Krzysztof Kozlowski abe42b0911
ASoC: dt-bindings: Correct interrupt flags in examples
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 author of the code wanted some
logical behavior behind the name "ACTIVE_xxx", this is:
  ACTIVE_HIGH => IRQ_TYPE_LEVEL_HIGH

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200908145954.4629-1-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-09-17 17:40:06 +01:00
..
2020-08-23 11:08:32 -07:00
2020-08-06 10:17:00 -07:00
2020-08-11 14:13:24 -07:00
2020-08-05 10:51:40 -07:00
2020-08-13 22:48:06 +02:00
2020-08-15 08:09:38 -07:00
2020-08-05 19:50:06 -07:00
2020-08-05 11:43:47 -07:00
2020-08-11 13:48:02 -07:00
2020-07-13 11:26:37 -06:00
2020-08-05 13:13:57 -07:00
2020-07-31 11:09:09 -06:00
2020-08-09 14:10:26 -07:00
2020-08-05 19:24:27 -07:00
2020-08-07 18:48:15 -07:00
2020-08-09 13:24:02 -04:00
2020-08-03 14:41:43 +02:00
2020-08-11 11:17:45 -07:00
2020-08-11 11:17:45 -07:00
2020-08-07 10:33:50 -07:00
2020-07-23 14:13:23 -06:00
2020-08-07 10:33:50 -07:00