mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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 <treding@nvidia.com>
This commit is contained in:
@@ -50,6 +50,8 @@ phy: phy@0 {
|
||||
interrupt-parent = <&gpio>;
|
||||
interrupts = <TEGRA186_MAIN_GPIO(M, 5)
|
||||
IRQ_TYPE_LEVEL_LOW>;
|
||||
|
||||
#phy-cells = <0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user