summaryrefslogtreecommitdiff
path: root/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2019-06-12 23:26:26 +0300
committerTom Rini <trini@konsulko.com>2019-07-13 18:11:31 +0300
commit550eebcfb43f7b7bfb17107c3c01eef5d116b402 (patch)
treedf9b4822d0b8ebf4081a2d71db47abd21a77ea83 /arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
parent1164c546d59cdcea386ea4056362261a1d21ca5d (diff)
downloadu-boot-550eebcfb43f7b7bfb17107c3c01eef5d116b402.tar.xz
ARM: dts: logicpd som-lvs and torpedos: Shrink SPL DTB
Since we have limited resources in SPL, it is the best interest to keep the SPL as small as possible and that includes the DTB. There are a few items in the device tree that can be removed, because these boards don't use them. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi')
-rw-r--r--arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi16
1 files changed, 9 insertions, 7 deletions
diff --git a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
index 956199a2b4..1abd9a3887 100644
--- a/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
+++ b/arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
@@ -10,6 +10,11 @@
chosen {
stdout-path = &uart1;
};
+
+ aliases {
+ /delete-property/ serial1;
+ /delete-property/ serial2;
+ };
};
&i2c1 {
@@ -20,11 +25,8 @@
clock-frequency = <400000>;
};
-&mmc2 {
- status = "disabled";
-};
-
-&mmc3 {
- status = "disabled";
-};
+/delete-node/ &uart2;
+/delete-node/ &uart3;
+/delete-node/ &mmc2;
+/delete-node/ &mmc3;