From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C5B7C6FD18 for ; Tue, 18 Apr 2023 15:26:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231769AbjDRP0Z (ORCPT ); Tue, 18 Apr 2023 11:26:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231688AbjDRP0Y (ORCPT ); Tue, 18 Apr 2023 11:26:24 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3AFF118EA; Tue, 18 Apr 2023 08:26:03 -0700 (PDT) Received: from pendragon.ideasonboard.com (133-32-181-51.west.xps.vectant.ne.jp [133.32.181.51]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 467D2DE5; Tue, 18 Apr 2023 17:25:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1681831555; bh=Rn9zMjlac/6epNW7W26E/R1d5UVOmKmvZINuWM+EkTU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A6T6jLkn7Y2230g3yPvEvXyj78mRG6iZHUGkhEezcvGQgSpgOwNnRwtOFU2YkguXg aX1X4jccRbnXOO4QB5YbZETyRIHCoDcf5Txn9shQfWWpVnBc4YARCC29vZMFxerg1z Gc+VPNx+vU9iNuKsR6bvb0gKakWBcIY3PSfdg+jo= Date: Tue, 18 Apr 2023 18:26:12 +0300 From: Laurent Pinchart To: Rob Herring Cc: Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Krzysztof Kozlowski , Lad Prabhakar , Heiko Stuebner , Neil Armstrong , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: display: Fix lvds.yaml references Message-ID: <20230418152612.GF30837@pendragon.ideasonboard.com> References: <20230418150658.1535120-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230418150658.1535120-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, Thank you for the patch. On Tue, Apr 18, 2023 at 10:06:57AM -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 Reviewed-by: Laurent Pinchart > --- > .../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(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml b/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml > index 3a8c2c11f9bd..f6fea9085aab 100644 > --- a/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml > +++ b/Documentation/devicetree/bindings/display/panel/advantech,idk-1110wr.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: > diff --git a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml > index 566e11f6bfc0..ab6b7be88341 100644 > --- a/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml > +++ b/Documentation/devicetree/bindings/display/panel/innolux,ee101ia-01d.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: > diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml > index 5cf3c588f46d..3623ffa6518d 100644 > --- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml > +++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: > diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml > index 54750cc5440d..37f01d847aac 100644 > --- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml > +++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa121td01.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: > diff --git a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > index c77ee034310a..929fe046d1e7 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-lvds.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: > diff --git a/Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml b/Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml > index 2e75e3738ff0..e32d9188a3e0 100644 > --- a/Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml > +++ b/Documentation/devicetree/bindings/display/panel/sgd,gktw70sdae4se.yaml > @@ -12,7 +12,7 @@ maintainers: > > allOf: > - $ref: panel-common.yaml# > - - $ref: /schemas/display/lvds.yaml/# > + - $ref: /schemas/display/lvds.yaml# > > select: > properties: -- Regards, Laurent Pinchart