Add initial support for new target with the initial patch for ethernet support using pending upstream patches for PCS UNIPHY, PPE and EDMA. Only initramfs currently working as support for new SPI/NAND implementation, USB, CPUFreq and other devices is still unfinished and needs to be evaluated. Link: https://github.com/openwrt/openwrt/pull/17725 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
66 lines
1.1 KiB
Diff
66 lines
1.1 KiB
Diff
From a28a71e2a4728ec4f1f4a6b28595b664a1a49e4b Mon Sep 17 00:00:00 2001
|
|
From: Md Sadre Alam <quic_mdalam@quicinc.com>
|
|
Date: Wed, 7 Feb 2024 16:05:27 +0530
|
|
Subject: [PATCH v10 8/8] arm64: dts: qcom: ipq9574: Disable eMMC node
|
|
|
|
Disable eMMC node for rdp433, since rdp433
|
|
default boot mode is norplusnand
|
|
|
|
Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
|
|
---
|
|
|
|
Change in [v10]
|
|
|
|
* No change
|
|
|
|
Change in [v9]
|
|
|
|
* No change
|
|
|
|
Change in [v8]
|
|
|
|
* No change
|
|
|
|
Change in [v7]
|
|
|
|
* No Change
|
|
|
|
Change in [v6]
|
|
|
|
* Updated commit message
|
|
|
|
Change in [v5]
|
|
|
|
* No Change
|
|
|
|
Change in [v4]
|
|
|
|
* No change
|
|
|
|
Change in [v3]
|
|
|
|
* Removed co-developed by
|
|
|
|
Change in [v2]
|
|
|
|
* Posted as initial eMMC disable patch
|
|
|
|
Change in [v1]
|
|
|
|
* This patch was not included in v1
|
|
|
|
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
@@ -82,7 +82,7 @@
|
|
mmc-hs400-enhanced-strobe;
|
|
max-frequency = <384000000>;
|
|
bus-width = <8>;
|
|
- status = "okay";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
&sleep_clk {
|