[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <TO4I9Q.UQRWC3A2ABT52@crapouillou.net>
Date: Tue, 28 Apr 2020 16:10:05 +0200
From: Paul Cercueil <paul@...pouillou.net>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Cc: Rob Herring <robh+dt@...nel.org>, od@...c.me,
周琰杰 <zhouyanjie@...yeetech.com>,
linux-clk@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linux-i2c@...r.kernel.org, linux-mtd@...ts.infradead.org,
linux-gpio@...r.kernel.org, linux-serial@...r.kernel.org,
linux-mips@...r.kernel.org
Subject: Re: [PATCH 2/8] dt-bindings: intc: Convert ingenic,intc.txt to YAML
Hi Sergei,
Le lun. 27 avril 2020 à 12:11, Sergei Shtylyov
<sergei.shtylyov@...entembedded.com> a écrit :
> Hello!
>
> On 26.04.2020 21:58, Paul Cercueil wrote:
>
>> Convert the ingenic,intc.txt doc file to ingenic,intc.yaml.
>>
>> Some compatible strings now require a fallback, as the controller
>> generally works the same across the SoCs families.
>>
>> Signed-off-by: Paul Cercueil <paul@...pouillou.net>
> [...]
>> diff --git
>> a/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yaml
>> b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yaml
>> new file mode 100644
>> index 000000000000..28b27e1a6e9d
>> --- /dev/null
>> +++
>> b/Documentation/devicetree/bindings/interrupt-controller/ingenic,intc.yaml
>> @@ -0,0 +1,63 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id:
>> http://devicetree.org/schemas/interrupt-controller/ingenic,intc.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Ingenic SoCs interrupt controller devicetree bindings
>> +
>> +maintainers:
>> + - Paul Cercueil <paul@...pouillou.net>
>> +
>> +properties:
>> + $nodename:
>> + pattern: "^interrupt-controller@[0-9a-f]+$"
>> +
>> + compatible:
>> + oneOf:
>> + - enum:
>> + - ingenic,jz4740-intc
>> + - ingenic,jz4760-intc
>> + - ingenic,jz4780-intc
>> + - items:
>> + - enum:
>> + - ingenic,jz4775-intc
>> + - ingenic,jz4770-intc
>> + - const: ingenic,jz4760-intc
>> + - items:
>> + - const: ingenic,x1000-intc
>> + - const: ingenic,jz4780-intc
>> + - items:
>> + - const: ingenic,jz4725b-intc
>> + - const: ingenic,jz4740-intc
>> +
>> + "#interrupt-cells":
>> + const: 1
>
> Do double quotes work the same as the single ones?
Yes. The only difference is that you can escape characters in double
quotes.
-Paul
>
> [...]
>
> MBR, Sergei
Powered by blists - more mailing lists