From: Gregory CLEMENT <gregory.clement-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
To: Geert Uytterhoeven
<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
Gregory Clement
<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 6/9] ARM: dts: kirkwood: Fix "debounce-interval" property misspelling
Date: Tue, 13 Feb 2018 17:17:42 +0100 [thread overview]
Message-ID: <87d118q2xl.fsf@bootlin.com> (raw)
In-Reply-To: <1518531335-5170-7-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> (Geert Uytterhoeven's message of "Tue, 13 Feb 2018 15:15:32 +0100")
Hi Geert,
On mar., févr. 13 2018, Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org> wrote:
> "debounce_interval" was never supported.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
> Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
> Cc: Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Applied on mvebu/fixes with the Reviewed-by flag from Andrew Lunn
Thanks,
Gregory
> ---
> Please apply to your tree when appropriate.
>
> arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> index 5ce220ac9611fa78..5aa4669ae2548a8c 100644
> --- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> +++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> @@ -35,7 +35,7 @@
> pinctrl-names = "default";
>
> eject {
> - debounce_interval = <50>;
> + debounce-interval = <50>;
> wakeup-source;
> linux,code = <KEY_EJECTCD>;
> label = "Eject Button";
> --
> 2.7.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2018-02-13 16:17 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-13 14:15 [PATCH 0/9] DT: Fix "debounce-interval" property misspellings Geert Uytterhoeven
[not found] ` <1518531335-5170-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-13 14:15 ` [PATCH 1/9] dt-bindings: power: Fix "debounce-interval" property misspelling Geert Uytterhoeven
2018-02-19 3:05 ` Rob Herring
2018-02-13 14:15 ` [PATCH 2/9] ARM: dts: atlas7: " Geert Uytterhoeven
2018-02-13 14:15 ` [PATCH 3/9] ARM: dts: kzm9d: " Geert Uytterhoeven
2018-02-15 16:18 ` Simon Horman
2018-02-13 14:15 ` [PATCH 4/9] ARM: dts: exynos: " Geert Uytterhoeven
2018-03-12 17:59 ` Krzysztof Kozlowski
2018-02-13 14:15 ` [PATCH 5/9] ARM: dts: gemini: " Geert Uytterhoeven
2018-04-19 6:34 ` Linus Walleij
2018-02-13 14:15 ` [PATCH 6/9] ARM: dts: kirkwood: " Geert Uytterhoeven
[not found] ` <1518531335-5170-7-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-13 15:54 ` Andrew Lunn
2018-02-13 16:17 ` Gregory CLEMENT [this message]
2018-02-13 14:15 ` [PATCH 7/9] ARM: dts: OMAP5: uevm: " Geert Uytterhoeven
[not found] ` <1518531335-5170-8-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2018-02-14 16:22 ` Tony Lindgren
2018-02-13 14:15 ` [PATCH 8/9] ARM: dts: Ux500: " Geert Uytterhoeven
2018-02-22 14:27 ` Linus Walleij
2018-02-13 14:15 ` [PATCH 9/9] arm64: dts: juno: " Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d118q2xl.fsf@bootlin.com \
--to=gregory.clement-ldxbnhwyfcjbdgjk7y7tuq@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org \
--cc=gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).