From fd8e761bc3bbcbee29620eb7d135acc577edfd4f Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 24 Feb 2017 18:02:37 -0600 Subject: rename driver level add device tree for wilc1000 wifi --- .../mtcap/linux-3.12-mtcap-device-tree.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/recipes-kernel/linux/linux-3.12.70/mtcap/linux-3.12-mtcap-device-tree.patch b/recipes-kernel/linux/linux-3.12.70/mtcap/linux-3.12-mtcap-device-tree.patch index 7054c64..db18efd 100644 --- a/recipes-kernel/linux/linux-3.12.70/mtcap/linux-3.12-mtcap-device-tree.patch +++ b/recipes-kernel/linux/linux-3.12.70/mtcap/linux-3.12-mtcap-device-tree.patch @@ -43,7 +43,27 @@ diff -Naru linux-3.12.70.orig/arch/arm/boot/dts/mtcap.dts linux-3.12.70/arch/arm + status = "okay"; + }; + ++ mmc0: mmc@f0008000 { ++ pinctrl-names = "default"; ++ pinctrl-0 = < ++ /* &pinctrl_board_mmc0 */ ++ &pinctrl_mmc0_slot0_clk_cmd_dat0 ++ &pinctrl_mmc0_slot0_dat1_3>; ++ status = "okay"; ++ slot@0 { ++ reg = <0>; ++ bus-width = <4>; ++ }; ++ }; ++ + pinctrl@fffff400 { ++ mmc0 { ++ pinctrl_board_mmc0: mmc0-board { ++ atmel,pins = ++ ; /* PA4 gpio pin pull up and deglitch - WIFI enable */ ++ }; ++ }; ++ + nand { + pinctrl_nand: nand-0 { + atmel,pins = -- cgit v1.2.3