delete patch as it should no longer be required
This commit is contained in:
parent
512ddcb3cc
commit
52523d1f4d
@ -1,68 +0,0 @@
|
||||
From fb13b0bd4f9efe319dba6e6c99d88389398473c6 Mon Sep 17 00:00:00 2001
|
||||
From: The-going <48602507+The-going@users.noreply.github.com>
|
||||
Date: Thu, 3 Feb 2022 21:22:16 +0300
|
||||
Subject: [PATCH 149/170] Fix compile error node not found
|
||||
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:47.1-4 Label or path de not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:70.1-6 Label or path hdmi not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:75.1-10 Label or path hdmi_out not found
|
||||
FATAL ERROR: Syntax error parsing input tree
|
||||
make[2]: *** [scripts/Makefile.lib:365: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dtb] Error 1
|
||||
---
|
||||
.../dts/allwinner/sun50i-h616-x96-mate.dts | 26 -------------------
|
||||
1 file changed, 26 deletions(-)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
index 3640160a3..51f1764ed 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
@@ -23,17 +23,6 @@ chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
- connector {
|
||||
- compatible = "hdmi-connector";
|
||||
- type = "a";
|
||||
-
|
||||
- port {
|
||||
- hdmi_con_in: endpoint {
|
||||
- remote-endpoint = <&hdmi_out_con>;
|
||||
- };
|
||||
- };
|
||||
- };
|
||||
-
|
||||
reg_vcc5v: vcc5v {
|
||||
/* board wide 5V supply directly from the DC input */
|
||||
compatible = "regulator-fixed";
|
||||
@@ -44,10 +33,6 @@ reg_vcc5v: vcc5v {
|
||||
};
|
||||
};
|
||||
|
||||
-&de {
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
&ehci0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -67,17 +52,6 @@ &emac1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
-&hdmi {
|
||||
- hvcc-supply = <®_bldo1>;
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
-&hdmi_out {
|
||||
- hdmi_out_con: endpoint {
|
||||
- remote-endpoint = <&hdmi_con_in>;
|
||||
- };
|
||||
-};
|
||||
-
|
||||
&ir {
|
||||
status = "okay";
|
||||
};
|
||||
--
|
||||
2.35.3
|
||||
|
||||
@ -150,7 +150,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
@ -554,7 +554,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: The-going <48602507+The-going@users.noreply.github.com>
|
||||
Date: Thu, 3 Feb 2022 21:22:16 +0300
|
||||
Subject: Fix compile error node not found
|
||||
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:47.1-4 Label or path de not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:70.1-6 Label or path hdmi not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:75.1-10 Label or path hdmi_out not found
|
||||
FATAL ERROR: Syntax error parsing input tree
|
||||
make[2]: *** [scripts/Makefile.lib:365: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dtb] Error 1
|
||||
---
|
||||
arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts | 26 ----------
|
||||
1 file changed, 26 deletions(-)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
index f380d492ae67..d1c9bd0236f4 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
@@ -23,17 +23,6 @@ chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
- connector {
|
||||
- compatible = "hdmi-connector";
|
||||
- type = "a";
|
||||
-
|
||||
- port {
|
||||
- hdmi_con_in: endpoint {
|
||||
- remote-endpoint = <&hdmi_out_con>;
|
||||
- };
|
||||
- };
|
||||
- };
|
||||
-
|
||||
reg_vcc5v: vcc5v {
|
||||
/* board wide 5V supply directly from the DC input */
|
||||
compatible = "regulator-fixed";
|
||||
@@ -44,10 +33,6 @@ reg_vcc5v: vcc5v {
|
||||
};
|
||||
};
|
||||
|
||||
-&de {
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
&ehci0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -67,17 +52,6 @@ &emac1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
-&hdmi {
|
||||
- hvcc-supply = <®_bldo1>;
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
-&hdmi_out {
|
||||
- hdmi_out_con: endpoint {
|
||||
- remote-endpoint = <&hdmi_con_in>;
|
||||
- };
|
||||
-};
|
||||
-
|
||||
&ir {
|
||||
status = "okay";
|
||||
};
|
||||
--
|
||||
Armbian
|
||||
|
||||
@ -154,7 +154,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
@ -423,7 +423,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
@ -1,68 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: The-going <48602507+The-going@users.noreply.github.com>
|
||||
Date: Thu, 3 Feb 2022 21:22:16 +0300
|
||||
Subject: Fix compile error node not found
|
||||
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:47.1-4 Label or path de not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:70.1-6 Label or path hdmi not found
|
||||
Error: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts:75.1-10 Label or path hdmi_out not found
|
||||
FATAL ERROR: Syntax error parsing input tree
|
||||
make[2]: *** [scripts/Makefile.lib:365: arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dtb] Error 1
|
||||
---
|
||||
arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts | 26 ----------
|
||||
1 file changed, 26 deletions(-)
|
||||
|
||||
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
index f380d492ae67..d1c9bd0236f4 100644
|
||||
--- a/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h616-x96-mate.dts
|
||||
@@ -23,17 +23,6 @@ chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
- connector {
|
||||
- compatible = "hdmi-connector";
|
||||
- type = "a";
|
||||
-
|
||||
- port {
|
||||
- hdmi_con_in: endpoint {
|
||||
- remote-endpoint = <&hdmi_out_con>;
|
||||
- };
|
||||
- };
|
||||
- };
|
||||
-
|
||||
reg_vcc5v: vcc5v {
|
||||
/* board wide 5V supply directly from the DC input */
|
||||
compatible = "regulator-fixed";
|
||||
@@ -44,10 +33,6 @@ reg_vcc5v: vcc5v {
|
||||
};
|
||||
};
|
||||
|
||||
-&de {
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
&ehci0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -67,17 +52,6 @@ &emac1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
-&hdmi {
|
||||
- hvcc-supply = <®_bldo1>;
|
||||
- status = "okay";
|
||||
-};
|
||||
-
|
||||
-&hdmi_out {
|
||||
- hdmi_out_con: endpoint {
|
||||
- remote-endpoint = <&hdmi_con_in>;
|
||||
- };
|
||||
-};
|
||||
-
|
||||
&ir {
|
||||
status = "okay";
|
||||
};
|
||||
--
|
||||
Armbian
|
||||
|
||||
@ -154,7 +154,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
@ -476,7 +476,6 @@
|
||||
patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch
|
||||
patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch
|
||||
patches.armbian/Fix-compile-error-node-not-found.patch
|
||||
patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch
|
||||
patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch
|
||||
patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch
|
||||
|
||||
Loading…
Reference in New Issue
Block a user