summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2025-02-08 13:06:30 +0000
committerRobert Marko2025-02-09 08:21:13 +0000
commit89dd393d8c2610b8c456fd6ebb63aef35d03f570 (patch)
tree1ad64ac5ad0bea73df536af85d4c4617b7ae5600
parent24db75d24237a81b1f530c24724e6987586159a7 (diff)
downloadopenwrt-89dd393d8c2610b8c456fd6ebb63aef35d03f570.tar.gz
qualcommax: drop the fake IPQ5018 SNAND compatible
Devices that rely on faking the NAND controler compatible for U-Boot to patch the nodes should add it in their DTS directly, this does not belong in the SoC DTSI. Link: https://github.com/openwrt/openwrt/pull/17908 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--target/linux/qualcommax/patches-6.6/0431-arm64-dts-qcom-ipq5018-Add-more-nand-compatible-for-.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/qualcommax/patches-6.6/0431-arm64-dts-qcom-ipq5018-Add-more-nand-compatible-for-.patch b/target/linux/qualcommax/patches-6.6/0431-arm64-dts-qcom-ipq5018-Add-more-nand-compatible-for-.patch
deleted file mode 100644
index fdbea3cf62..0000000000
--- a/target/linux/qualcommax/patches-6.6/0431-arm64-dts-qcom-ipq5018-Add-more-nand-compatible-for-.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From b76a7649402d3eb1245ab463832133fc7efda194 Mon Sep 17 00:00:00 2001
-From: Ziyang Huang <hzyitc@outlook.com>
-Date: Sun, 8 Sep 2024 16:40:11 +0800
-Subject: [PATCH] arm64: dts: qcom: ipq5018: Add more nand compatible for
- uboot to fix partitions
-
-Signed-off-by: Ziyang Huang <hzyitc@outlook.com>
-Signed-off-by: George Moussalem <george.moussalem@outlook.com>
----
- arch/arm64/boot/dts/qcom/ipq5018.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
-+++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
-@@ -473,7 +473,7 @@
- };
-
- qpic_nand: qpic-nand@79b0000 {
-- compatible = "qcom,spi-qpic-snand";
-+ compatible = "qcom,spi-qpic-snand", "qcom,ebi2-nandc-bam-v2.1.1";
- reg = <0x079b0000 0x10000>;
- #address-cells = <1>;
- #size-cells = <0>;