[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131204121849.GM16025@e106331-lin.cambridge.arm.com>
Date: Wed, 4 Dec 2013 12:18:49 +0000
From: Mark Rutland <mark.rutland@....com>
To: "dt.tangr@...il.com" <dt.tangr@...il.com>
Cc: "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>
Subject: Re: [PATCH 1/2] usb: chipidea: fix mistake in device tree binding
of nspire-usb to use vendor name 'lsi' instead of SoC name 'zevio'
On Wed, Dec 04, 2013 at 09:20:07AM +0000, dt.tangr@...il.com wrote:
> From: Daniel Tang <dt.tangr@...il.com>
>
> The SoC name was mistakenly used instead of the vendor name in the
> device tree binding for nspire-usb.
>
> This patch fixes this before the driver becomes widely adopted.
How widely adopted is it so far?
I can't see the binding in mainline yet.
>
> Signed-off-by: Daniel Tang <dt.tangr@...il.com>
> ---
> Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt | 4 ++--
> drivers/usb/chipidea/ci_hdrc_nspire.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt
> index 5ba8e90..ef1fcbf 100644
> --- a/Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-nspire.txt
> @@ -1,7 +1,7 @@
> * TI-Nspire USB OTG Controller
>
> Required properties:
> -- compatible: Should be "zevio,nspire-usb"
> +- compatible: Should be "lsi,nspire-usb"
Surely this should be lsi,zevio-usb, matching the lsi,zevio-timer
binding?
Thanks,
Mark.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists