summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-11-06 08:11:53 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-06 11:23:30 +0100
commite71a1a2899a2001ccf93632557af5c5793907ab9 (patch)
tree638a0c89359f7a9acd1893672a18759a912c2728 /arch/arm/dts
parent4e0c57fab935d99934165af7c4e8c6bb46bc74a5 (diff)
downloadbarebox-e71a1a2899a2001ccf93632557af5c5793907ab9.tar.gz
barebox-e71a1a2899a2001ccf93632557af5c5793907ab9.tar.xz
ARM: dts: stm32mp157a-dk1: remove unnecessary sram node
This node has so far been unused and is a remnant from when the stm32mp device drivers weren't completely upstream yet. Drop the node. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/stm32mp157a-dk1.dtsi13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/dts/stm32mp157a-dk1.dtsi b/arch/arm/dts/stm32mp157a-dk1.dtsi
index fc946ed9f4..e9e386a664 100644
--- a/arch/arm/dts/stm32mp157a-dk1.dtsi
+++ b/arch/arm/dts/stm32mp157a-dk1.dtsi
@@ -31,17 +31,4 @@
default-state = "on";
};
};
-
- sram: sram@10050000 {
- compatible = "mmio-sram";
- reg = <0x10050000 0x10000>;
- #address-cells = <1>;
- #size-cells = <1>;
- ranges = <0 0x10050000 0x10000>;
-
- dma_pool: dma_pool@0 {
- reg = <0x0 0x10000>;
- pool;
- };
- };
};