diff options
author | Krzysztof Kozlowski <[email protected]> | 2020-09-08 16:59:54 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-09-17 17:40:06 +0100 |
commit | abe42b09118914f01246f880dd9029150fdc727c (patch) | |
tree | 8aacd269d7b7ae7219d9caa4cabdea1b2e31043a /drivers/usb/cdns3/cdns3-ti.c | |
parent | cac17861c950832a60d405f597c2acc2f40a0136 (diff) |
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 <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions