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 4EA94C43219 for ; Thu, 9 Dec 2021 17:10:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242501AbhLIRO2 (ORCPT ); Thu, 9 Dec 2021 12:14:28 -0500 Received: from mail-oi1-f179.google.com ([209.85.167.179]:38767 "EHLO mail-oi1-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242650AbhLIROU (ORCPT ); Thu, 9 Dec 2021 12:14:20 -0500 Received: by mail-oi1-f179.google.com with SMTP id r26so9568547oiw.5; Thu, 09 Dec 2021 09:10:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=vDpBlTT4D85f/awNnonitBOckiP0o6Fp6s+m19mtbZM=; b=jWdXzn4yM0gdTsrRXWFitdcUYPMtoVUMY6OsRtfujqxKs5e7ZKenimlQqVMZx/rmnP weBzyAdah/IFlm04JLGuHAUq8c9a/VDxQkFZbtcarm3hvx2QkBD6kphbEuwI8V8WIA4U ahItLwuMSaONmSlKIeqR+y2yidqopohORu81hsrbX74VEgd2CYLFqlg0eBScTTIIUBxU YrCjyHtqtvpnTOZYazFtBTrHfJvO4+cMZEK6993/Il1iePR8HlLA4VS9P0x8I6W5axxF 86ZpYXsu0Wzs20UB96LG7tyXEsk2ub+QFCmlP0xe1DOMpC237JFSrWdP+e8QN6HdEf+a s1/Q== X-Gm-Message-State: AOAM532FtyHDU/HWeH0OD0c5XTwtml/CeQ+vV9bo9wxfdlUF3NLeoGCn sH0a61pCKH2Y1g/IjJrTxw== X-Google-Smtp-Source: ABdhPJw7ide+1YV2hij0cO0+JZY6WR7BBWYDbRGOdQFR+sfaZc/JLYJtsJrI1bORVDf1mb1yDZMe0g== X-Received: by 2002:aca:603:: with SMTP id 3mr6899169oig.98.1639069845995; Thu, 09 Dec 2021 09:10:45 -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 y12sm105829oiv.49.2021.12.09.09.10.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Dec 2021 09:10:45 -0800 (PST) Received: (nullmailer pid 3089524 invoked by uid 1000); Thu, 09 Dec 2021 17:10:42 -0000 From: Rob Herring To: Tudor Ambarus Cc: linux-kernel@vger.kernel.org, robh+dt@kernel.org, devicetree@vger.kernel.org, nicolas.ferre@microchip.com, broonie@kernel.org, ludovic.desroches@microchip.com, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, alexandre.belloni@bootlin.com In-Reply-To: <20211209122939.339810-2-tudor.ambarus@microchip.com> References: <20211209122939.339810-1-tudor.ambarus@microchip.com> <20211209122939.339810-2-tudor.ambarus@microchip.com> Subject: Re: [PATCH 1/2] dt-bindings: spi: atmel,quadspi: Convert to json-schema Date: Thu, 09 Dec 2021 11:10:42 -0600 Message-Id: <1639069842.758236.3089523.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Thu, 09 Dec 2021 14:29:38 +0200, Tudor Ambarus wrote: > Convert the Atmel QuadSPI controller Device Tree binding documentation > to json-schema. > > Signed-off-by: Tudor Ambarus > --- > .../bindings/spi/atmel,quadspi.yaml | 87 +++++++++++++++++++ > .../devicetree/bindings/spi/atmel-quadspi.txt | 37 -------- > 2 files changed, 87 insertions(+), 37 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/atmel,quadspi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/atmel-quadspi.txt > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1565734 spi@f0024000: 'clock-names' is a required property arch/arm/boot/dts/at91-sama5d27_som1_ek.dt.yaml arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dt.yaml 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 279BFC433FE for ; Thu, 9 Dec 2021 17:12:18 +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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:References:In-Reply-To:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=GfbfStrXrLCKPp00N22GOhnTMFlEYbljre6x4b35ozc=; b=dCgiJx3AVjzb2HwgSj4/upSETh a4+qJ7WdpC9CfXO2g7sqJPnKJ1OmTfbXmeADy3mX1rkPnf3jQb+qy84zbqal42qFeXEgAU57Vrgzj Gc4uUIyeUEsy/AU6zFo9wZ4c5ZEHL8BdSbOwibjCi3XczLw8oVfwmZzZ7/td0/nlniuzvuCwrPM9p hvGZiM+9FQGr9kpOur5OjgRrny/TKDDggon2slc6pDlse7MLztgvaiyezhaRrH1KXa9Fh+FcFuUtI RYx26b+siQKaVQIotfKCP4Mma9w42C5UMbITW0dxuoM8mijpaBUp9qHAnz7OHtq7fH3C+XftITRtN pkkZCm/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvMwV-00GtRR-5O; Thu, 09 Dec 2021 17:10:51 +0000 Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvMwR-00GtQF-Bw for linux-arm-kernel@lists.infradead.org; Thu, 09 Dec 2021 17:10:48 +0000 Received: by mail-oi1-f172.google.com with SMTP id s139so9484367oie.13 for ; Thu, 09 Dec 2021 09:10:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=vDpBlTT4D85f/awNnonitBOckiP0o6Fp6s+m19mtbZM=; b=GMLpk/aotrCr3GpSiAkD//JfXfglQ0poY2UIADR23zl+e0ZpEdTLGtU1hbhIhpnI24 1EuHylN2qDeugUlxe8n/3rG8hpfTnLqP5V6iP4CDTKoeI4qJkDZ2tw/tNxGco8zWH+jX AGMRwUE59CS5oSAiNN3Oo4NbXfWDQgPjBtzK8l2hKsaHzSI4w/0dGNHCS+8CDVEY70NY mKQ0Pb19sxh9ZW2MTSONZt+N2PbZKN9uywZwaNQMlHI9297LZcULdCAZPrIzbEr7rfU8 zXvxwy1pkhslYh6/xn5hAkZAzB+ToHwGmnAwDO/EdiL91O7XmeRq8q2xaTngiT1PbHpp UAIg== X-Gm-Message-State: AOAM530/1fwfw9laM8bJfBnyI/qkyCZPWs1IOPTCUAGLtyG4P8CuMxlN rHl1ATMVwmZROtX/yO94RWSP5WEzAg== X-Google-Smtp-Source: ABdhPJw7ide+1YV2hij0cO0+JZY6WR7BBWYDbRGOdQFR+sfaZc/JLYJtsJrI1bORVDf1mb1yDZMe0g== X-Received: by 2002:aca:603:: with SMTP id 3mr6899169oig.98.1639069845995; Thu, 09 Dec 2021 09:10:45 -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 y12sm105829oiv.49.2021.12.09.09.10.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Dec 2021 09:10:45 -0800 (PST) Received: (nullmailer pid 3089524 invoked by uid 1000); Thu, 09 Dec 2021 17:10:42 -0000 From: Rob Herring To: Tudor Ambarus In-Reply-To: <20211209122939.339810-2-tudor.ambarus@microchip.com> References: <20211209122939.339810-1-tudor.ambarus@microchip.com> <20211209122939.339810-2-tudor.ambarus@microchip.com> Subject: Re: [PATCH 1/2] dt-bindings: spi: atmel, quadspi: Convert to json-schema Date: Thu, 09 Dec 2021 11:10:42 -0600 Message-Id: <1639069842.758236.3089523.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211209_091047_436733_EF89ABF0 X-CRM114-Status: GOOD ( 11.01 ) 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: , Cc: devicetree@vger.kernel.org, alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org, robh+dt@kernel.org, ludovic.desroches@microchip.com, broonie@kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 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 Thu, 09 Dec 2021 14:29:38 +0200, Tudor Ambarus wrote: > Convert the Atmel QuadSPI controller Device Tree binding documentation > to json-schema. > > Signed-off-by: Tudor Ambarus > --- > .../bindings/spi/atmel,quadspi.yaml | 87 +++++++++++++++++++ > .../devicetree/bindings/spi/atmel-quadspi.txt | 37 -------- > 2 files changed, 87 insertions(+), 37 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/atmel,quadspi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/atmel-quadspi.txt > Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings. Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future. Full log is available here: https://patchwork.ozlabs.org/patch/1565734 spi@f0024000: 'clock-names' is a required property arch/arm/boot/dts/at91-sama5d27_som1_ek.dt.yaml arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dt.yaml _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel