mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
7bf7f78891
This fixes a kernel build problem. The removed parts of the patch are already applied upstream. Fixes:b4ed8a9275
("kernel: bump 5.4 to 5.4.154") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit9501ce909f
)
23 lines
688 B
Diff
23 lines
688 B
Diff
From fd73bb7cf812fcb96116f70393d3e66aa4ddc1fa Mon Sep 17 00:00:00 2001
|
|
From: Vladimir Oltean <vladimir.oltean@nxp.com>
|
|
Date: Fri, 6 Dec 2019 13:56:46 +0200
|
|
Subject: [PATCH] arm64: dts: ls1028a: Disable swp5 by default
|
|
|
|
This was missed when moving the CPU port and disabling eno3.
|
|
|
|
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
|
|
---
|
|
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
|
|
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
|
|
@@ -808,6 +808,7 @@
|
|
port@5 {
|
|
reg = <5>;
|
|
phy-mode = "gmii";
|
|
+ status = "disabled";
|
|
|
|
fixed-link {
|
|
speed = <2500>;
|