Re: [PATCH 1/7] dt-bindings: arm: asr: add ASR8751C bindings

From: Rob Herring
Date: Sun Mar 31 2019 - 02:41:34 EST


On Sat, Mar 23, 2019 at 10:01:22PM +0800, qiaozhou wrote:
> From: Qiao Zhou <qiaozhou@xxxxxxxxxxxx>
>
> Add new vendor for ASR and add binding document for ASR8751C SoC and initial
> board: aquilac-evb
>
> Signed-off-by: qiaozhou <qiaozhou@xxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/asr/asr-8751c.txt | 9 +++++++++
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 2 files changed, 10 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/asr/asr-8751c.txt
>
> diff --git a/Documentation/devicetree/bindings/arm/asr/asr-8751c.txt b/Documentation/devicetree/bindings/arm/asr/asr-8751c.txt
> new file mode 100644
> index 0000000..af7f816
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/arm/asr/asr-8751c.txt
> @@ -0,0 +1,9 @@
> +ASR 8751C Platforms Device Tree Bindings
> +----------------------------------------------------
> +ASR 8751C SoC
> +Required root node properties:
> + - compatible = ""asr,8751c";
> +
> +ASR 8751C AquilaC EVB Board
> +Required root node properties:
> + - compatible = "asr,aquilac-evb", "asr,8751c";

Please convert this to DT schema (yaml) format. Most other SoC families
are converted already.