Skip to content

Commit

Permalink
ARM: tegra: Add MIPI calibration DT entries for Tegra114
Browse files Browse the repository at this point in the history
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 <[email protected]>
[swarren, add unit address to new DT node name]
Signed-off-by: Stephen Warren <[email protected]>
  • Loading branch information
thierryreding authored and nvswarren committed Dec 20, 2013
1 parent 02b1fea commit e3d04d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/tegra114.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit e3d04d1

Please sign in to comment.