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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2020-06-12 11:59:09 +02:00
Родитель 6768e43d61
Коммит f0fd20a54f
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -18,7 +18,7 @@
};
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 @@
};
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 @@
};
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 @@
};
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 */