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 3D351C433FE for ; Tue, 11 Oct 2022 15:22:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230483AbiJKPWo (ORCPT ); Tue, 11 Oct 2022 11:22:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231717AbiJKPWV (ORCPT ); Tue, 11 Oct 2022 11:22:21 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6C93120EF8; Tue, 11 Oct 2022 08:13:46 -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 dfw.source.kernel.org (Postfix) with ESMTPS id C7FE0611E3; Tue, 11 Oct 2022 14:54:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7897BC433D7; Tue, 11 Oct 2022 14:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500061; bh=DsEm4B5eM384zX7FuS5sZlf+cikKCsf/fQmUm9ZDqTQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B3pER9th2oBVHe3hJIeLQqrFBeGpWERFDZBUvGvrozJv9kuDEhWfKK77vIxvmgdxy ucv0XzgJIxAYqtOCpc9XxsdhzeP9UAqDuVijqwyKlbXPiShu+OYUMM8D765z18sg29 6SJsiQ2moBo/Tw5+WO0g+CtmiHQkOlPS0B4NPro6aUNyCfU36y9EZnioevYRSIfv1b VdHVZCaB/B+ah3WO/zKRb+4lmqAXryJajRkObIGla2YoHHW0So0qu/Uv54WmPaX3Gq 6q19xKo0LiCmlW/noNG0aYd9aeOoUUWNtn4qMpcF7sn7ImNy+KajoxMKrLyrWDb1Jg M4TwjDVUGfdVQ== 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.14 4/7] ARM: dts: imx6dl: add missing properties for sram Date: Tue, 11 Oct 2022 10:54:11 -0400 Message-Id: <20221011145414.1625237-4-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145414.1625237-1-sashal@kernel.org> References: <20221011145414.1625237-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 f5848b95633d598bacf0500e0108dc5961af88c0 ] 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/imx6dl.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 8475e6cc59ac..71e7c87c7497 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -63,6 +63,9 @@ soc { ocram: sram@00900000 { compatible = "mmio-sram"; reg = <0x00900000 0x20000>; + ranges = <0 0x00900000 0x20000>; + #address-cells = <1>; + #size-cells = <1>; clocks = <&clks IMX6QDL_CLK_OCRAM>; }; -- 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 7E90BC433F5 for ; Tue, 11 Oct 2022 16:03: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: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=Paqv4vtMNVuksd208x/zrOzKS45u0eB5M+r31aa6f88=; b=fcawnNQ4uT0WML TrZ7tRaMLmAb1lROvPU7aJLbsSp8W9YqyJKwVY2/+3H1gGvpSEIVvtaxfxj6/BZUipOpgcTkpv3Yc ObnXH/Gkj4jyNI+1Hxd89HigrrEAKRX8gc3swcmjAbGjt/MDFplUw5VRM3xgaaKSpe+IoFSSVRzwC U8bcp2vrliVE6H6OCN4UtEXMJ2ZYqWyBTIJ/4RYtHEyANerXkpj27yBkWgOn01yFbrSB4kcr0X6ZC 9eapyTO6EuNrpCEtfdXJhBf4T1xYx3jAjmSM3BbFBNzTPT8SrbGUl8Zv0ObSupFyD/ptoHI62Mqc0 QCrAd1n1Lg9JvafKIL6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiHi8-0051s3-T4; Tue, 11 Oct 2022 16:02:29 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oiGeF-004ZVM-Tb for linux-arm-kernel@lists.infradead.org; Tue, 11 Oct 2022 14:54:25 +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 6F415B8163D; Tue, 11 Oct 2022 14:54:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7897BC433D7; Tue, 11 Oct 2022 14:54:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665500061; bh=DsEm4B5eM384zX7FuS5sZlf+cikKCsf/fQmUm9ZDqTQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B3pER9th2oBVHe3hJIeLQqrFBeGpWERFDZBUvGvrozJv9kuDEhWfKK77vIxvmgdxy ucv0XzgJIxAYqtOCpc9XxsdhzeP9UAqDuVijqwyKlbXPiShu+OYUMM8D765z18sg29 6SJsiQ2moBo/Tw5+WO0g+CtmiHQkOlPS0B4NPro6aUNyCfU36y9EZnioevYRSIfv1b VdHVZCaB/B+ah3WO/zKRb+4lmqAXryJajRkObIGla2YoHHW0So0qu/Uv54WmPaX3Gq 6q19xKo0LiCmlW/noNG0aYd9aeOoUUWNtn4qMpcF7sn7ImNy+KajoxMKrLyrWDb1Jg M4TwjDVUGfdVQ== 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.14 4/7] ARM: dts: imx6dl: add missing properties for sram Date: Tue, 11 Oct 2022 10:54:11 -0400 Message-Id: <20221011145414.1625237-4-sashal@kernel.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221011145414.1625237-1-sashal@kernel.org> References: <20221011145414.1625237-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_075424_134964_075A2CE1 X-CRM114-Status: UNSURE ( 9.75 ) 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 f5848b95633d598bacf0500e0108dc5961af88c0 ] 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/imx6dl.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 8475e6cc59ac..71e7c87c7497 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -63,6 +63,9 @@ soc { ocram: sram@00900000 { compatible = "mmio-sram"; reg = <0x00900000 0x20000>; + ranges = <0 0x00900000 0x20000>; + #address-cells = <1>; + #size-cells = <1>; clocks = <&clks IMX6QDL_CLK_OCRAM>; }; -- 2.35.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel