On Tue, 11 Jan 2022 14:39:36 +0100, Martin Kepplinger wrote: > This is supposed to fix "make dt_binding_check": > > Documentation/devicetree/bindings/media/i2c/hynix,hi846.example.dt.yaml: > camera@20: port:endpoint: Unevaluated properties are not allowed > ('link-frequencies', 'data-lanes' were unexpected) > From schema: Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml > > Fixes: f3ce7200ca18 ("media: dt-bindings: media: document SK Hynix Hi-846 MIPI CSI-2 8M pixel sensor") > Reported-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> > Signed-off-by: Martin Kepplinger <martin.kepplinger@xxxxxxx> > --- > > > revision history > ---------------- > v2: thank you, Laurent > * add unevaluatedProperties: false > v1: > https://lore.kernel.org/linux-media/20220110123804.377944-1-martin.kepplinger@xxxxxxx/ > > > Documentation/devicetree/bindings/media/i2c/hynix,hi846.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>