From 622eebbcfd5638b789df0dfa3a263959ba500531 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Thu, 9 Apr 2020 19:31:09 +0300 Subject: linux-toradex-mainline: remove obsolete patch file The patch 0026-apalis_t30-fix-mmc1-cmd-pull-up.patch has already been removed from the recipe as successfully upstreamed. Remove the file as well. Signed-off-by: Oleksandr Suvorov --- .../0026-apalis_t30-fix-mmc1-cmd-pull-up.patch | 41 ---------------------- .../linux/linux-toradex-mainline_4.14.bb | 1 - 2 files changed, 42 deletions(-) delete mode 100644 recipes-kernel/linux/linux-toradex-mainline-4.14/0026-apalis_t30-fix-mmc1-cmd-pull-up.patch diff --git a/recipes-kernel/linux/linux-toradex-mainline-4.14/0026-apalis_t30-fix-mmc1-cmd-pull-up.patch b/recipes-kernel/linux/linux-toradex-mainline-4.14/0026-apalis_t30-fix-mmc1-cmd-pull-up.patch deleted file mode 100644 index 37c1895..0000000 --- a/recipes-kernel/linux/linux-toradex-mainline-4.14/0026-apalis_t30-fix-mmc1-cmd-pull-up.patch +++ /dev/null @@ -1,41 +0,0 @@ -From 6942904ff6f6c2ecb4fa26f9e1fc1b28ceb851d9 Mon Sep 17 00:00:00 2001 -Message-Id: <6942904ff6f6c2ecb4fa26f9e1fc1b28ceb851d9.1531317141.git.marcel.ziswiler@toradex.com> -In-Reply-To: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com> -References: <6654e1bd342708a683daf47e7558455f709a3e7e.1531317141.git.marcel.ziswiler@toradex.com> -From: Marcel Ziswiler -Date: Wed, 11 Jul 2018 10:31:07 +0200 -Subject: [PATCH 26/33] apalis_t30: fix mmc1 cmd pull-up - -Fix MMC1 cmd pin pull-up causing issues on carrier boards without -external pull-up. - -Signed-off-by: Marcel Ziswiler ---- - arch/arm/boot/dts/tegra30-apalis.dtsi | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/boot/dts/tegra30-apalis.dtsi b/arch/arm/boot/dts/tegra30-apalis.dtsi -index 82eb7538b8c1..f97b705abd0d 100644 ---- a/arch/arm/boot/dts/tegra30-apalis.dtsi -+++ b/arch/arm/boot/dts/tegra30-apalis.dtsi -@@ -167,14 +167,14 @@ - - /* Apalis MMC1 */ - sdmmc3_clk_pa6 { -- nvidia,pins = "sdmmc3_clk_pa6", -- "sdmmc3_cmd_pa7"; -+ nvidia,pins = "sdmmc3_clk_pa6"; - nvidia,function = "sdmmc3"; - nvidia,pull = ; - nvidia,tristate = ; - }; - sdmmc3_dat0_pb7 { -- nvidia,pins = "sdmmc3_dat0_pb7", -+ nvidia,pins = "sdmmc3_cmd_pa7", -+ "sdmmc3_dat0_pb7", - "sdmmc3_dat1_pb6", - "sdmmc3_dat2_pb5", - "sdmmc3_dat3_pb4", --- -2.14.4 - diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb index 2202e3f..8ca4feb 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb @@ -41,7 +41,6 @@ GENERIC_PATCHES = " \ file://0022-mfd-as3722-disable-auto-power-on-when-AC-OK.patch \ file://0023-apalis-tk1-mfd-k20-update-api-header-for-fw-version-.patch \ file://0024-apalis_t30-enable-broken-hpi-on-emmc.patch \ - file://0026-apalis_t30-fix-mmc1-cmd-pull-up.patch \ file://0027-apalis_t30-pull-up-sd-card-detect-pins.patch \ file://0028-Revert-mmc-tegra-Disable-UHS-I-modes-for-Tegra124.patch \ file://0029-mmc-tegra-fix-eMMC-DDR-mode.patch \ -- cgit v1.2.3