Commit ef126bc4 authored by Thierry Reding's avatar Thierry Reding

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
......@@ -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 */
......
......@@ -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";
......
......@@ -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";
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment