]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: dts: add 'broken-cd' for VoCore2 MMC 21568/head
authorShiji Yang <yangshiji66@outlook.com>
Fri, 16 Jan 2026 12:18:00 +0000 (20:18 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Apr 2026 20:59:22 +0000 (22:59 +0200)
This model doesn't have cd pin on its MicroSD card slot.

Fixes: https://github.com/openwrt/openwrt/issues/20288
Fixes: https://github.com/openwrt/openwrt/issues/22603
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/21568
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7628an_vocore_vocore2.dtsi

index da2026ec7d30c39b7c23695e5c3d3af9d7179678..34149c7673982ce37b0263bd8a405dcc09f7a53e 100644 (file)
@@ -94,6 +94,7 @@
 &sdhci {
        status = "okay";
 
+       broken-cd;
        pinctrl-0 = <&sdxc_iot_mode>;
        pinctrl-1 = <&sdxc_iot_mode>;
 };