[PATCH] ARC: [plat-axs10x] Specify PHY node in .dtsi

From: Alexey Brodkin
Date: Thu May 16 2019 - 06:07:01 EST


For completeness of the HW description add missing PHY entry in
AXS10x base-board .dtsi.

Cc: Trent Piepho <tpiepho@xxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Signed-off-by: Alexey Brodkin <abrodkin@xxxxxxxxxxxx>
---
arch/arc/boot/dts/axs10x_mb.dtsi | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index 4ead6dc9af2f..98e9d63e868e 100644
--- a/arch/arc/boot/dts/axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/axs10x_mb.dtsi
@@ -79,6 +79,7 @@
interrupts = < 4 >;
interrupt-names = "macirq";
phy-mode = "rgmii";
+ phy-handle = <&phy0>;
snps,pbl = < 32 >;
clocks = <&apbclk>;
clock-names = "stmmaceth";
@@ -86,6 +87,16 @@
resets = <&creg_rst 5>;
reset-names = "stmmaceth";
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
+
+ mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "snps,dwmac-mdio";
+ phy0: ethernet-phy@1 {
+ reg = <1>;
+ };
+ };
+
};

ehci@40000 {
--
2.16.2