Skip to content

Commit a8c7409

Browse files
committed
linux-imx_4.14.%.bbappend: Disable eth switch node for EP
This is a test for the EP team Signed-off-by: Florin Sarbu <[email protected]>
1 parent 8a8417c commit a8c7409

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 0600d7e25ace83024637f19084567e544f72e277 Mon Sep 17 00:00:00 2001
2+
From: Florin Sarbu <[email protected]>
3+
Date: Wed, 19 Jan 2022 15:02:06 +0100
4+
Subject: [PATCH] Disable ksz9893 node
5+
6+
Signed-off-by: Florin Sarbu <[email protected]>
7+
---
8+
arch/arm64/boot/dts/compulab/cl-som-imx8.dts | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/arch/arm64/boot/dts/compulab/cl-som-imx8.dts b/arch/arm64/boot/dts/compulab/cl-som-imx8.dts
12+
index 08cfb2c..579c648 100644
13+
--- a/arch/arm64/boot/dts/compulab/cl-som-imx8.dts
14+
+++ b/arch/arm64/boot/dts/compulab/cl-som-imx8.dts
15+
@@ -391,7 +391,7 @@
16+
reset-gpios = <&gpio3 17 GPIO_ACTIVE_LOW>;
17+
reg = <0x5f>;
18+
19+
- status = "okay";
20+
+ status = "disabled";
21+
22+
ports {
23+
#address-cells = <1>;
24+
--
25+
2.7.4
26+

layers/meta-balena-compulab/recipes-kernel/linux/linux-imx_4.14.%.bbappend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ SRC_URI_append_etcher-pro = " \
4343
file://sbc-imx8-no-wp_v2.51.1+rev3.dtb \
4444
file://0001-drm-panel-raydium-rm67191-Adjust-for-Maxen-display.patch \
4545
file://0002-nwl_dsi-imx-Delays-before-and-after-clock-enabling-d.patch \
46+
file://0024-Disable-ksz9893-node.patch \
4647
"
4748

4849
KERNEL_IMAGETYPE_cl-som-imx8 = "Image.gz"

0 commit comments

Comments
 (0)