summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-12-06 09:39:20 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-02-23 08:42:08 +0100
commit2f22ce556e38010ae5f94564b74ba6194f239b73 (patch)
tree6406ce0c1af9934331a062b0613bee6c147efee0 /arch
parente6c0ea054cf99305399669672011c99a77a4911b (diff)
downloadlinux-stable-2f22ce556e38010ae5f94564b74ba6194f239b73.tar.gz
linux-stable-2f22ce556e38010ae5f94564b74ba6194f239b73.tar.bz2
linux-stable-2f22ce556e38010ae5f94564b74ba6194f239b73.zip
ARM: dts: imx27: Fix sram node
[ Upstream commit 2fb7b2a2f06bb3f8321cf26c33e4e820c5b238b6 ] Per sram.yaml, address-cells, size-cells and ranges are mandatory. Pass them to fix the following dt-schema warnings: Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/imx27.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 7bc132737a37..8ae24c865521 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -588,6 +588,9 @@
iram: sram@ffff4c00 {
compatible = "mmio-sram";
reg = <0xffff4c00 0xb400>;
+ ranges = <0 0xffff4c00 0xb400>;
+ #address-cells = <1>;
+ #size-cells = <1>;
};
};
};