]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: tegra: Add MIPI calibration DT entries for Tegra114
authorThierry Reding <thierry.reding@gmail.com>
Thu, 19 Dec 2013 15:59:27 +0000 (16:59 +0100)
committerStephen Warren <swarren@nvidia.com>
Fri, 20 Dec 2013 00:07:31 +0000 (17:07 -0700)
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>
arch/arm/boot/dts/tegra114.dtsi

index ae855ec60bbdef8f65cf88da3524b174b7376013..89a94018b40e96df7da3fd40a5748357231b1f43 100644 (file)
@@ -480,6 +480,13 @@ tegra_i2s4: i2s@70080700 {
                };
        };
 
+       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>;