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 0FD77C4332F for ; Sat, 31 Dec 2022 07:01:46 +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=uMZbkBXYpXLeaXBDeHNHDaVBsPtXdGbr6lUD/pouqF8=; b=Pyj3HdjXcqUECB FVZu1osyaWdcxJk7AgPcKec6vIbqhieK1o6c7gZRUKJxEzmKGOt6m6W/P/W5/fVVs7LTYXU6PrEVg vqJP/h42oBN7xNZ4NMLD0IufJSRfVqMbmGu+2Sm7vKQ1gptOjVXw0UbXdt3JxaUixSQytgAMYnGe8 0S0SAdMQ7XkK0CSp218b/6UMpdMzuhBOfXPrJMBAQbw6WVNOndqYicXUu+DgMQ7wUaZe6IijC8+nH SwLiYXnvgrcfSqsILWMxw+2k2cQuBPh9lHaBd/mURy3ft8lGohh/K4XyTxYLxd/yb01lp8kfXp60b Cmu1fUDjt0sxKW0by9jQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBVrL-001eCr-7A; Sat, 31 Dec 2022 07:00:47 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pBVrH-001eAl-As for linux-arm-kernel@lists.infradead.org; Sat, 31 Dec 2022 07:00:44 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C4B4DB80123; Sat, 31 Dec 2022 07:00:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DE36C433EF; Sat, 31 Dec 2022 07:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672470039; bh=M97o7uxSHgd5YOKyL9p4EgX/E+ovkY0DuZKwZc7fqvA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=K+T1y3CfTpaKATGa+fzIaihu91IUWDG4aK1Zhp2f1juQtW2XCLgqFf7glvbaGhbBX PoEB7yq+HUMCZgaRxtyzjJKCLcNTzylXy2MMfOcfGJxNpShgUTqtN9GJwPy34skCvF 8QV7xe4lzTIr/fIS02m102Ju6wEskhq5wFKiC40jRYfrDW6dcMAWN+GT/SJZJppGeh De7xduqwtcvCSWjR/kilUNNpvRY6fuwcgADImhASBPd50t4bucjUUSSQseqWuw6ijt pEv/5kddSXGIOFLntrmaB4HxW9dk9p5nxaA3BqyvlafKrLGowze0+yCG2x0Po0vLeK d2WHx0wYveFbg== Date: Sat, 31 Dec 2022 15:00:32 +0800 From: Shawn Guo To: Fabio Estevam Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Fabio Estevam Subject: Re: [PATCH 1/2] ARM: dts: imx53: Fix sram.yaml warnings Message-ID: <20221231070031.GE6112@T480> References: <20221118132016.1752358-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221118132016.1752358-1-festevam@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221230_230043_537305_4C6EE9C0 X-CRM114-Status: GOOD ( 10.93 ) 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 Fri, Nov 18, 2022 at 10:20:15AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Add ranges, #address-cells and #size-cells properties to the sram > node to fix the following warnings when checking sram.yaml: > > make dtbs_check DT_SCHEMA_FILES=sram.yaml > ... > DTC_CHK arch/arm/boot/dts/imx53-qsb.dtb > arch/arm/boot/dts/imx53-qsb.dtb: sram@f8000000: '#address-cells' is a required property > From schema: Documentation/devicetree/bindings/sram/sram.yaml > /home/fabio/linux-next/arch/arm/boot/dts/imx53-qsb.dtb: sram@f8000000: '#size-cells' is a required property > From schema: Documentation/devicetree/bindings/sram/sram.yaml > /home/fabio/linux-next/arch/arm/boot/dts/imx53-qsb.dtb: sram@f8000000: 'ranges' is a required property > From schema: Documentation/devicetree/bindings/sram/sram.yaml > > Signed-off-by: Fabio Estevam Applied both, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel