brcm2708: update to latest patches from RPi foundation
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0222-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch
1 From 9ba1d9f917136ba9bd0f4214a001224ccbd69e2b Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Thu, 29 Nov 2018 16:00:22 +0000
4 Subject: [PATCH 222/782] BCM270X_DT: Mark eth_downshift_after as an integer
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
7 ---
8 arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
12 +++ b/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
13 @@ -50,7 +50,7 @@
14 tx_lpi_timer = <&eth_phy>,"microchip,tx-lpi-timer:0";
15 eth_led0 = <&eth_phy>,"microchip,led-modes:0";
16 eth_led1 = <&eth_phy>,"microchip,led-modes:4";
17 - eth_downshift_after = <&eth_phy>,"microchip,downshift-after";
18 + eth_downshift_after = <&eth_phy>,"microchip,downshift-after:0";
19 eth_max_speed = <&eth_phy>,"max-speed:0";
20 };
21 };