Backport some additional upstream patches: - 6.13-arm64-dts-imx8mm-venice-gw73xx-remove-compatible-in-overlay-files.patch (this resolves some issues when using dt overlays on gw73xx-0x) - 6.16-PCI-imx6-Skip-link-up-workaround-for-newer-platforms.patch - pending-PCI-imx6-Remove-apps_reset-toggle-in-_core_reset-function (these resolve enumeration issues on imx8mm/imx8mp with a pcie switch) Signed-off-by: Tim Harvey <tharvey@gateworks.com> Link: https://github.com/openwrt/openwrt/pull/19189 Signed-off-by: Robert Marko <robimarko@gmail.com>
56 lines
1.5 KiB
Diff
56 lines
1.5 KiB
Diff
From d3fdc7ae2ca9cb93d634e84a2b90ebf340d6e622 Mon Sep 17 00:00:00 2001
|
|
From: Frank Li <Frank.Li@nxp.com>
|
|
Date: Fri, 18 Oct 2024 14:28:23 -0400
|
|
Subject: [PATCH] arm64: dts: imx8mm-venice-gw73xx: remove compatible in
|
|
overlay file
|
|
|
|
Remove compatible string in overlay file to fix below warning:
|
|
'gw,imx8mm-gw73xx-0x' is not one of ['fsl,ls1043a-rdb', 'fsl,ls1043a-qds']
|
|
|
|
Signed-off-by: Frank Li <Frank.Li@nxp.com>
|
|
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
|
|
---
|
|
.../boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso | 4 ----
|
|
.../boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs422.dtso | 4 ----
|
|
.../boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs485.dtso | 4 ----
|
|
3 files changed, 12 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso
|
|
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtso
|
|
@@ -15,10 +15,6 @@
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
-&{/} {
|
|
- compatible = "gw,imx8mm-gw73xx-0x";
|
|
-};
|
|
-
|
|
&gpio4 {
|
|
rs485-en-hog {
|
|
gpio-hog;
|
|
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs422.dtso
|
|
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs422.dtso
|
|
@@ -18,10 +18,6 @@
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
-&{/} {
|
|
- compatible = "gw,imx8mm-gw73xx-0x";
|
|
-};
|
|
-
|
|
&gpio4 {
|
|
rs485-en-hog {
|
|
gpio-hog;
|
|
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs485.dtso
|
|
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw73xx-0x-rs485.dtso
|
|
@@ -18,10 +18,6 @@
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
-&{/} {
|
|
- compatible = "gw,imx8mm-gw73xx-0x";
|
|
-};
|
|
-
|
|
&gpio4 {
|
|
rs485-en-hog {
|
|
gpio-hog;
|