]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: tegra: Fix compatible string for EQOS on Tegra194
authorThierry Reding <treding@nvidia.com>
Wed, 25 Sep 2019 11:38:51 +0000 (13:38 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 29 Oct 2019 19:30:06 +0000 (20:30 +0100)
The EQOS Ethernet controller found on Tegra194 is compatible with its
predecessor or Tegra186. However, it is an established practice to add
a compatible string for the most recent generation of the SoC as well,
just in case some incompatibilities or bugs are later discovered.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index a84a8b4dd5984a161ad3209c8e121592214a1abb..a312c051448b53843e99a20f65429c4321b2feb7 100644 (file)
@@ -39,7 +39,8 @@ gpio: gpio@2200000 {
                };
 
                ethernet@2490000 {
-                       compatible = "nvidia,tegra186-eqos",
+                       compatible = "nvidia,tegra194-eqos",
+                                    "nvidia,tegra186-eqos",
                                     "snps,dwc-qos-ethernet-4.10";
                        reg = <0x02490000 0x10000>;
                        interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>;