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=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 578E6C388F7 for ; Tue, 10 Nov 2020 15:43:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 09697206A1 for ; Tue, 10 Nov 2020 15:43:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vUsSLgCM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731462AbgKJPnw (ORCPT ); Tue, 10 Nov 2020 10:43:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:38076 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730681AbgKJPnw (ORCPT ); Tue, 10 Nov 2020 10:43:52 -0500 Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (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 57F61206A1; Tue, 10 Nov 2020 15:43:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605023031; bh=uCEkPHk3i5H3QXvOGo5NpwKxkLBk3zQGpI0v+bfF5kk=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=vUsSLgCMmvi6fyrJsiFhX0ycHitwB47PBU2zHPa48AAmdWRMzeIavY86JaHFAvNK8 aYO36n4BJpbmE/lPeIFn+Eo2PgG76k/66cOCtuXftWioei4K1lhTZDanH941yK0Fn8 Hz9A8MHSbJNac8nEC5XTJ3k2iDtzAfM6mlXjFNDw= Received: by mail-oi1-f170.google.com with SMTP id m17so14823694oie.4; Tue, 10 Nov 2020 07:43:51 -0800 (PST) X-Gm-Message-State: AOAM531EfV4XAZGm4NQIRD3K70Ya++Zi+rot9sIdrDE7NWkVaJ/C1LC4 mud6MeCDDjXAMJCxChm4SoIra4clXgUmT0HHwA== X-Google-Smtp-Source: ABdhPJz7STEfC4g7LX/bvaOov8G9BfxKI6JR4ciSxAAsm7c9wXNQJwAZ0wJLz2CcbRHNKUNUCVcrce9bIoJy3ifnc6M= X-Received: by 2002:aca:fdd4:: with SMTP id b203mr3219209oii.152.1605023030597; Tue, 10 Nov 2020 07:43:50 -0800 (PST) MIME-Version: 1.0 References: <20201022075218.11880-1-o.rempel@pengutronix.de> <20201022075218.11880-3-o.rempel@pengutronix.de> In-Reply-To: <20201022075218.11880-3-o.rempel@pengutronix.de> From: Rob Herring Date: Tue, 10 Nov 2020 09:43:39 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 2/2] dt-bindings: can: flexcan: convert fsl,*flexcan bindings to yaml To: Oleksij Rempel , Marc Kleine-Budde Cc: Wolfgang Grandegger , "David S. Miller" , Jakub Kicinski , Sascha Hauer , linux-can@vger.kernel.org, netdev , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , Joakim Zhang Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Oct 22, 2020 at 2:52 AM Oleksij Rempel wrote: > > In order to automate the verification of DT nodes convert > fsl-flexcan.txt to fsl,flexcan.yaml > > Signed-off-by: Oleksij Rempel > Link: https://lore.kernel.org/r/20201016073315.16232-3-o.rempel@pengutronix.de > Signed-off-by: Marc Kleine-Budde > --- > .../bindings/net/can/fsl,flexcan.yaml | 135 ++++++++++++++++++ > .../bindings/net/can/fsl-flexcan.txt | 57 -------- > 2 files changed, 135 insertions(+), 57 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml > delete mode 100644 Documentation/devicetree/bindings/net/can/fsl-flexcan.txt Why did this go into v5.10-rc3? It's not a fix and now a fix is needed: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/clock/imx5-clock.example.dt.yaml: can@53fc8000: compatible: 'oneOf' conditional failed, one must be fixed: ['fsl,imx53-flexcan', 'fsl,p1010-flexcan'] is too long Additional items are not allowed ('fsl,p1010-flexcan' was unexpected) 'fsl,imx53-flexcan' is not one of ['fsl,imx7d-flexcan', 'fsl,imx6ul-flexcan', 'fsl,imx6sx-flexcan'] 'fsl,imx53-flexcan' is not one of ['fsl,ls1028ar1-flexcan'] 'fsl,imx6q-flexcan' was expected 'fsl,lx2160ar1-flexcan' was expected From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/net/can/fsl,flexcan.example.dt.yaml: can@2090000: fsl,stop-mode: [[4294967295, 52, 28]] is too short From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml