[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <877cxdic8d.wl-me@linux.beauty>
Date: Mon, 23 Jan 2023 21:58:42 +0800
From: Li Chen <me@...ux.beauty>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Li Chen <lchen@...arella.com>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
"moderated list:ARM/Ambarella SoC support"
<linux-arm-kernel@...ts.infradead.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 03/15] dt-bindings: arm: ambarella: Add binding for Ambarella ARM platforms
On Mon, 23 Jan 2023 16:03:27 +0800,
Krzysztof Kozlowski wrote:
>
> On 23/01/2023 08:32, Li Chen wrote:
> > This introduces binding for Ambarella s6lm SoC.
> >
> > Signed-off-by: Li Chen <lchen@...arella.com>
> > Change-Id: Id95d91218625a1f0b3413aac101c2ca8831f0385
>
> Please run scripts/checkpatch.pl and fix reported warnings.
Sorry for it, I do run checkpatch & sparse and fix issues, but forget to remove the
Change-id finally, will remove it in v2.
> > ---
> > .../devicetree/bindings/arm/ambarella.yaml | 22 +++++++++++++++++++
> > MAINTAINERS | 6 +++++
> > 2 files changed, 28 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/arm/ambarella.yaml
> >
> > diff --git a/Documentation/devicetree/bindings/arm/ambarella.yaml b/Documentation/devicetree/bindings/arm/ambarella.yaml
> > new file mode 100644
> > index 000000000000..2c8ff75b57b9
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/arm/ambarella.yaml
> > @@ -0,0 +1,22 @@
> > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/arm/ambarella.yaml#
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: Ambarella SoC Device Tree Bindings
>
> Drop "Device Tree Bindings"
Well noted.
> > +
> > +maintainers:
> > + - Li Chen <lchen@...arella.com>
> > +
> > +properties:
> > + $nodename:
> > + const: "/"
> > + compatible:
> > + oneOf:
> > + - description: Ambarella SoC based platforms
> > + items:
> > + - enum:
> > + - ambarella,s6lm
Thanks for your review!
Regards,
Li
Powered by blists - more mailing lists