forked from Openwrt-EcoNet/openwrt
Add dts fixes from linux-next. Two patches from the NSSCC series are still in -next did not yet land in mainline, as well as misc other DTS changes. Add them here. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18796 Signed-off-by: Robert Marko <robimarko@gmail.com>
38 lines
1.0 KiB
Diff
38 lines
1.0 KiB
Diff
From 0156e327aa854be5eb9cbec9d020be1026b5b446 Mon Sep 17 00:00:00 2001
|
|
From: Md Sadre Alam <quic_mdalam@quicinc.com>
|
|
Date: Thu, 6 Mar 2025 17:03:57 +0530
|
|
Subject: [PATCH] arm64: dts: qcom: ipq9574: Remove eMMC node
|
|
|
|
Remove eMMC node for rdp433, since rdp433
|
|
default boot mode is norplusnand
|
|
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
|
|
Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
|
|
Link: https://lore.kernel.org/r/20250306113357.126602-4-quic_mdalam@quicinc.com
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts | 12 ------------
|
|
1 file changed, 12 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts
|
|
@@ -55,18 +55,6 @@
|
|
status = "okay";
|
|
};
|
|
|
|
-&sdhc_1 {
|
|
- pinctrl-0 = <&sdc_default_state>;
|
|
- pinctrl-names = "default";
|
|
- mmc-ddr-1_8v;
|
|
- mmc-hs200-1_8v;
|
|
- mmc-hs400-1_8v;
|
|
- mmc-hs400-enhanced-strobe;
|
|
- max-frequency = <384000000>;
|
|
- bus-width = <8>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
&tlmm {
|
|
|
|
pcie1_default: pcie1-default-state {
|