[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201204093813.1275-2-thunder.leizhen@huawei.com>
Date: Fri, 4 Dec 2020 17:38:09 +0800
From: Zhen Lei <thunder.leizhen@...wei.com>
To: Philipp Zabel <p.zabel@...gutronix.de>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Karol Gugala <kgugala@...micro.com>,
Mateusz Holenko <mholenko@...micro.com>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
Pawel Czarnecki <pczarnecki@...ernships.antmicro.com>,
Stafford Horne <shorne@...il.com>,
Matthias Brugger <matthias.bgg@...il.com>,
Lee Jones <lee.jones@...aro.org>,
linux-media <linux-media@...r.kernel.org>,
linux-serial <linux-serial@...r.kernel.org>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
linux-mediatek <linux-mediatek@...ts.infradead.org>,
devicetree <devicetree@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
CC: Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 1/5] media: dt-bindings: add the required property 'additionalProperties'
When I do dt_binding_check for any YAML file, below wanring is always
reported:
xxx/media/coda.yaml: 'additionalProperties' is a required property
xxx/media/coda.yaml: ignoring, error in schema:
warning: no schema found in file: xxx/media/coda.yaml
There are three properties defined in allOf, they should be explicitly
declared. Otherwise, "additionalProperties: false" will prohibit them.
Signed-off-by: Zhen Lei <thunder.leizhen@...wei.com>
---
Documentation/devicetree/bindings/media/coda.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/coda.yaml b/Documentation/devicetree/bindings/media/coda.yaml
index 7bac0057faf7319..199b0826cd01cb6 100644
--- a/Documentation/devicetree/bindings/media/coda.yaml
+++ b/Documentation/devicetree/bindings/media/coda.yaml
@@ -52,6 +52,10 @@ properties:
description: phandle pointing to the SRAM device node
maxItems: 1
+ interrupts: true
+ interrupt-names: true
+ power-domains: true
+
required:
- compatible
- reg
@@ -96,6 +100,8 @@ allOf:
description: phandle pointing to the PU power domain
maxItems: 1
+additionalProperties: false
+
examples:
- |
vpu: video-codec@...f4000 {
--
1.8.3
Powered by blists - more mailing lists