]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: dts: t210: add l4t dts support for T210
authorJeetesh Burman <jburman@nvidia.com>
Tue, 10 Mar 2015 07:39:45 +0000 (13:09 +0530)
committerVenkat Moganty <vmoganty@nvidia.com>
Tue, 17 Mar 2015 08:52:24 +0000 (01:52 -0700)
By default some nodes disabled in tegra210-ers-e2220-1170-a00-00.dts
and tegra210-ers-e2220-1180-a00-00.dts, which is required for
L4T, hence L4T specific dts file created to enable those nodes.

Bug 200073357
Bug 200051212

Change-Id: Id0a63184ae6bad92cbe3204383a413ac4300492c
Signed-off-by: Jeetesh Burman <jburman@nvidia.com>
Reviewed-on: http://git-master/r/710299
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Tested-by: Venkat Moganty <vmoganty@nvidia.com>
arch/arm64/boot/dts/Makefile
arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1170-a00-00.dts [new file with mode: 0644]
arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1180-a00-00.dts [new file with mode: 0644]

index c0972aeef8c7497413a295cea1393eefa2fcff97..4cde90ea8865c262b282d1d7dc851d38c34dcd95 100644 (file)
@@ -16,7 +16,9 @@ dtb-$(CONFIG_MACH_T132REF) += tegra132-interposer-e2141-1100-a00-00-cboot.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-grenada.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-e2190-1100-a00-00.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-e2220-1170-a00-00.dtb
+dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-l4t-ers-e2220-1170-a00-00.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-e2220-1180-a00-00.dtb
+dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-l4t-ers-e2220-1180-a00-00.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-e2220-1199-a00-00.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-p2143-1170-a00-00.dtb
 dtb-$(CONFIG_ARCH_TEGRA_21x_SOC) += tegra210-ers-p2143-1199-a00-00.dtb
diff --git a/arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1170-a00-00.dts b/arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1170-a00-00.dts
new file mode 100644 (file)
index 0000000..8e059bd
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 2015, NVIDIA CORPORATION.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ */
+
+#include "tegra210-ers-e2220-1170-a00-00.dts"
+
+/ {
+       nvidia,dtsfilename = __FILE__;
+       host1x {
+               dsi {
+                       panel-j-1440-810-5-8 {
+                               status = "okay";
+                       };
+               };
+       };
+       udc@7d000000 {
+               status = "okay";
+       };
+       otg@7d000000 {
+               status = "okay";
+       };
+};
+
diff --git a/arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1180-a00-00.dts b/arch/arm64/boot/dts/tegra210-l4t-ers-e2220-1180-a00-00.dts
new file mode 100644 (file)
index 0000000..515beeb
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ * Copyright (c) 2015, NVIDIA CORPORATION.  All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+ */
+
+#include "tegra210-ers-e2220-1180-a00-00.dts"
+
+/ {
+       nvidia,dtsfilename = __FILE__;
+       host1x {
+               dsi {
+                       panel-j-1440-810-5-8 {
+                               status = "okay";
+                       };
+               };
+       };
+       udc@7d000000 {
+               status = "okay";
+       };
+       otg@7d000000 {
+               status = "okay";
+       };
+};
+