]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
ARM64: dtsi: DTS support for eMMC on sdmmc2
authorAnubhav Jain <anubhavj@nvidia.com>
Tue, 13 Jan 2015 04:21:34 +0000 (09:51 +0530)
committerDan Willemsen <dwillemsen@nvidia.com>
Sun, 5 Apr 2015 01:05:48 +0000 (18:05 -0700)
-support for eMMC on sdmmc2 is enabled only for
E2220 ERS CHAR & SLT sku board.

Bug 200059885

Change-Id: Icdeaed0e9974b6aeabc7058a6b7c86d44d11041a
Signed-off-by: Anubhav Jain <anubhavj@nvidia.com>
Reviewed-on: http://git-master/r/671871
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
arch/arm64/boot/dts/tegra210-ers-e2220-1199-a00-00.dts

index 51757b796f8dafffff139da7776988b898d21001..2be7568607fcc25f3a5f3c89f0577bc1b0cbe4f4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * arch/arm64/boot/dts/tegra210-ers-e2220-1199-a00-00.dts
  *
- * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 20155555, 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
 #include "tegra210-platforms/tegra210-ers-1199-emc.dtsi"
 
 / {
-       nvidia,dtsfilename = __FILE__;
+       sdhci@700b0200 {
+               nvidia,is-ddr-tap-delay;
+               nvidia,ddr-tap-delay = <0>;
+               dqs-trim-delay = <17>;
+               max-clk-limit = <266000000>;
+               bus-width = <8>;
+               uhs-mask = <0x60>;
+               built-in;
+               vddio_sdmmc-supply = <&max77620_sd3>;
+               vddio_sd_slot-supply = <&vdd_3v3>;
+               nvidia,dll-calib-needed;
+               nvidia,is-emmc;
+       };
 };