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=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 759B7C3A589 for ; Tue, 20 Aug 2019 20:05:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4250B216F4 for ; Tue, 20 Aug 2019 20:05:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566331513; bh=wPpvb7w4ZKK6Za329CALdlZ/QeVsFqPOrpteemAh5kU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=aPWlkCAh4IgXDwz5jNcGD0cOz6vAFn5DXz93uxw/0lbaH6dAFUjtGc0aXBJZuVXnm wWGU9B19U5eYny+6bv7kj4QD404/wpNkn+KBHdyhqKCT1ka7kboN6Ur5H8OAKhdMfl qz+DFwgsk5vz+dXqImD0fYy3rdyZHQDlOMaTVWLA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730756AbfHTUFM (ORCPT ); Tue, 20 Aug 2019 16:05:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:54940 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729950AbfHTUFM (ORCPT ); Tue, 20 Aug 2019 16:05:12 -0400 Received: from mail-qk1-f169.google.com (mail-qk1-f169.google.com [209.85.222.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A505022DD3; Tue, 20 Aug 2019 20:05:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566331510; bh=wPpvb7w4ZKK6Za329CALdlZ/QeVsFqPOrpteemAh5kU=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=pDduHfGNGtlYNON8kaipkj6CjpJTHzUl4j/Z8xrp47pWhQUJEAiq4JiwKgWXRLadR /DG87Exz4v3At1yOpMtqkAnAASL7WI+QyVfW0/qZkkPO8jK06bjkJavInnGpQYCTY2 bxijbHo3Vt5y68ol8NpyW7FobeIhWKBpEOhxcHlo= Received: by mail-qk1-f169.google.com with SMTP id s145so5602209qke.7; Tue, 20 Aug 2019 13:05:10 -0700 (PDT) X-Gm-Message-State: APjAAAXN1MnHNLEqZQJQTMw7V/qWBPT4/fWoyblMzLPDnNZHXa5nimnG KaGdfMRDhOGZuRO8Nvh2rIBE2FZqI3B5BzWxOw== X-Google-Smtp-Source: APXvYqwpre99OTn6TP/Lj9LeoHcq3KGHlCF+SFWyD+78wdOZa/nObGtCvRvNm/ywPu1TCCL4dplsSFSV0hb534aL8dE= X-Received: by 2002:a37:a44a:: with SMTP id n71mr27280264qke.393.1566331509857; Tue, 20 Aug 2019 13:05:09 -0700 (PDT) MIME-Version: 1.0 References: <1566315318-30320-1-git-send-email-krzk@kernel.org> <1566315318-30320-3-git-send-email-krzk@kernel.org> In-Reply-To: From: Rob Herring Date: Tue, 20 Aug 2019 15:04:57 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v6 3/4] dt-bindings: arm: fsl: Add Kontron i.MX6UL N6310 compatibles To: Krzysztof Kozlowski Cc: Schrempf Frieder , Mark Rutland , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 20, 2019 at 1:36 PM Krzysztof Kozlowski wrote: > > On Tue, 20 Aug 2019 at 18:59, Rob Herring wrote: > > > > On Tue, Aug 20, 2019 at 10:35 AM Krzysztof Kozlowski wrote: > > > > > > Add the compatibles for Kontron i.MX6UL N6310 SoM and boards. > > > > > > Signed-off-by: Krzysztof Kozlowski > > > > > > --- > > > > > > Changes since v5: > > > New patch > > > --- > > > Documentation/devicetree/bindings/arm/fsl.yaml | 3 +++ > > > 1 file changed, 3 insertions(+) > > > > > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > > > index 7294ac36f4c0..d07b3c06d7cf 100644 > > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > > > @@ -161,6 +161,9 @@ properties: > > > items: > > > - enum: > > > - fsl,imx6ul-14x14-evk # i.MX6 UltraLite 14x14 EVK Board > > > + - kontron,imx6ul-n6310-som # Kontron N6310 SOM > > > + - kontron,imx6ul-n6310-s # Kontron N6310 S Board > > > + - kontron,imx6ul-n6310-s-43 # Kontron N6310 S 43 Board > > > > This doesn't match what is in your dts files. Run 'make dtbs_check' and see. > > You mean the name does not match? I thought that '#' is a comment in YAML... No, the number of compatible strings is the problem. > The dtbs_check fail on missing dt-mk-schema. Any reason why it is not > in the scripts? Because it is not just that script, but the whole project of scripts, schemas and meta-schemas. Read the instructions in Documentation/devicetree/writing-schema.md(.rst in next). Rob