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

arm64: tegra: Do not mark host1x as simple bus



The host1x is not a simple bus, so drop the corresponding compatible
string.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 644c569d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -81,8 +81,7 @@

	host1x@50000000 {
		compatible = "nvidia,tegra132-host1x",
			     "nvidia,tegra124-host1x",
			     "simple-bus";
			     "nvidia,tegra124-host1x";
		reg = <0x0 0x50000000 0x0 0x00034000>;
		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
+1 −1
Original line number Diff line number Diff line
@@ -934,7 +934,7 @@
	};

	host1x@13e00000 {
		compatible = "nvidia,tegra186-host1x", "simple-bus";
		compatible = "nvidia,tegra186-host1x";
		reg = <0x0 0x13e00000 0x0 0x10000>,
		      <0x0 0x13e10000 0x0 0x10000>;
		reg-names = "hypervisor", "vm";
+1 −1
Original line number Diff line number Diff line
@@ -1036,7 +1036,7 @@
		};

		host1x@13e00000 {
			compatible = "nvidia,tegra194-host1x", "simple-bus";
			compatible = "nvidia,tegra194-host1x";
			reg = <0x13e00000 0x10000>,
			      <0x13e10000 0x10000>;
			reg-names = "hypervisor", "vm";
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
	};

	host1x@50000000 {
		compatible = "nvidia,tegra210-host1x", "simple-bus";
		compatible = "nvidia,tegra210-host1x";
		reg = <0x0 0x50000000 0x0 0x00034000>;
		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */