ARM: tegra: Do not mark host1x as simple bus
authorThierry Reding <treding@nvidia.com>
Fri, 12 Jun 2020 09:59:09 +0000 (11:59 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:16:20 +0000 (18:16 +0200)
The host1x is not a simple bus, so drop the corresponding compatible
string.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra114.dtsi
arch/arm/boot/dts/tegra124.dtsi
arch/arm/boot/dts/tegra20.dtsi
arch/arm/boot/dts/tegra30.dtsi

index 01a81d380f1f3a2708fca1c000cb6e6ddbd7b6c5..be048aa553ee59ea944ce2139effec970bb4144b 100644 (file)
@@ -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 */
index 94cac13d3e50943807b765f89629bbac8f02cfc7..fc124343658ec3575e79ae63eaa78ea0a4338aea 100644 (file)
@@ -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 */
index c3b8ad53b967620e78e9277121e7a6c35be9926a..7319df2fcd3ee193636d04332402d2df4f6b3f5a 100644 (file)
@@ -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 */
index d2d05f1da2745d5ce5fe35df7d60c88e0704a5d0..0b58863e570ea1a5336dfd18db25f5c605c58191 100644 (file)
        };
 
        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 */