diff options
author | John Klug <john.klug@multitech.com> | 2017-02-24 18:02:37 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-22 12:32:11 -0500 |
commit | fd8e761bc3bbcbee29620eb7d135acc577edfd4f (patch) | |
tree | 4c9b9587649c6e630b5c6ed17132bd62915a9ab9 /recipes-kernel/linux/linux-3.12.70 | |
parent | 7ea419b202469cafc4918f6da595afa637fe3f96 (diff) | |
download | meta-multitech-fd8e761bc3bbcbee29620eb7d135acc577edfd4f.tar.gz meta-multitech-fd8e761bc3bbcbee29620eb7d135acc577edfd4f.tar.bz2 meta-multitech-fd8e761bc3bbcbee29620eb7d135acc577edfd4f.zip |
rename driver level add device tree for wilc1000 wifi
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.70')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.70/mtcap/linux-3.12-mtcap-device-tree.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 = ++ <AT91_PIOA 4 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PA4 gpio pin pull up and deglitch - WIFI enable */ ++ }; ++ }; ++ + nand { + pinctrl_nand: nand-0 { + atmel,pins = |