summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra114.dtsi
diff options
context:
space:
mode:
authorThierry Reding2013-12-19 16:59:27 +0100
committerStephen Warren2013-12-20 01:07:31 +0100
commite3d04d179c84931c4b27bab82b623119c0423f66 (patch)
treef75ee3b7e476457fd45526f7c2e6a201dfba6c1c /arch/arm/boot/dts/tegra114.dtsi
parentARM: tegra: Enable LVDS on Cardhu (diff)
downloadkernel-qcow2-linux-e3d04d179c84931c4b27bab82b623119c0423f66.tar.gz
kernel-qcow2-linux-e3d04d179c84931c4b27bab82b623119c0423f66.tar.xz
kernel-qcow2-linux-e3d04d179c84931c4b27bab82b623119c0423f66.zip
ARM: tegra: Add MIPI calibration DT entries for Tegra114
Add a device node for the MIPI calibration block on Tegra114. There is no need to disable it by default because it only enables the clock while performing calibration and therefore shouldn't be consuming any power when unused. Signed-off-by: Thierry Reding <treding@nvidia.com> [swarren, add unit address to new DT node name] Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra114.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index ae855ec60bbd..89a94018b40e 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -480,6 +480,13 @@
};
};
+ mipi: mipi@700e3000 {
+ compatible = "nvidia,tegra114-mipi";
+ reg = <0x700e3000 0x100>;
+ clocks = <&tegra_car TEGRA114_CLK_MIPI_CAL>;
+ #nvidia,mipi-calibrate-cells = <1>;
+ };
+
sdhci@78000000 {
compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
reg = <0x78000000 0x200>;