From 525b311bf869d7e252d744e501e227263a955c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 24 Apr 2016 13:03:39 +0200 Subject: brcm2708: update linux 4.4 patches to latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas --- ...6-BCM270X_DT-Switch-Compute-Module-to-MMC.patch | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.4/0206-BCM270X_DT-Switch-Compute-Module-to-MMC.patch (limited to 'target/linux/brcm2708/patches-4.4/0206-BCM270X_DT-Switch-Compute-Module-to-MMC.patch') diff --git a/target/linux/brcm2708/patches-4.4/0206-BCM270X_DT-Switch-Compute-Module-to-MMC.patch b/target/linux/brcm2708/patches-4.4/0206-BCM270X_DT-Switch-Compute-Module-to-MMC.patch deleted file mode 100644 index e89917b178..0000000000 --- a/target/linux/brcm2708/patches-4.4/0206-BCM270X_DT-Switch-Compute-Module-to-MMC.patch +++ /dev/null @@ -1,53 +0,0 @@ -From 985c06bd528e49fd44155c3da0c6107c46d947cc Mon Sep 17 00:00:00 2001 -From: Phil Elwell -Date: Fri, 18 Mar 2016 13:06:29 +0000 -Subject: [PATCH 206/232] BCM270X_DT: Switch Compute Module to MMC - -Signed-off-by: Phil Elwell ---- - arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 17 ++++++++--------- - 1 file changed, 8 insertions(+), 9 deletions(-) - ---- a/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi -+++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi -@@ -8,9 +8,9 @@ - }; - - &gpio { -- sdhost_pins: sdhost_pins { -+ mmc_pins: mmc_pins { - brcm,pins = <48 49 50 51 52 53>; -- brcm,function = <4>; /* alt0 */ -+ brcm,function = <7>; /* alt3 */ - }; - }; - -@@ -22,12 +22,14 @@ - }; - }; - --&sdhost { -+ -+&mmc { - pinctrl-names = "default"; -- pinctrl-0 = <&sdhost_pins>; -- bus-width = <4>; -+ pinctrl-0 = <&mmc_pins>; - non-removable; -+ bus-width = <4>; - status = "okay"; -+ brcm,overclock-50 = <0>; - }; - - &fb { -@@ -45,9 +47,6 @@ - audio = <&audio>,"status"; - watchdog = <&watchdog>,"status"; - random = <&random>,"status"; -- sd_overclock = <&sdhost>,"brcm,overclock-50:0"; -- sd_force_pio = <&sdhost>,"brcm,force-pio?"; -- sd_pio_limit = <&sdhost>,"brcm,pio-limit:0"; -- sd_debug = <&sdhost>,"brcm,debug"; -+ sd_overclock = <&mmc>,"brcm,overclock-50:0"; - }; - }; -- cgit v1.2.3