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 39746C4321E for ; Tue, 11 Oct 2022 15:00:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231287AbiJKPAy (ORCPT ); Tue, 11 Oct 2022 11:00:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54208 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231466AbiJKO7W (ORCPT ); Tue, 11 Oct 2022 10:59:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BBE29F776; Tue, 11 Oct 2022 07:54:23 -0700 (PDT) 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 A8D25B8163C; Tue, 11 Oct 2022 14:54:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98BE1C4347C; Tue, 11 Oct 2022 14:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500048; bh=sf1BhSfIdmHSNWJxDrexlCJX7NT42VuDAr23eGuBr98=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f5EzC7rUIE1r1dLR1ReJK88RYqjyinzWXTz5L+mdwCFDwjGYOudq0oaSf1O9Wv0+C zd3eEIKvsoqpqEk78pus4xS/3I0MoiVUbkdCj9gR4EHtt7gG+FZRG7JLR+4OvE6wyM 5HfYYgGFVSx4m8KjB2HJdeTTy4UH2MDrOg70lnc88hevcMNWtV0bijmE+0pHB3Dpzr T2S1n1zqHPKju3zWl7g1CwXScJJsZbHZBRvZyLTdK+KJLIXzGRqpM0ssjwoEtskY6E 2MspD3/Vtc2XDRdXR8qHRHoGPT6AlO5BIdkORbiSByzoLXzzBw2I+5++ShR//0o1q/ +OzLW1H+z+rcw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Alexander Stein , Shawn Guo , Sasha Levin , robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.19 07/11] ARM: dts: imx6sll: add missing properties for sram Date: Tue, 11 Oct 2022 10:53:54 -0400 Message-Id: <20221011145358.1624959-7-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145358.1624959-1-sashal@kernel.org> References: <20221011145358.1624959-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Alexander Stein [ Upstream commit 7492a83ed9b7a151e2dd11d64b06da7a7f0fa7f9 ] All 3 properties are required by sram.yaml. Fixes the dtbs_check warning: sram@900000: '#address-cells' is a required property sram@900000: '#size-cells' is a required property sram@900000: 'ranges' is a required property Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx6sll.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index 7c7d5c47578e..d7d092a5522a 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -131,6 +131,9 @@ soc { ocram: sram@900000 { compatible = "mmio-sram"; reg = <0x00900000 0x20000>; + ranges = <0 0x00900000 0x20000>; + #address-cells = <1>; + #size-cells = <1>; }; L2: l2-cache@a02000 { -- 2.35.1 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 7E43EC433F5 for ; Tue, 11 Oct 2022 15:59:23 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xtvUTIlviulO390PPFMi45JbYWBgQtP0/U0Ag8XiBT4=; b=Is9U2h852JtfzG gU7CdNV5Y1fvCzvcf8NhDgf8sOd/dxrDMOfOr9HhN6Dyp+5OjRpfanJ6TRn+DVSaEu1V3P1rJ4/rU c3Twc83otXRcYqT4DnA/c84Bmx7Swk1c1JBgAkTZgIPnSLaykqPzWq4j47fupiNAcMWZnNtnyttCx fWknNPE/MamYisAxTlhDFT/t1uou7hJ0fl3DBJ9H3yoJmYQeCL+ln1tffaCq10NhjU9fnc/PbqV8a htfMw15mSBFQU2nhNVU49p4w9mbbbRPFZz7vP2zIhT/jF+AXKm28wcQBg5G6vlV2xU0KtIAdJ4Gu6 h0keTh4wDOhbKBE9Cz7w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiHe6-0050EP-Qu; Tue, 11 Oct 2022 15:58:19 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiGe3-004ZO2-P8 for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:54:13 +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 sin.source.kernel.org (Postfix) with ESMTPS id A2496CE1748; Tue, 11 Oct 2022 14:54:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98BE1C4347C; Tue, 11 Oct 2022 14:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500048; bh=sf1BhSfIdmHSNWJxDrexlCJX7NT42VuDAr23eGuBr98=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=f5EzC7rUIE1r1dLR1ReJK88RYqjyinzWXTz5L+mdwCFDwjGYOudq0oaSf1O9Wv0+C zd3eEIKvsoqpqEk78pus4xS/3I0MoiVUbkdCj9gR4EHtt7gG+FZRG7JLR+4OvE6wyM 5HfYYgGFVSx4m8KjB2HJdeTTy4UH2MDrOg70lnc88hevcMNWtV0bijmE+0pHB3Dpzr T2S1n1zqHPKju3zWl7g1CwXScJJsZbHZBRvZyLTdK+KJLIXzGRqpM0ssjwoEtskY6E 2MspD3/Vtc2XDRdXR8qHRHoGPT6AlO5BIdkORbiSByzoLXzzBw2I+5++ShR//0o1q/ +OzLW1H+z+rcw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Alexander Stein , Shawn Guo , Sasha Levin , robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH AUTOSEL 4.19 07/11] ARM: dts: imx6sll: add missing properties for sram Date: Tue, 11 Oct 2022 10:53:54 -0400 Message-Id: <20221011145358.1624959-7-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145358.1624959-1-sashal@kernel.org> References: <20221011145358.1624959-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221011_075412_060220_32EAB547 X-CRM114-Status: UNSURE ( 9.65 ) X-CRM114-Notice: Please train this message. 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 From: Alexander Stein [ Upstream commit 7492a83ed9b7a151e2dd11d64b06da7a7f0fa7f9 ] All 3 properties are required by sram.yaml. Fixes the dtbs_check warning: sram@900000: '#address-cells' is a required property sram@900000: '#size-cells' is a required property sram@900000: 'ranges' is a required property Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm/boot/dts/imx6sll.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/imx6sll.dtsi b/arch/arm/boot/dts/imx6sll.dtsi index 7c7d5c47578e..d7d092a5522a 100644 --- a/arch/arm/boot/dts/imx6sll.dtsi +++ b/arch/arm/boot/dts/imx6sll.dtsi @@ -131,6 +131,9 @@ soc { ocram: sram@900000 { compatible = "mmio-sram"; reg = <0x00900000 0x20000>; + ranges = <0 0x00900000 0x20000>; + #address-cells = <1>; + #size-cells = <1>; }; L2: l2-cache@a02000 { -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel