* [PATCH] ARC: [plat-axs10x] Specify PHY node in .dtsi
@ 2019-05-16 10:04 Alexey Brodkin
0 siblings, 0 replies; only message in thread
From: Alexey Brodkin @ 2019-05-16 10:04 UTC (permalink / raw)
To: linux-snps-arc
Cc: linux-kernel, Vineet Gupta, Alexey Brodkin, Trent Piepho, Rob Herring
For completeness of the HW description add missing PHY entry in
AXS10x base-board .dtsi.
Cc: Trent Piepho <tpiepho@impinj.com>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-05-16 10:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 10:04 [PATCH] ARC: [plat-axs10x] Specify PHY node in .dtsi Alexey Brodkin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®