Re: [PATCH] dt-bindings: display: Fix lvds.yaml references

From: Rob Herring
Date: Thu Apr 20 2023 - 16:30:20 EST



On Tue, 18 Apr 2023 10:06:57 -0500, Rob Herring wrote:
> The trailing "/" in "lvds.yaml/#" is not a valid JSON pointer. The existing
> jsonschema package allows it, but coming changes make allowed "$ref" URIs
> stricter.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../devicetree/bindings/display/panel/advantech,idk-1110wr.yaml | 2 +-
> .../devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml | 2 +-
> .../devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 2 +-
> .../devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml | 2 +-
> Documentation/devicetree/bindings/display/panel/panel-lvds.yaml | 2 +-
> .../devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml | 2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)
>

Applied, thanks!