diff options
Diffstat (limited to 'target/linux/brcm2708/patches-4.4/0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.4/0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/brcm2708/patches-4.4/0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch b/target/linux/brcm2708/patches-4.4/0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch deleted file mode 100644 index 3e75aa94b9..0000000000 --- a/target/linux/brcm2708/patches-4.4/0217-BCM270X_DT-Document-hazards-of-sdhost-overlay.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 9a865e38d598c4495e34f3c8f23680a946c68f3b Mon Sep 17 00:00:00 2001 -From: Phil Elwell <phil@raspberrypi.org> -Date: Wed, 30 Mar 2016 17:07:15 +0100 -Subject: [PATCH] BCM270X_DT: Document hazards of sdhost overlay - -Signed-off-by: Phil Elwell <phil@raspberrypi.org> ---- - arch/arm/boot/dts/overlays/README | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - ---- a/arch/arm/boot/dts/overlays/README -+++ b/arch/arm/boot/dts/overlays/README -@@ -712,7 +712,11 @@ Params: <None> - - - Name: sdhost --Info: Selects the bcm2835-sdhost SD/MMC driver, optionally with overclock -+Info: Selects the bcm2835-sdhost SD/MMC driver, optionally with overclock. -+ N.B. This overlay is designed for situations where the mmc driver is -+ the default, so it disables the other (mmc) interface - this will kill -+ WiFi on a Pi3. If this isn't what you want, either use the sdtweak -+ overlay or the new sd_* dtparams of the base DTBs. - Load: dtoverlay=sdhost,<param>=<val> - Params: overclock_50 Clock (in MHz) to use when the MMC framework - requests 50MHz -@@ -771,6 +775,8 @@ Params: overclock_50 SD Clock - - Name: sdtweak - Info: Tunes the bcm2835-sdhost SD/MMC driver -+ N.B. This functionality is now available via the sd_* dtparams in the -+ base DTB. - Load: dtoverlay=sdtweak,<param>=<val> - Params: overclock_50 Clock (in MHz) to use when the MMC framework - requests 50MHz |