Message ID | 20200616121525.1409790-6-daniel@0x0f.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Initial MStar/Sigmastar ARMv7 SoC support | expand |
On Tue, Jun 16, 2020 at 09:15:18PM +0900, Daniel Palmer wrote: > This adds some intial boards for Armv7 based mstar platforms. > > Signed-off-by: Daniel Palmer <daniel@0x0f.com> > --- > .../devicetree/bindings/arm/mstar.yaml | 34 +++++++++++++++++++ > MAINTAINERS | 7 ++++ > 2 files changed, 41 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/mstar.yaml > > diff --git a/Documentation/devicetree/bindings/arm/mstar.yaml b/Documentation/devicetree/bindings/arm/mstar.yaml > new file mode 100644 > index 000000000000..7bb91a546b5f > --- /dev/null > +++ b/Documentation/devicetree/bindings/arm/mstar.yaml > @@ -0,0 +1,34 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/arm/mstar.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: MStar platforms device tree bindings > + > +maintainers: > + - Daniel Palmer <daniel@thingy.jp> > + > +properties: > + $nodename: > + const: '/' > + compatible: > + oneOf: > + # infinity boards Make a 'description:' rather than a comment. With that, Reviewed-by: Rob Herring <robh@kernel.org> > + - items: > + - enum: > + - thingyjp,breadbee-crust # thingy.jp BreadBee Crust > + - thingyjp,breadbee-crustx # thingy.jp BreadBee Crustx > + - const: mstar,infinity > + > + # infinity3 boards > + - items: > + - enum: > + - thingyjp,breadbee # thingy.jp BreadBee > + - const: mstar,infinity3 > + > + # mercury5 boards > + - items: > + - enum: > + - 70mai,midrived08 # 70mai midrive d08 > + - const: mstar,mercury5 > diff --git a/MAINTAINERS b/MAINTAINERS > index 68f21d46614c..a8640c1c50cc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2117,6 +2117,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > F: arch/arm/mach-pxa/mioa701.c > > +ARM/MStar/Sigmastar Armv7 SoC support > +M: Daniel Palmer <daniel@thingy.jp> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Maintained > +W: http://linux-chenxing.org/ > +F: Documentation/devicetree/bindings/arm/mstar.yaml > + > ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT > M: Michael Petchkovsky <mkpetch@internode.on.net> > S: Maintained > -- > 2.27.0.rc0 >
diff --git a/Documentation/devicetree/bindings/arm/mstar.yaml b/Documentation/devicetree/bindings/arm/mstar.yaml new file mode 100644 index 000000000000..7bb91a546b5f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mstar.yaml @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/mstar.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MStar platforms device tree bindings + +maintainers: + - Daniel Palmer <daniel@thingy.jp> + +properties: + $nodename: + const: '/' + compatible: + oneOf: + # infinity boards + - items: + - enum: + - thingyjp,breadbee-crust # thingy.jp BreadBee Crust + - thingyjp,breadbee-crustx # thingy.jp BreadBee Crustx + - const: mstar,infinity + + # infinity3 boards + - items: + - enum: + - thingyjp,breadbee # thingy.jp BreadBee + - const: mstar,infinity3 + + # mercury5 boards + - items: + - enum: + - 70mai,midrived08 # 70mai midrive d08 + - const: mstar,mercury5 diff --git a/MAINTAINERS b/MAINTAINERS index 68f21d46614c..a8640c1c50cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2117,6 +2117,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-pxa/mioa701.c +ARM/MStar/Sigmastar Armv7 SoC support +M: Daniel Palmer <daniel@thingy.jp> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +W: http://linux-chenxing.org/ +F: Documentation/devicetree/bindings/arm/mstar.yaml + ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT M: Michael Petchkovsky <mkpetch@internode.on.net> S: Maintained
This adds some intial boards for Armv7 based mstar platforms. Signed-off-by: Daniel Palmer <daniel@0x0f.com> --- .../devicetree/bindings/arm/mstar.yaml | 34 +++++++++++++++++++ MAINTAINERS | 7 ++++ 2 files changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/mstar.yaml