Commit f0fd20a5 authored by Thierry Reding's avatar Thierry Reding

ARM: 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 6768e43d
......@@ -18,7 +18,7 @@ memory@80000000 {
};
host1x@50000000 {
compatible = "nvidia,tegra114-host1x", "simple-bus";
compatible = "nvidia,tegra114-host1x";
reg = <0x50000000 0x00028000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
<GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
......
......@@ -85,7 +85,7 @@ pci@2,0 {
};
host1x@50000000 {
compatible = "nvidia,tegra124-host1x", "simple-bus";
compatible = "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 */
......
......@@ -31,7 +31,7 @@ vde_pool: vde@400 {
};
host1x@50000000 {
compatible = "nvidia,tegra20-host1x", "simple-bus";
compatible = "nvidia,tegra20-host1x";
reg = <0x50000000 0x00024000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
<GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
......
......@@ -111,7 +111,7 @@ vde_pool: vde@400 {
};
host1x@50000000 {
compatible = "nvidia,tegra30-host1x", "simple-bus";
compatible = "nvidia,tegra30-host1x";
reg = <0x50000000 0x00024000>;
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