All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhen Lei <thunder.leizhen@huawei.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Karol Gugala <kgugala@antmicro.com>,
	Mateusz Holenko <mholenko@antmicro.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	Pawel Czarnecki <pczarnecki@internships.antmicro.com>,
	Stafford Horne <shorne@gmail.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	linux-media <linux-media@vger.kernel.org>,
	linux-serial <linux-serial@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-mediatek <linux-mediatek@lists.infradead.org>,
	devicetree <devicetree@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: Zhen Lei <thunder.leizhen@huawei.com>
Subject: [PATCH 0/5] fix dt_binding_check warnings
Date: Fri, 4 Dec 2020 17:38:08 +0800	[thread overview]
Message-ID: <20201204093813.1275-1-thunder.leizhen@huawei.com> (raw)

These patches is based on the latest linux-next code.

When I do dt_binding_check for any YAML file, below wanrings is always reported:

/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/media/coda.yaml
/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/serial/litex,liteuart.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml
/root/linux-next/Documentation/devicetree/bindings/mfd/iqs62x.example.dt.yaml: pwmleds: 'panel' does not match any of the regexes: '^led(-[0-9a-f]+)?$', 'pinctrl-[0-9]+'
        From schema: /root/linux-next/Documentation/devicetree/bindings/leds/leds-pwm.yaml

I have done the dtbs_check for all 5 yaml files on both arm32 and arm64.


Zhen Lei (5):
  media: dt-bindings: add the required property 'additionalProperties'
  dt-bindings: serial: add the required property 'additionalProperties'
  dt-bindings: soc: add the required property 'additionalProperties'
  dt-bindings: devapc: add the required property 'additionalProperties'
  dt-bindings: mfd: correct the node name of the panel led

 Documentation/devicetree/bindings/media/coda.yaml                   | 6 ++++++
 Documentation/devicetree/bindings/mfd/iqs62x.yaml                   | 2 +-
 Documentation/devicetree/bindings/serial/litex,liteuart.yaml        | 2 ++
 .../devicetree/bindings/soc/litex/litex,soc-controller.yaml         | 2 ++
 Documentation/devicetree/bindings/soc/mediatek/devapc.yaml          | 2 ++
 5 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.8.3



WARNING: multiple messages have this Message-ID (diff)
From: Zhen Lei <thunder.leizhen@huawei.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Karol Gugala <kgugala@antmicro.com>,
	Mateusz Holenko <mholenko@antmicro.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	Pawel Czarnecki <pczarnecki@internships.antmicro.com>,
	Stafford Horne <shorne@gmail.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	linux-media <linux-media@vger.kernel.org>,
	linux-serial <linux-serial@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-mediatek <linux-mediatek@lists.infradead.org>,
	devicetree <devicetree@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: Zhen Lei <thunder.leizhen@huawei.com>
Subject: [PATCH 0/5] fix dt_binding_check warnings
Date: Fri, 4 Dec 2020 17:38:08 +0800	[thread overview]
Message-ID: <20201204093813.1275-1-thunder.leizhen@huawei.com> (raw)

These patches is based on the latest linux-next code.

When I do dt_binding_check for any YAML file, below wanrings is always reported:

/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/media/coda.yaml
/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/serial/litex,liteuart.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml
/root/linux-next/Documentation/devicetree/bindings/mfd/iqs62x.example.dt.yaml: pwmleds: 'panel' does not match any of the regexes: '^led(-[0-9a-f]+)?$', 'pinctrl-[0-9]+'
        From schema: /root/linux-next/Documentation/devicetree/bindings/leds/leds-pwm.yaml

I have done the dtbs_check for all 5 yaml files on both arm32 and arm64.


Zhen Lei (5):
  media: dt-bindings: add the required property 'additionalProperties'
  dt-bindings: serial: add the required property 'additionalProperties'
  dt-bindings: soc: add the required property 'additionalProperties'
  dt-bindings: devapc: add the required property 'additionalProperties'
  dt-bindings: mfd: correct the node name of the panel led

 Documentation/devicetree/bindings/media/coda.yaml                   | 6 ++++++
 Documentation/devicetree/bindings/mfd/iqs62x.yaml                   | 2 +-
 Documentation/devicetree/bindings/serial/litex,liteuart.yaml        | 2 ++
 .../devicetree/bindings/soc/litex/litex,soc-controller.yaml         | 2 ++
 Documentation/devicetree/bindings/soc/mediatek/devapc.yaml          | 2 ++
 5 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.8.3



_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Zhen Lei <thunder.leizhen@huawei.com>
To: Philipp Zabel <p.zabel@pengutronix.de>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Karol Gugala <kgugala@antmicro.com>,
	Mateusz Holenko <mholenko@antmicro.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	Pawel Czarnecki <pczarnecki@internships.antmicro.com>,
	Stafford Horne <shorne@gmail.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	linux-media <linux-media@vger.kernel.org>,
	linux-serial <linux-serial@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-mediatek <linux-mediatek@lists.infradead.org>,
	devicetree <devicetree@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: Zhen Lei <thunder.leizhen@huawei.com>
Subject: [PATCH 0/5] fix dt_binding_check warnings
Date: Fri, 4 Dec 2020 17:38:08 +0800	[thread overview]
Message-ID: <20201204093813.1275-1-thunder.leizhen@huawei.com> (raw)

These patches is based on the latest linux-next code.

When I do dt_binding_check for any YAML file, below wanrings is always reported:

/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: 'additionalProperties' is a required property
/root/linux-next/Documentation/devicetree/bindings/media/coda.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/media/coda.yaml
/root/linux-next/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/serial/litex,liteuart.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
/root/linux-next/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: ignoring, error in schema:
warning: no schema found in file: ./Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml
/root/linux-next/Documentation/devicetree/bindings/mfd/iqs62x.example.dt.yaml: pwmleds: 'panel' does not match any of the regexes: '^led(-[0-9a-f]+)?$', 'pinctrl-[0-9]+'
        From schema: /root/linux-next/Documentation/devicetree/bindings/leds/leds-pwm.yaml

I have done the dtbs_check for all 5 yaml files on both arm32 and arm64.


Zhen Lei (5):
  media: dt-bindings: add the required property 'additionalProperties'
  dt-bindings: serial: add the required property 'additionalProperties'
  dt-bindings: soc: add the required property 'additionalProperties'
  dt-bindings: devapc: add the required property 'additionalProperties'
  dt-bindings: mfd: correct the node name of the panel led

 Documentation/devicetree/bindings/media/coda.yaml                   | 6 ++++++
 Documentation/devicetree/bindings/mfd/iqs62x.yaml                   | 2 +-
 Documentation/devicetree/bindings/serial/litex,liteuart.yaml        | 2 ++
 .../devicetree/bindings/soc/litex/litex,soc-controller.yaml         | 2 ++
 Documentation/devicetree/bindings/soc/mediatek/devapc.yaml          | 2 ++
 5 files changed, 13 insertions(+), 1 deletion(-)

-- 
1.8.3



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-12-04  9:41 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04  9:38 Zhen Lei [this message]
2020-12-04  9:38 ` [PATCH 0/5] fix dt_binding_check warnings Zhen Lei
2020-12-04  9:38 ` Zhen Lei
2020-12-04  9:38 ` [PATCH 1/5] media: dt-bindings: add the required property 'additionalProperties' Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04 10:56   ` Philipp Zabel
2020-12-04 10:56     ` Philipp Zabel
2020-12-04 10:56     ` Philipp Zabel
2020-12-06  5:32     ` Leizhen (ThunderTown)
2020-12-06  5:32       ` Leizhen (ThunderTown)
2020-12-06  5:32       ` Leizhen (ThunderTown)
2020-12-04  9:38 ` [PATCH 2/5] dt-bindings: serial: " Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-07 22:58   ` Rob Herring
2020-12-07 22:58     ` Rob Herring
2020-12-07 22:58     ` Rob Herring
2020-12-18 21:16   ` Rob Herring
2020-12-18 21:16     ` Rob Herring
2020-12-18 21:16     ` Rob Herring
2020-12-04  9:38 ` [PATCH 3/5] dt-bindings: soc: " Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-07 22:59   ` Rob Herring
2020-12-07 22:59     ` Rob Herring
2020-12-07 22:59     ` Rob Herring
2020-12-18 21:17   ` Rob Herring
2020-12-18 21:17     ` Rob Herring
2020-12-18 21:17     ` Rob Herring
2020-12-19  9:27     ` Stafford Horne
2020-12-19  9:27       ` Stafford Horne
2020-12-19  9:27       ` Stafford Horne
2020-12-04  9:38 ` [PATCH 4/5] dt-bindings: devapc: " Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-07 22:59   ` Rob Herring
2020-12-07 22:59     ` Rob Herring
2020-12-07 22:59     ` Rob Herring
2020-12-18 21:17   ` Rob Herring
2020-12-18 21:17     ` Rob Herring
2020-12-18 21:17     ` Rob Herring
2020-12-04  9:38 ` [PATCH 5/5] dt-bindings: mfd: correct the node name of the panel led Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-04  9:38   ` Zhen Lei
2020-12-07 23:00   ` Rob Herring
2020-12-07 23:00     ` Rob Herring
2020-12-07 23:00     ` Rob Herring
2020-12-16  8:58   ` Lee Jones
2020-12-16  8:58     ` Lee Jones
2020-12-16  8:58     ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201204093813.1275-1-thunder.leizhen@huawei.com \
    --to=thunder.leizhen@huawei.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kgugala@antmicro.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mchehab@kernel.org \
    --cc=mholenko@antmicro.com \
    --cc=p.zabel@pengutronix.de \
    --cc=pczarnecki@internships.antmicro.com \
    --cc=robh+dt@kernel.org \
    --cc=shorne@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.