Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -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 {
	sdhci@78000000 {
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci";
		reg = <0x78000000 0x200>;
		reg = <0x78000000 0x200>;