]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: tegra: jetson_cv: DT for 24x7 personality
authorShreshtha SAHU <ssahu@nvidia.com>
Tue, 12 Jan 2016 05:49:51 +0000 (11:19 +0530)
committerWinnie Hsu <whsu@nvidia.com>
Wed, 13 Jan 2016 01:20:39 +0000 (17:20 -0800)
Create top DT for Jetson-CV platform with 24x7 personality

Bug 1558421
Bug 1713210

Change-Id: Ib53c8868722431b97f29c2adda0969414ec0e6ed
Signed-off-by: Shreshtha SAHU <ssahu@nvidia.com>
Reviewed-on: http://git-master/r/931519
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a02-devkit-24x7.dts [new file with mode: 0644]

diff --git a/arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a02-devkit-24x7.dts b/arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a02-devkit-24x7.dts
new file mode 100644 (file)
index 0000000..f619c64
--- /dev/null
@@ -0,0 +1,60 @@
+/*
+ * arch/arm64/boot/dts/tegra210-jetson-tx1-p2597-2180-a02-24x7.dts
+ *
+ * Copyright (c) 2016, 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.
+ *
+ */
+
+#include "tegra210-jetson-cv-base-p2597-2180-a00.dts"
+#include "tegra210-platforms/tegra210-overrides/tegra210-power-dvfs-override-ucm2c.dtsi"
+
+/ {
+       model = "jetson_tx1";
+       compatible = "nvidia,jetson-cv", "nvidia,tegra210";
+       nvidia,dtsfilename = __FILE__;
+
+       #address-cells = <2>;
+       #size-cells = <2>;
+
+       chosen {
+               bootloader {
+                       nvidia,skip-display-init;
+               };
+       };
+
+       host1x {
+               dc@54200000 {
+                       status = "disabled";
+               };
+
+               dc@54240000 {
+                       nvidia,dc-or-node = "/host1x/sor1";
+               };
+
+               dsi {
+                       status = "disabled";
+                       panel-a-wuxga-8-0 {
+                               status = "disabled";
+                       };
+               };
+       };
+
+       i2c@7000c400 {
+               lp8557-backlight-a-wuxga-8-0@2c {
+                       status = "disabled";
+               };
+       };
+
+       backlight {
+               status = "disabled";
+       };
+};