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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 48910C433E6 for ; Tue, 22 Dec 2020 18:29:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1C063230FC for ; Tue, 22 Dec 2020 18:29:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726246AbgLVS3h (ORCPT ); Tue, 22 Dec 2020 13:29:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725961AbgLVS3g (ORCPT ); Tue, 22 Dec 2020 13:29:36 -0500 Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59F2EC061793 for ; Tue, 22 Dec 2020 10:28:56 -0800 (PST) Received: by mail-ej1-x632.google.com with SMTP id g20so19547541ejb.1 for ; Tue, 22 Dec 2020 10:28:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hESG9UKwjjD/S2wid9cDDihOcqi7xLn6ltJQh3ZQhIw=; b=Ao+v0fik8uwEpkyYsZtDsrfl2EVTaUXpPZ/9xymU/DDU+nYFvZPgJYUVmqVsSs77zf kKIDktED9PDTQ6wB4+SZ/Vg3YXM5xhqRVdXoeSCbP9XJHH5c6RawHiNO+xvvWq8c9Kgw 45zssytIlK2bL3CuBrbRcYiPdTwn9MeAcnjBc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hESG9UKwjjD/S2wid9cDDihOcqi7xLn6ltJQh3ZQhIw=; b=f9YuG/t3FrlYqnmr1WDxayyzVQFizXzN3iy+hLTNGDlykDFuhx50G1HKtDU2/OwlUU xKEcu0diguy7l1xRFmZ2K64bWchhD3iWpaIrxBTmoFnGvFAmiYzUbOHnizU/Lku6XAJn 6o3W4uYbKO7ggHeMUxwb+Tm97oXzVH12R9hA5vzeTXRCKW2fjr+j+LGRys1xWEtda6mO hYQexlAfGr9lYh9AeG2fzmKYHd1epcrwDLwquy6ldjnxFFEP9NbvwZ245uDSRvIzbYsu Zj9hEnGt8kd9t/f+plTWz959ii3LZmu8jVSb/3R/GPWpEUpQ/ltfLoDDJVyfmELK5vtT IbZg== X-Gm-Message-State: AOAM53054LJZvhhJtxc+O5+YdfrW/0Hynomokyh/0vQB/SwW3CSv84+F jtFjH5P3Qex/3cULPMV2xxPT/8OkPbB6GHncP4LVMA== X-Google-Smtp-Source: ABdhPJxK0nngyZUDb6zuuobNnh5aY2C7rqJLlI1jiiPrwB/zHnYF8tEFCdHwD3Tr11aNX1qpb07DCzJNCQN4t7mqvNE= X-Received: by 2002:a17:906:2707:: with SMTP id z7mr21173163ejc.418.1608661734951; Tue, 22 Dec 2020 10:28:54 -0800 (PST) MIME-Version: 1.0 References: <20201221113151.94515-1-jagan@amarulasolutions.com> <20201221113151.94515-3-jagan@amarulasolutions.com> <20201221134625.GB31176@kozik-lap> <20201221140501.GE31176@kozik-lap> <20201221144206.GA36114@kozik-lap> In-Reply-To: From: Jagan Teki Date: Tue, 22 Dec 2020 23:58:43 +0530 Message-ID: Subject: Re: [PATCH v2 2/6] dt-bindings: arm: fsl: Add Engicam i.Core MX8M Mini C.TOUCH 2.0 To: Krzysztof Kozlowski Cc: Rob Herring , Shawn Guo , Li Yang , Fabio Estevam , devicetree , linux-kernel , linux-arm-kernel , NXP Linux Team , linux-amarula , Catalin Marinas , Will Deacon Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 21, 2020 at 8:17 PM Jagan Teki wrote: > > On Mon, Dec 21, 2020 at 8:12 PM Krzysztof Kozlowski wrote: > > > > On Mon, Dec 21, 2020 at 08:09:47PM +0530, Jagan Teki wrote: > > > On Mon, Dec 21, 2020 at 7:35 PM Krzysztof Kozlowski wrote: > > > > > > > > On Mon, Dec 21, 2020 at 07:29:22PM +0530, Jagan Teki wrote: > > > > > On Mon, Dec 21, 2020 at 7:16 PM Krzysztof Kozlowski wrote: > > > > > > > > > > > > On Mon, Dec 21, 2020 at 05:01:47PM +0530, Jagan Teki wrote: > > > > > > > i.Core MX8M Mini is an EDIMM SoM based on NXP i.MX8M Mini from Engicam. > > > > > > > > > > > > > > C.TOUCH 2.0 is a general purpose carrier board with capacitive > > > > > > > touch interface support. > > > > > > > > > > > > > > i.Core MX8M Mini needs to mount on top of this Carrier board for > > > > > > > creating complete i.Core MX8M Mini C.TOUCH 2.0 board. > > > > > > > > > > > > > > Add bindings for it. > > > > > > > > > > > > > > Signed-off-by: Jagan Teki > > > > > > > --- > > > > > > > Changes for v2: > > > > > > > - updated commit message > > > > > > > > > > > > > > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > > > > > > > 1 file changed, 2 insertions(+) > > > > > > > > > > > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > index 67980dcef66d..e653e0a43016 100644 > > > > > > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > @@ -667,6 +667,8 @@ properties: > > > > > > > items: > > > > > > > - enum: > > > > > > > - beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit > > > > > > > + - engicam,icore-mx8mm # i.MX8MM Engicam i.Core MX8M Mini SOM > > > > > > > + - engicam,icore-mx8mm-ctouch2 # i.MX8MM Engicam i.Core MX8M Mini C.TOUCH 2.0 > > > > > > > > > > > > Please test your DTS against new schema with dtbs_check. This won't > > > > > > match. > > > > > > > > > > Sorry, not sure I understand clearly here. > > > > > > > > > > This the dts file ie used matched compatible. > > > > > compatible = "engicam,icore-mx8mm-ctouch2", "engicam,icore-mx8mm", > > > > > "fsl,imx8mm"; > > > > > > > > > > I did build the dtbs_check without showing any issues like, > > > > > > > > > > $ make ARCH=arm64 dtbs_check > > > > > ... > > > > > > > > > > From schema: /w/dt-schema/dt-schema/dtschema/schemas/property-units.yaml > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dtb > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2-of10.dtb > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dtb > > > > > .. > > > > > > > > > > Can you let me know what I missed here? > > > > > > > > You pasted here output of validating with property-units.yaml (or > > > > something else), not the schema which you changed. If you want to limit > > > > the tests, use DT_SCHEMA_FILES. > > > > > > > > I mentioned about exactly the same problem in yout previous v1 > > > > at patch #5. No changes here stil. > > > > > > Yes, I usually did that check before posting. Please check the build > > > log below and fsl.yaml binding is fine to build. > > > > > > # make dt_binding_check DT_SCHEMA_FILES=arm/fsl.yaml > > > > 1. Wrong path to schema file, > > 2. Bindings pass, they are not a problem. You were running dtbs_check, > > right? > > But kbuild is building the fsl.yaml I did verify with by adding some > wrong character in the file, it is showing build issues. > > Please check the clean log. > > # make mrproper > CLEAN Documentation/devicetree/bindings > CLEAN scripts/basic > CLEAN scripts/dtc > # make dt_binding_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/fsl.yaml > HOSTCC scripts/basic/fixdep > HOSTCC scripts/dtc/dtc.o > HOSTCC scripts/dtc/flattree.o > HOSTCC scripts/dtc/fstree.o > HOSTCC scripts/dtc/data.o > HOSTCC scripts/dtc/livetree.o > HOSTCC scripts/dtc/treesource.o > HOSTCC scripts/dtc/srcpos.o > HOSTCC scripts/dtc/checks.o > HOSTCC scripts/dtc/util.o > LEX scripts/dtc/dtc-lexer.lex.c > YACC scripts/dtc/dtc-parser.tab.[ch] > HOSTCC scripts/dtc/dtc-lexer.lex.o > HOSTCC scripts/dtc/dtc-parser.tab.o > HOSTCC scripts/dtc/yamltree.o > HOSTLD scripts/dtc/dtc > CHKDT Documentation/devicetree/bindings/processed-schema-examples.json > /w/linux/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/media/coda.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: > 'additionalProperties' is a required property > SCHEMA Documentation/devicetree/bindings/processed-schema-examples.json > /w/linux/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml > /w/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/soc/mediatek/devapc.yaml > /w/linux/Documentation/devicetree/bindings/media/coda.yaml: ignoring, > error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/media/coda.yaml > /w/linux/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/serial/litex,liteuart.yaml > DTEX Documentation/devicetree/bindings/arm/fsl.example.dts > DTC Documentation/devicetree/bindings/arm/fsl.example.dt.yaml > CHECK Documentation/devicetree/bindings/arm/fsl.example.dt.yaml Any further comments? I'm planning to send v3. Jagan. 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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 EF58CC433E0 for ; Tue, 22 Dec 2020 18:30:28 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AD71B22571 for ; Tue, 22 Dec 2020 18:30:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AD71B22571 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=fVTXqnZBS5X2UZ0sItYxAEx1Yjk02QmxGZU2NKLQpzM=; b=uXwXSHsbUlF7tFZd4edsBmjmm NByf9an+8OgkyTN49brp52LC+bFxrjheoSzg+nQtHRYhJSChYbjf98BSMaWtHGco8f1ZdjsgOl7XK O5tlPOvtY8M8Tcz2IcXr22i+5dqz7XcZQsFLj0wOkV5ZY/jDGpt14+92Vj12f2972DkAd3pboKJyn h9HMXweM04YmyHxzMjv1HFmJnLlOeSP9pEk6lp7bQASRJ43L2S5pS+4Vqsew03Z1Bhw7xVVcOI1MA QWjblbhL74/lXgdupk8//cp1stoVUXCo1IYhgF6WmIHUOxXDdtOa0u/Cc0Pu7dt/ummx6UyNwpMUc UNhr5IWGw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1krmP8-0003TB-2p; Tue, 22 Dec 2020 18:29:02 +0000 Received: from mail-ej1-x62c.google.com ([2a00:1450:4864:20::62c]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1krmP4-0003Ro-TF for linux-arm-kernel@lists.infradead.org; Tue, 22 Dec 2020 18:29:00 +0000 Received: by mail-ej1-x62c.google.com with SMTP id w1so19479969ejf.11 for ; Tue, 22 Dec 2020 10:28:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hESG9UKwjjD/S2wid9cDDihOcqi7xLn6ltJQh3ZQhIw=; b=Ao+v0fik8uwEpkyYsZtDsrfl2EVTaUXpPZ/9xymU/DDU+nYFvZPgJYUVmqVsSs77zf kKIDktED9PDTQ6wB4+SZ/Vg3YXM5xhqRVdXoeSCbP9XJHH5c6RawHiNO+xvvWq8c9Kgw 45zssytIlK2bL3CuBrbRcYiPdTwn9MeAcnjBc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hESG9UKwjjD/S2wid9cDDihOcqi7xLn6ltJQh3ZQhIw=; b=eAr632CDmLHZTOdHKGhrPowcs7lqeru915GWJxU6tKI2IPMpQ0+gvT/rmovGqdn43d SfRoCogJvfWKoroAMgribkZ6tLdgjCMxJvoew7VMHt7yB6GgoevThjSR2VTQChVwSm3q ovtIi/xKbB8prWg0QKUSSaRfZt01/f5a8kK0mbFfrg/xsjYEAUkNbQYcTKHJMFAmFcwV LqV/RLlV7GGroWSd6Wg/TdomjebiDPy3C5S0Nmc5Ys22AOmF3LOEs0SUx4xjSe7LHvyC VhA2hMfdDuUKRG074e+4YjiwZ6YBjdsqRy8SM8zNAifYsbJ/Exo8DL2G1P2wZ+2az1z8 i9Nw== X-Gm-Message-State: AOAM5305ugGwh2RyeGzcBnM5ZD/QSiZLB6sv9JcrPT3YsN5lwdX4Jeq9 0jdJiZW/UQkcrBbB0b2R7X6ke9xK2jjSAE91IeI9Cg== X-Google-Smtp-Source: ABdhPJxK0nngyZUDb6zuuobNnh5aY2C7rqJLlI1jiiPrwB/zHnYF8tEFCdHwD3Tr11aNX1qpb07DCzJNCQN4t7mqvNE= X-Received: by 2002:a17:906:2707:: with SMTP id z7mr21173163ejc.418.1608661734951; Tue, 22 Dec 2020 10:28:54 -0800 (PST) MIME-Version: 1.0 References: <20201221113151.94515-1-jagan@amarulasolutions.com> <20201221113151.94515-3-jagan@amarulasolutions.com> <20201221134625.GB31176@kozik-lap> <20201221140501.GE31176@kozik-lap> <20201221144206.GA36114@kozik-lap> In-Reply-To: From: Jagan Teki Date: Tue, 22 Dec 2020 23:58:43 +0530 Message-ID: Subject: Re: [PATCH v2 2/6] dt-bindings: arm: fsl: Add Engicam i.Core MX8M Mini C.TOUCH 2.0 To: Krzysztof Kozlowski X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201222_132859_258135_2ABF84EE X-CRM114-Status: GOOD ( 31.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Will Deacon , Shawn Guo , linux-kernel , Li Yang , Rob Herring , NXP Linux Team , Catalin Marinas , Fabio Estevam , linux-amarula , linux-arm-kernel Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Dec 21, 2020 at 8:17 PM Jagan Teki wrote: > > On Mon, Dec 21, 2020 at 8:12 PM Krzysztof Kozlowski wrote: > > > > On Mon, Dec 21, 2020 at 08:09:47PM +0530, Jagan Teki wrote: > > > On Mon, Dec 21, 2020 at 7:35 PM Krzysztof Kozlowski wrote: > > > > > > > > On Mon, Dec 21, 2020 at 07:29:22PM +0530, Jagan Teki wrote: > > > > > On Mon, Dec 21, 2020 at 7:16 PM Krzysztof Kozlowski wrote: > > > > > > > > > > > > On Mon, Dec 21, 2020 at 05:01:47PM +0530, Jagan Teki wrote: > > > > > > > i.Core MX8M Mini is an EDIMM SoM based on NXP i.MX8M Mini from Engicam. > > > > > > > > > > > > > > C.TOUCH 2.0 is a general purpose carrier board with capacitive > > > > > > > touch interface support. > > > > > > > > > > > > > > i.Core MX8M Mini needs to mount on top of this Carrier board for > > > > > > > creating complete i.Core MX8M Mini C.TOUCH 2.0 board. > > > > > > > > > > > > > > Add bindings for it. > > > > > > > > > > > > > > Signed-off-by: Jagan Teki > > > > > > > --- > > > > > > > Changes for v2: > > > > > > > - updated commit message > > > > > > > > > > > > > > Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++ > > > > > > > 1 file changed, 2 insertions(+) > > > > > > > > > > > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > index 67980dcef66d..e653e0a43016 100644 > > > > > > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > > > > > > @@ -667,6 +667,8 @@ properties: > > > > > > > items: > > > > > > > - enum: > > > > > > > - beacon,imx8mm-beacon-kit # i.MX8MM Beacon Development Kit > > > > > > > + - engicam,icore-mx8mm # i.MX8MM Engicam i.Core MX8M Mini SOM > > > > > > > + - engicam,icore-mx8mm-ctouch2 # i.MX8MM Engicam i.Core MX8M Mini C.TOUCH 2.0 > > > > > > > > > > > > Please test your DTS against new schema with dtbs_check. This won't > > > > > > match. > > > > > > > > > > Sorry, not sure I understand clearly here. > > > > > > > > > > This the dts file ie used matched compatible. > > > > > compatible = "engicam,icore-mx8mm-ctouch2", "engicam,icore-mx8mm", > > > > > "fsl,imx8mm"; > > > > > > > > > > I did build the dtbs_check without showing any issues like, > > > > > > > > > > $ make ARCH=arm64 dtbs_check > > > > > ... > > > > > > > > > > From schema: /w/dt-schema/dt-schema/dtschema/schemas/property-units.yaml > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2.dtb > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-ctouch2-of10.dtb > > > > > DTC arch/arm64/boot/dts/freescale/imx8mm-icore-mx8mm-edimm2.2.dtb > > > > > .. > > > > > > > > > > Can you let me know what I missed here? > > > > > > > > You pasted here output of validating with property-units.yaml (or > > > > something else), not the schema which you changed. If you want to limit > > > > the tests, use DT_SCHEMA_FILES. > > > > > > > > I mentioned about exactly the same problem in yout previous v1 > > > > at patch #5. No changes here stil. > > > > > > Yes, I usually did that check before posting. Please check the build > > > log below and fsl.yaml binding is fine to build. > > > > > > # make dt_binding_check DT_SCHEMA_FILES=arm/fsl.yaml > > > > 1. Wrong path to schema file, > > 2. Bindings pass, they are not a problem. You were running dtbs_check, > > right? > > But kbuild is building the fsl.yaml I did verify with by adding some > wrong character in the file, it is showing build issues. > > Please check the clean log. > > # make mrproper > CLEAN Documentation/devicetree/bindings > CLEAN scripts/basic > CLEAN scripts/dtc > # make dt_binding_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/arm/fsl.yaml > HOSTCC scripts/basic/fixdep > HOSTCC scripts/dtc/dtc.o > HOSTCC scripts/dtc/flattree.o > HOSTCC scripts/dtc/fstree.o > HOSTCC scripts/dtc/data.o > HOSTCC scripts/dtc/livetree.o > HOSTCC scripts/dtc/treesource.o > HOSTCC scripts/dtc/srcpos.o > HOSTCC scripts/dtc/checks.o > HOSTCC scripts/dtc/util.o > LEX scripts/dtc/dtc-lexer.lex.c > YACC scripts/dtc/dtc-parser.tab.[ch] > HOSTCC scripts/dtc/dtc-lexer.lex.o > HOSTCC scripts/dtc/dtc-parser.tab.o > HOSTCC scripts/dtc/yamltree.o > HOSTLD scripts/dtc/dtc > CHKDT Documentation/devicetree/bindings/processed-schema-examples.json > /w/linux/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/media/coda.yaml: > 'additionalProperties' is a required property > /w/linux/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: > 'additionalProperties' is a required property > SCHEMA Documentation/devicetree/bindings/processed-schema-examples.json > /w/linux/Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/soc/litex/litex,soc-controller.yaml > /w/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/soc/mediatek/devapc.yaml > /w/linux/Documentation/devicetree/bindings/media/coda.yaml: ignoring, > error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/media/coda.yaml > /w/linux/Documentation/devicetree/bindings/serial/litex,liteuart.yaml: > ignoring, error in schema: > warning: no schema found in file: > ./Documentation/devicetree/bindings/serial/litex,liteuart.yaml > DTEX Documentation/devicetree/bindings/arm/fsl.example.dts > DTC Documentation/devicetree/bindings/arm/fsl.example.dt.yaml > CHECK Documentation/devicetree/bindings/arm/fsl.example.dt.yaml Any further comments? I'm planning to send v3. Jagan. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel