diff options
Diffstat (limited to 'recipes-kernel/linux/linux-3.12.27')
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcap/defconfig (renamed from recipes-kernel/linux/linux-3.12.27/mtp/defconfig) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-eeprom-setup-mtcdt.patch (renamed from recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-eeprom-setup-mtcdt.patch) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch (renamed from recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch) | 10 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-3.12.27/mtp/defconfig b/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig index 155ff82..155ff82 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtp/defconfig +++ b/recipes-kernel/linux/linux-3.12.27/mtcap/defconfig diff --git a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-eeprom-setup-mtcdt.patch b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-eeprom-setup-mtcdt.patch index 4075005..4075005 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-eeprom-setup-mtcdt.patch +++ b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-eeprom-setup-mtcdt.patch diff --git a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch index 27e8df2..474f606 100644 --- a/recipes-kernel/linux/linux-3.12.27/mtp/linux-3.12-mtp-device-tree.patch +++ b/recipes-kernel/linux/linux-3.12.27/mtcap/linux-3.12-mtcap-device-tree.patch @@ -1,17 +1,17 @@ -Index: linux-3.12.27/arch/arm/boot/dts/mtp.dts +Index: linux-3.12.27/arch/arm/boot/dts/mtcap.dts =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-3.12.27/arch/arm/boot/dts/mtp.dts 2015-01-13 13:58:20.766078428 -0600 ++++ linux-3.12.27/arch/arm/boot/dts/mtcap.dts 2015-01-13 13:58:20.766078428 -0600 @@ -0,0 +1,210 @@ +/* -+ * DTS file for Multi-Tech Systems MTP Hardware ++ * DTS file for Multi-Tech Systems MTCAP Hardware + */ + +/dts-v1/; +#include "at91sam9g25.dtsi" + +/ { -+ model = "Multi-Tech Systems MTP"; ++ model = "Multi-Tech Systems MTCAP"; + compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + + chosen { @@ -221,7 +221,7 @@ Index: linux-3.12.27/arch/arm/boot/dts/Makefile dtb-$(CONFIG_ARCH_AT91) += at91sam9g35ek.dtb dtb-$(CONFIG_ARCH_AT91) += at91sam9x25ek.dtb dtb-$(CONFIG_ARCH_AT91) += at91sam9x35ek.dtb -+dtb-$(CONFIG_ARCH_AT91) += mtp.dtb ++dtb-$(CONFIG_ARCH_AT91) += mtcap.dtb # sama5d3 dtb-$(CONFIG_ARCH_AT91) += sama5d31ek.dtb dtb-$(CONFIG_ARCH_AT91) += sama5d33ek.dtb |