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 X-Spam-Level: X-Spam-Status: No, score=-14.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BB95C43461 for ; Thu, 17 Sep 2020 17:47:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C8F2A20872 for ; Thu, 17 Sep 2020 17:47:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="o98P/fX9" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726315AbgIQRrs (ORCPT ); Thu, 17 Sep 2020 13:47:48 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:35538 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726603AbgIQRqZ (ORCPT ); Thu, 17 Sep 2020 13:46:25 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08HEv5XR076594; Thu, 17 Sep 2020 09:57:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1600354625; bh=lwel9jR3MUubR3w9CBXWSKGdcMrbCrgrM9DNikesG4E=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=o98P/fX9YDR/sDkCSJI6xZrD78ImaM4fabxiaHzxiOmXWiwRcAEMjzAn7/3QhbIAc twobkheLi2Os6/Wbc+KjSFdHeKjqgM7wmrhFLZO/HppsYM24TUcaWlbyzxhPrdTvhB W7Z97mmQNn/ZUKtWVIII1N0nWlN+w2SMClL4QBbs= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08HEv5tu103936 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 17 Sep 2020 09:57:05 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Thu, 17 Sep 2020 09:57:04 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Thu, 17 Sep 2020 09:57:04 -0500 Received: from [10.250.33.187] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 08HEv4mO095616; Thu, 17 Sep 2020 09:57:04 -0500 Subject: Re: [PATCH] dt-bindings: soc: ti: ti,pruss: fix schema ID To: Krzysztof Kozlowski , Grzegorz Jaszczyk , Santosh Shilimkar CC: Rob Herring , Santosh Shilimkar , Roger Quadros , , "linux-kernel@vger.kernel.org" References: <20200917070543.19064-1-krzk@kernel.org> From: Suman Anna Message-ID: <4a49d5c2-f4eb-edda-6ec2-157bfb3db3d9@ti.com> Date: Thu, 17 Sep 2020 09:57:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/17/20 3:35 AM, Krzysztof Kozlowski wrote: > On Thu, 17 Sep 2020 at 10:32, Grzegorz Jaszczyk > wrote: >> >> On Thu, 17 Sep 2020 at 09:05, Krzysztof Kozlowski wrote: >>> >>> Add missing '#' to fix schema errors: >>> >>> $id: 'http://devicetree.org/schemas/soc/ti/ti,pruss.yaml' does not match 'http://devicetree.org/schemas/.*\\.yaml#' >>> $schema: 'http://devicetree.org/meta-schemas/core.yaml' is not one of ['http://devicetree.org/meta-schemas/core.yaml#', 'http://devicetree.org/meta-schemas/base.yaml#'] >>> Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml: ignoring, error in schema: $id >>> Thanks for the fix, Krzysztof. Fixes: bd691ce0ba9d ("dt-bindings: soc: ti: Add TI PRUSS bindings") >>> Signed-off-by: Krzysztof Kozlowski With that, Acked-by: Suman Anna Santosh, Can you please pick this up before you send your pull request to arm-soc maintainers? You may also want to check your tooling to see what happened. regards Suman >>> --- >>> Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>> >>> diff --git a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml >>> index cf7dc83f724f..037c51b2f972 100644 >>> --- a/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml >>> +++ b/Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml >>> @@ -1,8 +1,8 @@ >>> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >>> %YAML 1.2 >>> --- >>> -$id: http://devicetree.org/schemas/soc/ti/ti,pruss.yaml >>> -$schema: http://devicetree.org/meta-schemas/core.yaml >>> +$id: http://devicetree.org/schemas/soc/ti/ti,pruss.yaml# >>> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> >> I've double checked and "#" was present in the original patch sent and >> ack for upstream: https://patchwork.kernel.org/patch/11729649/ >> It seems like something got wrong on linux-next but this is the only >> diff between original patch and one found in linux-next. Thank you for >> taking care of it. > > Indeed that's weird. It must get lost when applying... > > Best regards, > Krzysztof >