On Wed, 23 Jun 2021 10:43:44 -0600, Rob Herring wrote: > In testing out under development json-schema 2020-12 support, there's a > few issues with 'unevaluatedProperties' and the graph schema. If > 'graph.yaml#/properties/port' is used, then neither the port nor the > endpoint(s) can have additional properties. 'graph.yaml#/$defs/port-base' > needs to be used instead. > > Cc: Sakari Ailus <sakari.ai...@linux.intel.com> > Cc: Mauro Carvalho Chehab <mche...@kernel.org> > Cc: "Paul J. Murphy" <paul.j.mur...@intel.com> > Cc: Daniele Alessandrelli <daniele.alessandre...@intel.com> > Cc: "Niklas Söderlund" <niklas.soderl...@ragnatech.se> > Cc: Krzysztof Kozlowski <k...@kernel.org> > Cc: Paul Kocialkowski <paul.kocialkow...@bootlin.com> > Cc: dri-devel@lists.freedesktop.org > Cc: linux-me...@vger.kernel.org > Cc: linux-renesas-...@vger.kernel.org > Signed-off-by: Rob Herring <r...@kernel.org> > --- > .../devicetree/bindings/display/bridge/lontium,lt8912b.yaml | 3 ++- > Documentation/devicetree/bindings/media/i2c/imx258.yaml | 2 +- > Documentation/devicetree/bindings/media/i2c/ovti,ov5648.yaml | 2 +- > Documentation/devicetree/bindings/media/i2c/ovti,ov8865.yaml | 2 +- > Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml | 2 +- > Documentation/devicetree/bindings/media/renesas,vin.yaml | 3 ++- > 6 files changed, 8 insertions(+), 6 deletions(-) >
Applied, thanks!