devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2 1/4] of: documentation: Add vendor prefix for Tronfy
       [not found]   ` <1444249865-6897-2-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
@ 2015-10-08 13:45     ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2015-10-08 13:45 UTC (permalink / raw)
  To: Carlo Caione
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Russell King - ARM Linux, Beniamino Galvani,
	drake-6IF/jdPJHihWk0Htik3J/w, Jerry Cao, Victor Wan, Carlo Caione,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

+dt list

On Wed, Oct 7, 2015 at 3:31 PM, Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> wrote:
> From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
>
> Tronfy is an emerging brand in China specializing in Home Theater
> solutions for the normal consumers.
>
> Signed-off-by: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>

Please use scripts/get_maintainers.pl in the future to send to the
right people and lists.

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

> ---
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
> index 82d2ac9..54c91ef 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -222,6 +222,7 @@ toradex     Toradex AG
>  toshiba        Toshiba Corporation
>  toumaz Toumaz
>  tplink TP-LINK Technologies Co., Ltd.
> +tronfy Tronfy
>  truly  Truly Semiconductors Limited
>  usi    Universal Scientific Industrial Co., Ltd.
>  v3     V3 Semiconductor
> --
> 1.9.1
>
--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 2/4] of: documentation: add bindings documentation for Meson8b
       [not found]   ` <1444249865-6897-3-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
@ 2015-10-08 13:51     ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2015-10-08 13:51 UTC (permalink / raw)
  To: Carlo Caione
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Russell King - ARM Linux, Beniamino Galvani, Daniel Drake,
	Jerry Cao, Victor Wan, Carlo Caione,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

+dt list

On Wed, Oct 7, 2015 at 3:31 PM, Carlo Caione <carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org> wrote:
> From: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>
>
> Signed-off-by: Carlo Caione <carlo-6IF/jdPJHihWk0Htik3J/w@public.gmane.org>

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

> ---
>  Documentation/devicetree/bindings/arm/amlogic.txt | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt
> index 973884a..1dfee20 100644
> --- a/Documentation/devicetree/bindings/arm/amlogic.txt
> +++ b/Documentation/devicetree/bindings/arm/amlogic.txt
> @@ -9,6 +9,12 @@ Boards with the Amlogic Meson8 SoC shall have the following properties:
>    Required root node property:
>      compatible: "amlogic,meson8";
>
> +Boards with the Amlogic Meson8b SoC shall have the following properties:
> +  Required root node property:
> +    compatible: "amlogic,meson8b";
> +
>  Board compatible values:
> -  - "geniatech,atv1200"
> -  - "minix,neo-x8"
> +  - "geniatech,atv1200" (Meson6)
> +  - "minix,neo-x8" (Meson8)
> +  - "tronfy,mxq" (Meson8b)
> +  - "hardkernel,odroid-c1" (Meson8b)
> --
> 1.9.1
>
--
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-08 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1444249865-6897-1-git-send-email-carlo@caione.org>
     [not found] ` <1444249865-6897-2-git-send-email-carlo@caione.org>
     [not found]   ` <1444249865-6897-2-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2015-10-08 13:45     ` [PATCH v2 1/4] of: documentation: Add vendor prefix for Tronfy Rob Herring
     [not found] ` <1444249865-6897-3-git-send-email-carlo@caione.org>
     [not found]   ` <1444249865-6897-3-git-send-email-carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org>
2015-10-08 13:51     ` [PATCH v2 2/4] of: documentation: add bindings documentation for Meson8b Rob Herring

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).