diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-04-22 20:40:25 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-04-23 13:03:57 +0100 |
commit | ae107d06137ce210ea21d1423443d3638599f297 (patch) | |
tree | c563dadf7373d1675e1f048c73bc95e32815fc78 /drivers/of | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f (diff) |
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 'drivers/of')
-rw-r--r-- | drivers/of/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 9bcf2cf19357..e2e4c548a42f 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -364,7 +364,7 @@ int of_irq_to_resource(struct device_node *dev, int index, struct resource *r) memset(r, 0, sizeof(*r)); /* - * Get optional "interrupts-names" property to add a name + * Get optional "interrupt-names" property to add a name * to the resource. */ of_property_read_string_index(dev, "interrupt-names", index, |