Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Add missing DSI controller on Tegra30

Tegra30 has a DSI controller, although it is never used on any of the
devices supported by the upstream Linux kernel.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+11
+11
arch/arm/boot/dts/tegra30.dtsi
··· 264 264 reset-names = "dsi"; 265 265 status = "disabled"; 266 266 }; 267 + 268 + dsi@54400000 { 269 + compatible = "nvidia,tegra30-dsi"; 270 + reg = <0x54400000 0x00040000>; 271 + clocks = <&tegra_car TEGRA30_CLK_DSIB>, 272 + <&tegra_car TEGRA30_CLK_PLL_D_OUT0>; 273 + clock-names = "dsi", "parent"; 274 + resets = <&tegra_car 84>; 275 + reset-names = "dsi"; 276 + status = "disabled"; 277 + }; 267 278 }; 268 279 269 280 timer@50040600 {