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-02-16 13:31:24 -0600
committerTom Rini <trini@konsulko.com>2019-02-19 16:58:23 -0500
commit0cd9465c0bf41b75ebd58b72c3bcf888486521e9 (patch)
tree9c862b9a7480d107364b75e8f1b257f0e69e5b5b /arch/arm/dts/logicpd-som-lv-37xx-devkit-u-boot.dtsi
parented59a76db0e9909fbdcf93146b115081b9d44c49 (diff)
ARM: omap3_logic: Enable SPL booting device tree
With the generic omap3-u-boot.dtsi file available, this patch increased the memory of the various incarnations of the omap3_logic board, and points their respective u-boot.dtsi files to the newly created generic one, and removes the PLATDATA from the board file. These are all done at once because the're all utilizing the same omap3logic.c board file. 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.dtsi6
1 files changed, 2 insertions, 4 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 6445048fe00..956199a2b42 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
@@ -4,6 +4,8 @@
* Logic PD - http://www.logicpd.com
*/
+#include "omap3-u-boot.dtsi"
+
/ {
chosen {
stdout-path = &uart1;
@@ -18,10 +20,6 @@
clock-frequency = <400000>;
};
-&mmc1 {
- cd-gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* gpio_110 */
-};
-
&mmc2 {
status = "disabled";
};