Commit aa342b53 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Do not mark display hub as simple bus



The display hub on Tegra186 and Tegra194 is not a simple bus, so drop
the corresponding compatible string.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 78b9bad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -990,7 +990,7 @@
		};

		display-hub@15200000 {
			compatible = "nvidia,tegra186-display", "simple-bus";
			compatible = "nvidia,tegra186-display";
			reg = <0x15200000 0x00040000>;
			resets = <&bpmp TEGRA186_RESET_NVDISPLAY0_MISC>,
				 <&bpmp TEGRA186_RESET_NVDISPLAY0_WGRP0>,
+1 −1
Original line number Diff line number Diff line
@@ -1055,7 +1055,7 @@
			interconnect-names = "dma-mem";

			display-hub@15200000 {
				compatible = "nvidia,tegra194-display", "simple-bus";
				compatible = "nvidia,tegra194-display";
				reg = <0x15200000 0x00040000>;
				resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_MISC>,
					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP0>,