All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] fix dt_binding_check warnings
@ 2020-12-04  9:38 ` Zhen Lei
  0 siblings, 0 replies; 51+ messages in thread
From: Zhen Lei @ 2020-12-04  9:38 UTC (permalink / raw)
  To: Philipp Zabel, Mauro Carvalho Chehab, Rob Herring, Karol Gugala,
	Mateusz Holenko, Greg Kroah-Hartman, Pawel Czarnecki,
	Stafford Horne, Matthias Brugger, Lee Jones, linux-media,
	linux-serial, linux-arm-kernel, linux-mediatek, devicetree,
	linux-kernel
  Cc: Zhen Lei

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



^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2020-12-19  9:29 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` 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

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.