Message ID | 20190905144316.12527-13-jiaxun.yang@flygoat.com |
---|---|
State | Changes Requested, archived |
Headers | show |
Series | Modernize Loongson64 Machine | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/dt-meta-schema | fail | build log |
On Thu, Sep 05, 2019 at 10:43:09PM +0800, Jiaxun Yang wrote: > Prepare for later dts. > > Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > .../bindings/mips/loongson/devices.yaml | 39 +++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mips/loongson/devices.yaml > > diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml > new file mode 100644 > index 000000000000..0665f0f7ec45 > --- /dev/null > +++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml > @@ -0,0 +1,39 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/mips/loongson/devices.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Loongson based Platforms Device Tree Bindings > + > +maintainers: > + - Jiaxun Yang <jiaxun.yang@flygoat.com> > +description: | > + Devices with a Loongson CPU shall have the following properties. > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + > + - description: Loongson 3A1000 + RS780E > + items: > + - const: loongson,ls3a1000-780e These should reflect the specific maker and model of board, not just what's the cpu and south bridge. > + > + - description: Loongson 3A2000 + RS780E > + items: > + - const: loongson,ls3a2000-780e > + > + - description: Loongson 3A3000 + RS780E > + items: > + - const: loongson,ls3a3000-780e > + > + - description: Loongson 3A3000 + 7A > + items: > + - const: loongson,ls3a3000-7a > + > + - description: Loongson 3B1000/1500 + RS780E 2Way > + items: > + - const: loongson,ls3b1x00-780e > +... > -- > 2.22.0 >
diff --git a/Documentation/devicetree/bindings/mips/loongson/devices.yaml b/Documentation/devicetree/bindings/mips/loongson/devices.yaml new file mode 100644 index 000000000000..0665f0f7ec45 --- /dev/null +++ b/Documentation/devicetree/bindings/mips/loongson/devices.yaml @@ -0,0 +1,39 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/mips/loongson/devices.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Loongson based Platforms Device Tree Bindings + +maintainers: + - Jiaxun Yang <jiaxun.yang@flygoat.com> +description: | + Devices with a Loongson CPU shall have the following properties. + +properties: + $nodename: + const: '/' + compatible: + oneOf: + + - description: Loongson 3A1000 + RS780E + items: + - const: loongson,ls3a1000-780e + + - description: Loongson 3A2000 + RS780E + items: + - const: loongson,ls3a2000-780e + + - description: Loongson 3A3000 + RS780E + items: + - const: loongson,ls3a3000-780e + + - description: Loongson 3A3000 + 7A + items: + - const: loongson,ls3a3000-7a + + - description: Loongson 3B1000/1500 + RS780E 2Way + items: + - const: loongson,ls3b1x00-780e +...
Prepare for later dts. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- .../bindings/mips/loongson/devices.yaml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Documentation/devicetree/bindings/mips/loongson/devices.yaml