mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-25 14:20:07 +01:00
linux:iot-gate-imx8:dtb: Fix PoE rev1.0
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -110,5 +110,6 @@ SRC_URI:append = " \
|
|||||||
file://0109-iot-gate-imx8-dts-free-gpio_rs485_trm.patch \
|
file://0109-iot-gate-imx8-dts-free-gpio_rs485_trm.patch \
|
||||||
file://0110-iot-gate-imx8-release-3.2.2.patch \
|
file://0110-iot-gate-imx8-release-3.2.2.patch \
|
||||||
file://0111-defconfig-Enable-ch341-usb2serial-driver.patch \
|
file://0111-defconfig-Enable-ch341-usb2serial-driver.patch \
|
||||||
|
file://0112-iot-gate-imx8-dtb-Fix-PoE-rev1.0.patch \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
From c04e8fd1b6e1ad0d8e1cd440ae9830eb9f47eb55 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||||
|
Date: Sun, 10 Mar 2024 23:25:36 +0200
|
||||||
|
Subject: [PATCH 112/112] iot-gate-imx8:dtb: Fix PoE rev1.0
|
||||||
|
|
||||||
|
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||||
|
---
|
||||||
|
arch/arm64/boot/dts/compulab/sb-iotgimx8-poed.dts | 3 +++
|
||||||
|
1 file changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/arch/arm64/boot/dts/compulab/sb-iotgimx8-poed.dts b/arch/arm64/boot/dts/compulab/sb-iotgimx8-poed.dts
|
||||||
|
index 6159170522da..6b5f83910454 100644
|
||||||
|
--- a/arch/arm64/boot/dts/compulab/sb-iotgimx8-poed.dts
|
||||||
|
+++ b/arch/arm64/boot/dts/compulab/sb-iotgimx8-poed.dts
|
||||||
|
@@ -33,6 +33,9 @@ eeprom@54 {
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
+&uart4 {
|
||||||
|
+ status = "disabled";
|
||||||
|
+};
|
||||||
|
&ecspi2 {
|
||||||
|
/delete-property/ dmas;
|
||||||
|
/delete-property/ dma-names;
|
||||||
|
--
|
||||||
|
2.34.1
|
||||||
|
|
||||||
Reference in New Issue
Block a user