arm64: tegra: Add missing #phy-cells property on Jetson AGX Xavier
authorThierry Reding <treding@nvidia.com>
Fri, 12 Jun 2020 07:46:29 +0000 (09:46 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 23 Jun 2020 16:25:41 +0000 (18:25 +0200)
PHYs need to have a #phy-cells property that defines how many cells are
required in their specifier. The standard Ethernet PHY doesn't require a
specifier, so set its #phy-cells to 0.

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

index b96eb4e..f3781e8 100644 (file)
@@ -44,6 +44,7 @@
                                        reg = <0x0>;
                                        interrupt-parent = <&gpio>;
                                        interrupts = <TEGRA194_MAIN_GPIO(G, 4) IRQ_TYPE_LEVEL_LOW>;
+                                       #phy-cells = <0>;
                                };
                        };
                };