commit | 45ce36f5d262d7361179c21143555ae2c4b261d2 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Mon Aug 17 09:00:01 2020 +0200 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Thu Sep 24 19:20:47 2020 +0900 |
tree | 957f4cc616f61bf6543a26364a96d9c7c0dab3e5 | |
parent | 6aaad58c872db062f7ea2761421ca748bd0931cc [diff] |
extcon: ptn5150: Use generic "interrupts" property Interrupts do not have to be always GPIO based so instead of expecting "int-gpios" property and converting the GPIO to an interrupt, just accept any interrupt via generic "interrupts" property. Keep support for old "int-gpios" for backward compatibility. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>