From 68f7550b95a863ae5ec89758d98659727483d44e Mon Sep 17 00:00:00 2001 From: John Klug Date: Mon, 8 Apr 2019 17:19:54 -0500 Subject: Spurious signals on GPS reset line due to bad mmc0-board configuration --- .../mtcdt/linux-3.12-mtcdt-device-tree.patch | 25 ++++++++++------------ 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/recipes-kernel/linux/linux-3.12.70/mtcdt/linux-3.12-mtcdt-device-tree.patch b/recipes-kernel/linux/linux-3.12.70/mtcdt/linux-3.12-mtcdt-device-tree.patch index bea818d..e6801c3 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcdt/linux-3.12-mtcdt-device-tree.patch +++ b/recipes-kernel/linux/linux-3.12.70/mtcdt/linux-3.12-mtcdt-device-tree.patch @@ -1,8 +1,8 @@ -Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts +Index: linux-3.12.70/arch/arm/boot/dts/mtcdt.dts =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-3.12.27/arch/arm/boot/dts/mtcdt.dts 2016-09-19 15:34:25.111103538 -0500 -@@ -0,0 +1,279 @@ ++++ linux-3.12.70/arch/arm/boot/dts/mtcdt.dts 2019-04-08 14:35:41.381258644 -0500 +@@ -0,0 +1,276 @@ +/* + * DTS file for Multi-Tech Systems MTCDT Hardware + */ @@ -42,19 +42,15 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts + AT91_PIOD 13 AT91_PERIPH_A AT91_PINCTRL_PULL_UP>; /* PD13 periph A Data bit 7 */ + }; + -+ pinctrl_nand_16bits: nand_16bits-0 { -+ atmel,pins = -+ ; /* PD21 periph A Data bit 15 */ -+ }; ++ /delete-node/ nand_16bits-0; + }; + ++ mmc0 { ++ mmc0-board { ++ atmel,pins = ++ ; ++ }; ++ }; + mmc1 { + pinctrl_mmc1_slot0_clk_cmd_dat0: mmc1_slot0_clk_cmd_dat0-0 { + atmel,pins = @@ -69,6 +65,7 @@ Index: linux-3.12.27/arch/arm/boot/dts/mtcdt.dts + AT91_PIOA 3 AT91_PERIPH_B AT91_PINCTRL_PULL_UP /* PA3 periph B with pullup */ + AT91_PIOA 4 AT91_PERIPH_B AT91_PINCTRL_PULL_UP>; /* PA4 periph B with pullup */ + }; ++ /delete-node/ mmc1-board; + }; + }; + -- cgit v1.2.3