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 80FE0C433EF for ; Thu, 20 Jan 2022 17:36:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231835AbiATRgm (ORCPT ); Thu, 20 Jan 2022 12:36:42 -0500 Received: from mail-ot1-f43.google.com ([209.85.210.43]:44613 "EHLO mail-ot1-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231818AbiATRgl (ORCPT ); Thu, 20 Jan 2022 12:36:41 -0500 Received: by mail-ot1-f43.google.com with SMTP id a10-20020a9d260a000000b005991bd6ae3eso8456217otb.11; Thu, 20 Jan 2022 09:36:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WrX4RV5ysW0eX2CGJIXQSl/WeTomxdQMP58KeR+spxE=; b=I9OX+pEOqCIGnHNJ4+9sFjgWb1cKv9Jp+HnNOhFqQ40IvHxk/SLubcNmfRayl2rTMo m3uDqQbmVSzLPaG1Ay/PFOL1j38m+Njzu66Z0HtbXr4fld2AxEOFUaPwrbYre1Wugg6a 0wPzwAj+EkCNROqR2UhVgBoNweqVbwwBdoBAcqwKfTTTxwV6ldCwzImUMo2uAhKOClAN CzFrDcP99ftupja08jUO6k4TGqX4TvPVAEQ7CwB0N7ohE0eIR+I/x5PjKfgwn9ZisU8d LReZp2eom3c44GQ7zolnD3SVdqaToROjM3Imi/H+NWWnWAUOZ69DZkEV6zkcMmTsX6aF j12w== X-Gm-Message-State: AOAM533wLTARc7WbMK1xaGtjlZw9F/ktjt05hqmM+MfXTSOozhYzPqJL p7ZW0c6Vbt5Bt4TwrWWMjQ== X-Google-Smtp-Source: ABdhPJxDTZOBw8MHBl2N7Vjg2CtBXyfBif+NH70e74zuFxGUs8bgC25UKRzfIjDXQ/+mTARQ5fTp6w== X-Received: by 2002:a9d:75d6:: with SMTP id c22mr9166540otl.273.1642700200671; Thu, 20 Jan 2022 09:36:40 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id h5sm1446668oor.4.2022.01.20.09.36.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 09:36:39 -0800 (PST) Received: (nullmailer pid 1649046 invoked by uid 1000); Thu, 20 Jan 2022 17:36:38 -0000 Date: Thu, 20 Jan 2022 11:36:38 -0600 From: Rob Herring To: Rob Herring Cc: netdev@vger.kernel.org, Wolfgang Grandegger , linux-kernel@vger.kernel.org, Rui Miguel Silva , Fabio Estevam , Sascha Hauer , Jakub Kicinski , Mauro Carvalho Chehab , Shawn Guo , devicetree@vger.kernel.org, Sriram Dash , NXP Linux Team , "David S. Miller" , linux-arm-kernel@lists.infradead.org, Martin Kepplinger , Laurent Pinchart , Pengutronix Kernel Team , Chandrasekar Ramakrishnan , Marc Kleine-Budde , linux-can@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Fix array schemas encoded as matrices Message-ID: References: <20220119015627.2443334-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220119015627.2443334-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-can@vger.kernel.org On Tue, 18 Jan 2022 19:56:26 -0600, Rob Herring wrote: > The YAML DT encoding has leaked into some array properties. Properties > which are defined as an array should have a schema that's just an array. > That means there should only be a single level of 'minItems', > 'maxItems', and/or 'items'. > > Signed-off-by: Rob Herring > --- > .../bindings/media/nxp,imx7-mipi-csi2.yaml | 12 ++-- > .../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 12 ++-- > .../bindings/net/can/bosch,m_can.yaml | 52 ++++++++-------- > .../bindings/net/ethernet-controller.yaml | 59 +++++++++---------- > 4 files changed, 62 insertions(+), 73 deletions(-) > Applied, thanks! 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0D185C433F5 for ; Thu, 20 Jan 2022 17:37:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=l1T9udxVWRxOTGu5eFtjA/ifiL3yH85qlr4ROecpziI=; b=YbTv2LV4hu4Jaa TZfqj5tumsliLeahlDPeKr3V/4lVniordX/XVNfrgdGJ3xtP2LA72mcOFa8Zo68po/IuFsHQHwmB2 woWg93xe01rr7S3eDftfoXPOsxavTWdWy4t8XQGKqd6IZmQLt9YQOXyMjqnbmLziBx5jM94D1G3as 3y2/fe4wzRxdRmQhM6b+MLD+e2QJ8Y1sTLMvxCmqLE+NWuPBExdchm5xd2qWqIKtSjjZbfMpXr7XD BN2It/PLoSZSibWMI7QdUdgGdtoFAFjf6MNxUm5C4qPCF6Fs8yT2i6hwxN2sRxAI5yt7Ei2jQSu3n OZzz6BlmrPAwyQ1WIKqQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAbMa-00Cbmd-Ux; Thu, 20 Jan 2022 17:36:45 +0000 Received: from mail-ot1-f49.google.com ([209.85.210.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAbMY-00Cbky-13 for linux-arm-kernel@lists.infradead.org; Thu, 20 Jan 2022 17:36:43 +0000 Received: by mail-ot1-f49.google.com with SMTP id v8-20020a9d6048000000b005960952c694so8463265otj.12 for ; Thu, 20 Jan 2022 09:36:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WrX4RV5ysW0eX2CGJIXQSl/WeTomxdQMP58KeR+spxE=; b=aZW5ogkBPuKX76UexL+RPRw5rJ6JdDFcYjvvH20tsI7uN8TA8YZgKuz9Xsv+eGPP9x 4t5THxs11ZuEPaebRQacjvYqMl03ZoDjQWCZpAfU+tfc2LdbeJN5lngRSNNJUcHyarN9 0sqI/9UVII9DnIwWdnRLyf3XFwgOub5awv1W1hIF+NkcY/qcLhYJxei4Diy67IFkUtHu P7/fekmYSm2VG7GHTdc53LXD7dpCJRqYT0UCrMXtjXMw0S8k64y7lfUmVm+XLJO74CUJ 0BV1hmiPhikNWnrRhiCJYfHjM3wYaYaBgaeUpTZRY2losM2LuDUicQ839qxxD50lymvq RCSA== X-Gm-Message-State: AOAM530Sce7od86D2kRnEwQDoInvW4v/T9owZgapLp7oGo4yV8lc+kAQ LPByfiuQ4oUcZSbYWS+Niw== X-Google-Smtp-Source: ABdhPJxDTZOBw8MHBl2N7Vjg2CtBXyfBif+NH70e74zuFxGUs8bgC25UKRzfIjDXQ/+mTARQ5fTp6w== X-Received: by 2002:a9d:75d6:: with SMTP id c22mr9166540otl.273.1642700200671; Thu, 20 Jan 2022 09:36:40 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id h5sm1446668oor.4.2022.01.20.09.36.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jan 2022 09:36:39 -0800 (PST) Received: (nullmailer pid 1649046 invoked by uid 1000); Thu, 20 Jan 2022 17:36:38 -0000 Date: Thu, 20 Jan 2022 11:36:38 -0600 From: Rob Herring To: Rob Herring Cc: netdev@vger.kernel.org, Wolfgang Grandegger , linux-kernel@vger.kernel.org, Rui Miguel Silva , Fabio Estevam , Sascha Hauer , Jakub Kicinski , Mauro Carvalho Chehab , Shawn Guo , devicetree@vger.kernel.org, Sriram Dash , NXP Linux Team , "David S. Miller" , linux-arm-kernel@lists.infradead.org, Martin Kepplinger , Laurent Pinchart , Pengutronix Kernel Team , Chandrasekar Ramakrishnan , Marc Kleine-Budde , linux-can@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [PATCH] dt-bindings: Fix array schemas encoded as matrices Message-ID: References: <20220119015627.2443334-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220119015627.2443334-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220120_093642_093691_D6119E87 X-CRM114-Status: GOOD ( 10.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tue, 18 Jan 2022 19:56:26 -0600, Rob Herring wrote: > The YAML DT encoding has leaked into some array properties. Properties > which are defined as an array should have a schema that's just an array. > That means there should only be a single level of 'minItems', > 'maxItems', and/or 'items'. > > Signed-off-by: Rob Herring > --- > .../bindings/media/nxp,imx7-mipi-csi2.yaml | 12 ++-- > .../bindings/media/nxp,imx8mq-mipi-csi2.yaml | 12 ++-- > .../bindings/net/can/bosch,m_can.yaml | 52 ++++++++-------- > .../bindings/net/ethernet-controller.yaml | 59 +++++++++---------- > 4 files changed, 62 insertions(+), 73 deletions(-) > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel