From 5563d49a391e65fd9c179661b9ddfd79cb903a54 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Wed, 5 Dec 2018 23:54:00 +0800 Subject: ramips: disable sdhc for HC5661A Currently OpenWrt doesn't support switching MT7628 into AP mode (which is done by writing some undocumented registers in MTK SDK) Without doing so, enabling SD breaks 4 FE ports and the SD controller doesn't work since SD pins aren't configured correctly. Disable SDHC on HC5661A to recover the 4 FE ports. Signed-off-by: Chuanhong Guo [drop the sdhci node completely] Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt76x8.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index d2f402e939..fe414acfb5 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -65,7 +65,6 @@ define Device/hc5661a DTS := HC5661A IMAGE_SIZE := $(ralink_default_fw_size_16M) DEVICE_TITLE := HiWiFi HC5661A - DEVICE_PACKAGES := kmod-sdhci-mt7620 endef TARGET_DEVICES += hc5661a -- cgit v1.2.3