Commit e3d04d17 authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren

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: default avatarThierry Reding <treding@nvidia.com>
[swarren, add unit address to new DT node name]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 02b1fea2
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment