aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuddy Liong <buddy.liong@ti.com>2017-06-12 16:23:30 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2017-08-28 14:45:30 -0500
commitb22bbe0c5fa4fd5eb4609108a750b28a744a643e (patch)
tree44c62957e4c143b42b089db5b2e540b498ec3a8c
parent31f3b68dc77b47973e5401e2be4d551475794005 (diff)
downloadjacinto6evm-b22bbe0c5fa4fd5eb4609108a750b28a744a643e.tar.gz
EarlyVideo: DRA71x combo EarlyVideo and RVC dts
Add dts for DRA71x RVC + early video. Signed-off-by: Buddy Liong <buddy.liong@ti.com>
-rw-r--r--arch/arm/boot/dts/Makefile3
-rw-r--r--arch/arm/boot/dts/dra71-evm-early-video.dts21
2 files changed, 23 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index acdead014370..c1bff8a87485 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -523,7 +523,8 @@ dtb-$(CONFIG_SOC_DRA7XX) += \
dra72-evm-robust-rvc.dtb \
dra71-evm.dtb \
dra71-evm-lcd-auo-g101evn01.0.dtb \
- dra71-evm-robust-rvc.dtb
+ dra71-evm-robust-rvc.dtb \
+ dra71-evm-early-video.dtb
dtb-$(CONFIG_ARCH_ORION5X) += \
orion5x-lacie-d2-network.dtb \
orion5x-lacie-ethernet-disk-mini-v2.dtb \
diff --git a/arch/arm/boot/dts/dra71-evm-early-video.dts b/arch/arm/boot/dts/dra71-evm-early-video.dts
new file mode 100644
index 000000000000..48ae5047116c
--- /dev/null
+++ b/arch/arm/boot/dts/dra71-evm-early-video.dts
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "dra71-evm-robust-rvc.dts"
+
+&reserved_mem{
+ earlyvid_1: earlyvid1@0xA2400000 {
+ reg = <0x0 0xA2400000 0x0 0x600000>;
+ status = "okay";
+ };
+
+ earlyvid_2: earlyvid2@0xA3000000 {
+ reg = <0x0 0xA3000000 0x0 0x100000>;
+ status = "okay";
+ };
+};