diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-04-22 22:40:25 +0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-04-23 16:03:57 +0400 |
commit | ae107d06137ce210ea21d1423443d3638599f297 (patch) | |
tree | c563dadf7373d1675e1f048c73bc95e32815fc78 /Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f (diff) | |
download | linux-ae107d06137ce210ea21d1423443d3638599f297.tar.xz |
dt: Fix binding typos in clock-names and interrupt-names
s/interrupts-names/interrupt-names/g
s/clocks-names/clock-names/g
Some of the binding files and device tree files get this wrong and the
kernel won't be able to pick it up. Fix them up now so that they don't
get widely used.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by : Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt index 569b26c4a81e..60ca07996458 100644 --- a/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt +++ b/Documentation/devicetree/bindings/sound/davinci-mcasp-audio.txt @@ -47,7 +47,7 @@ mcasp0: mcasp0@1d00000 { reg = <0x100000 0x3000>; reg-names "mpu"; interrupts = <82>, <83>; - interrupts-names = "tx", "rx"; + interrupt-names = "tx", "rx"; op-mode = <0>; /* MCASP_IIS_MODE */ tdm-slots = <2>; serial-dir = < |