mbox series

[0/2] ASoC: Correct DT binding examples IRQ usage for da7218/9

Message ID cover.1510930791.git.Adam.Thomson.Opensource@diasemi.com
Headers show
Series ASoC: Correct DT binding examples IRQ usage for da7218/9 | expand

Message

Adam Thomson Nov. 17, 2017, 3:09 p.m. UTC
Currently in the DT bindings documents for DA7218 and DA7219, the examples for
bindings usage show ACTIVE_HIGH IRQ usage. For both devices this is incorrect
as the devices themselves only suport ACTIVE_LOW. This patch set rectifies the
inconsistency.

Adam Thomson (2):
  ASoC: da7219: Correct IRQ level in DT binding example
  ASoC: da7218: Correct IRQ level in DT binding example

 Documentation/devicetree/bindings/sound/da7218.txt | 2 +-
 Documentation/devicetree/bindings/sound/da7219.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)