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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2020-06-12 09:17:34 +02:00
parent 644c569d7e
commit ef126bc4f3
4 changed files with 4 additions and 5 deletions

View File

@@ -81,8 +81,7 @@ pci@2,0 {
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 */

View File

@@ -934,7 +934,7 @@ smmu: iommu@12000000 {
};
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";

View File

@@ -1036,7 +1036,7 @@ pmc: pmc@c360000 {
};
host1x@13e00000 {
compatible = "nvidia,tegra194-host1x", "simple-bus";
compatible = "nvidia,tegra194-host1x";
reg = <0x13e00000 0x10000>,
<0x13e10000 0x10000>;
reg-names = "hypervisor", "vm";

View File

@@ -86,7 +86,7 @@ pci@2,0 {
};
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 */