22615fd
From 6ef5bd6cfd5da9fe67aea031fd0a66ff77d64ad6 Mon Sep 17 00:00:00 2001
22615fd
From: Stefan Wahren <stefan.wahren@i2se.com>
22615fd
Date: Sat, 1 Sep 2018 20:16:22 +0200
22615fd
Subject: ARM: dts: bcm283x-rpi-lan7515: Enable Ethernet LEDs
22615fd
22615fd
Since the LAN7515 on Raspberry Pi 3B+ doesn't have an EEPROM and the OTP
22615fd
is empty, we need to enable the Ethernet LEDs via Device Tree.
22615fd
22615fd
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
22615fd
---
22615fd
 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi | 14 ++++++++++++++
22615fd
 1 file changed, 14 insertions(+)
22615fd
22615fd
diff --git a/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi b/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
22615fd
index 9403da0990d0..70bece63f9a7 100644
22615fd
--- a/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
22615fd
+++ b/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
22615fd
@@ -1,4 +1,6 @@
22615fd
 // SPDX-License-Identifier: GPL-2.0
22615fd
+#include <dt-bindings/net/microchip-lan78xx.h>
22615fd
+
22615fd
 / {
22615fd
 	aliases {
22615fd
 		ethernet0 = &ethernet;
22615fd
@@ -21,6 +23,18 @@
22615fd
 			ethernet: ethernet@1 {
22615fd
 				compatible = "usb424,7800";
22615fd
 				reg = <1>;
22615fd
+
22615fd
+				mdio {
22615fd
+					#address-cells = <0x1>;
22615fd
+					#size-cells = <0x0>;
22615fd
+					eth_phy: ethernet-phy@1 {
22615fd
+						reg = <1>;
22615fd
+						microchip,led-modes = <
22615fd
+							LAN78XX_LINK_1000_ACTIVITY
22615fd
+							LAN78XX_LINK_10_100_ACTIVITY
22615fd
+						>;
22615fd
+					};
22615fd
+				};
22615fd
 			};
22615fd
 		};
22615fd
 	};
22615fd
-- 
22615fd
cgit 1.2-0.3.lf.el7