]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
ARM64: tegra: loki: support UTMI for all LTE sku
authorMark Kuo <mkuo@nvidia.com>
Thu, 15 Jan 2015 03:01:46 +0000 (11:01 +0800)
committerMitch Luban <mluban@nvidia.com>
Thu, 15 Jan 2015 17:42:11 +0000 (09:42 -0800)
Make UTMI default for all loki LTE sku.

Bug 200054049
Bug 200063783

Change-Id: I3ef9084cba54f1e8f3bf635e6ad73e2cd61b18f2
Signed-off-by: Mark Kuo <mkuo@nvidia.com>
Reviewed-on: http://git-master/r/661712
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Rajkumar Jayaraman <rjayaraman@nvidia.com>
Reviewed-by: Mitch Luban <mluban@nvidia.com>
arch/arm64/boot/dts/tegra210-loki-e-p2530-0031-e00-00.dts
arch/arm64/boot/dts/tegra210-loki-e-p2530-0031-e03-00.dts

index ac7695d35dfc6e8bee673a92166cc1ddaf313137..6c993e6e782333230fc7977042218bdb77980300 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * arch/arm64/boot/dts/tegra210-loki-e-p2530-0031-e00-00.dts
  *
- * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 2014-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
        modem {
                /* pre boost regulator gpio */
                nvidia,pre-boost-gpio = <&gpio TEGRA_GPIO(E, 5) GPIO_ACTIVE_HIGH>;
+               /* using XHCI UTMI */
+               nvidia,phy-type = <2>;
+       };
+
+       xusb@70090000 {
+               /* enable UTMI pad 1 */
+               nvidia,portmap = <0x600>;
+               usb_vbus1-supply = <&battery_reg>;
        };
 };
index 25f9add52cfe6ff949a2daa31cb7ed5dadc2b84c..711963946be4f5b22d692a8b0b1a9a69b64a140e 100644 (file)
@@ -1,16 +1,25 @@
+/*
+ * arch/arm64/boot/dts/tegra210-loki-e-p2530-0031-e03-00.dts
+ *
+ * Copyright (c) 2014-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-loki-e-p2530-0031-e02-00.dts"
 
 / {
        nvidia,dtsfilename = __FILE__;
-
-       xusb@70090000 {
-               /* enable UTMI pad1 */
-               nvidia,portmap = <0x600>;
-               usb_vbus1-supply = <&battery_reg>;
-       };
-
-       modem {
-               /* XHCI UTMI */
-               nvidia,phy-type=<2>;
-       };
 };