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 ae855ec..89a9401 100644 (file)
                };
        };
 
+       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>;