[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABuKBeJRW9aKdbmK5Yum6dM99m3AihA9t-1U3+3H9XjtfUHvmw@mail.gmail.com>
Date: Wed, 12 Nov 2014 12:43:13 +0100
From: Matthias Brugger <matthias.bgg@...il.com>
To: Howard Chen <ibanezchen@...il.com>
Cc: arm@...nel.org, Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Russell King <linux@....linux.org.uk>,
Olof Johansson <olof@...om.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH v5 3/3] dt-bindings: add documentation for Mediatek SoC
2014-11-11 4:55 GMT+01:00 Howard Chen <ibanezchen@...il.com>:
> This adds a DT binding documentation for the MT6592 SoC from Mediatek.
>
> Signed-off-by: Howard Chen <ibanezchen@...il.com>
> ---
> Documentation/devicetree/bindings/arm/mediatek.txt | 7 +++++--
> Documentation/devicetree/bindings/serial/mtk-uart.txt | 3 ++-
> 2 files changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt
> index fa25226..1d2d151 100644
> --- a/Documentation/devicetree/bindings/arm/mediatek.txt
> +++ b/Documentation/devicetree/bindings/arm/mediatek.txt
> @@ -1,10 +1,10 @@
> Mediatek MT6589 Platforms Device Tree Bindings
>
> -Boards with a SoC of the Mediatek MT6589 shall have the following property:
> +Boards with a SoC from Mediatek shall have the following property:
>
> Required root node property:
>
> -compatible: must contain "mediatek,mt6589"
> +compatible: must contain one of "mediatek,mt6589", "mediatek,mt6592"
>
>
> Supported boards:
> @@ -12,3 +12,6 @@ Supported boards:
> - bq Aquaris5 smart phone:
> Required root node properties:
> - compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
> +
> +- Evaluation board for MT6592:
> + - compatible = "mediatek,mt6592-evb", "mediatek,mt6592";
> diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt
> index 48358a3..e2864b7 100644
> --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt
> +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
> @@ -2,9 +2,10 @@
>
> Required properties:
> - compatible should contain:
> + * "mediatek,mt6592-uart" for MT6592 compatible UARTS
> * "mediatek,mt6589-uart" for MT6589 compatible UARTS
> * "mediatek,mt6582-uart" for MT6582 compatible UARTS
> - * "mediatek,mt6577-uart" for all compatible UARTS (MT6589, MT6582, MT6577)
> + * "mediatek,mt6577-uart" for all compatible UARTS on MT65xx
This should be two seperate patches, one for the SoC documentation and
one for the UART documentation.
>
> - reg: The base address of the UART register bank.
>
> --
> 1.9.1
>
--
motzblog.wordpress.com
--
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