From: Thierry Reding Date: Sun, 22 Dec 2019 13:54:21 +0000 (+0100) Subject: arm64: tegra: Add missing #phy-cells property on Jetson TX2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=20b091f1360f6546cc04d74184f8f4d2ae186380;p=linux.git arm64: tegra: Add missing #phy-cells property on Jetson TX2 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 --- diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi index 2fcaa2e643709..de049d8d458a5 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi @@ -50,6 +50,8 @@ interrupt-parent = <&gpio>; interrupts = ; + + #phy-cells = <0>; }; }; };