From c30f7f402f1be7a7917b3dd604ee32be8ed20716 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sat, 2 Feb 2019 21:53:15 +0100 Subject: brcm2708: drop 4.9 support Signed-off-by: Stijn Tintel --- ...283x-add-pinctrl-group-to-sdhci-drop-pins.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 target/linux/brcm2708/patches-4.9/031-v4.10-0005-ARM-dts-bcm283x-add-pinctrl-group-to-sdhci-drop-pins.patch (limited to 'target/linux/brcm2708/patches-4.9/031-v4.10-0005-ARM-dts-bcm283x-add-pinctrl-group-to-sdhci-drop-pins.patch') diff --git a/target/linux/brcm2708/patches-4.9/031-v4.10-0005-ARM-dts-bcm283x-add-pinctrl-group-to-sdhci-drop-pins.patch b/target/linux/brcm2708/patches-4.9/031-v4.10-0005-ARM-dts-bcm283x-add-pinctrl-group-to-sdhci-drop-pins.patch deleted file mode 100644 index b54c2b41a0..0000000000 --- a/target/linux/brcm2708/patches-4.9/031-v4.10-0005-ARM-dts-bcm283x-add-pinctrl-group-to-sdhci-drop-pins.patch +++ /dev/null @@ -1,33 +0,0 @@ -From f8bef3619bb219ed27dfe11cd20547e5b709650a Mon Sep 17 00:00:00 2001 -From: Gerd Hoffmann -Date: Mon, 19 Sep 2016 10:43:22 +0200 -Subject: [PATCH] ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins - from &gpio - -Signed-off-by: Gerd Hoffmann -Signed-off-by: Eric Anholt -Acked-by: Stefan Wahren ---- - arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - ---- a/arch/arm/boot/dts/bcm2835-rpi.dtsi -+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi -@@ -44,7 +44,7 @@ - }; - - alt3: alt3 { -- brcm,pins = <48 49 50 51 52 53>; -+ brcm,pins = <>; - brcm,function = ; - }; - }; -@@ -68,6 +68,8 @@ - }; - - &sdhci { -+ pinctrl-names = "default"; -+ pinctrl-0 = <&emmc_gpio48>; - status = "okay"; - bus-width = <4>; - }; -- cgit v1.2.3