diff options
author | John Klug <john.klug@multitech.com> | 2019-01-25 15:49:23 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-25 15:49:23 -0600 |
commit | 57fd68d3e7cb02fc330b57ce917d42db8bc8e47d (patch) | |
tree | 2d3e0c5dab2841c7ca28cd3c5e797df5ad4d5947 | |
parent | 02f2a88f3b08a1ee661d18ae4ee5355bf78fc8d2 (diff) | |
download | meta-multitech-57fd68d3e7cb02fc330b57ce917d42db8bc8e47d.tar.gz meta-multitech-57fd68d3e7cb02fc330b57ce917d42db8bc8e47d.tar.bz2 meta-multitech-57fd68d3e7cb02fc330b57ce917d42db8bc8e47d.zip |
Remove unused m25p80 module.
-rw-r--r-- | recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch index 4c27284..43ca5eb 100644 --- a/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch +++ b/recipes-kernel/linux/linux-at91-4.9.87/mtcdt/linux-4.9-mtcdt-device-tree.patch @@ -1,9 +1,7 @@ -Index: linux-4.9/arch/arm/boot/dts/mtcdt.dts -=================================================================== -diff -aNru linux-4.9-orig/arch/arm/boot/dts/mtcdt.dts linux-4.9/arch/arm/boot/dts/mtcdt.dts ---- linux-4.9-orig/arch/arm/boot/dts/mtcdt.dts 1969-12-31 18:00:00.000000000 -0600 -+++ linux-4.9/arch/arm/boot/dts/mtcdt.dts 2018-11-28 18:45:28.113550592 -0600 -@@ -0,0 +1,253 @@ +diff -Naru linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts linux-4.9.87/arch/arm/boot/dts/mtcdt.dts +--- linux-4.9.87.orig/arch/arm/boot/dts/mtcdt.dts 1969-12-31 18:00:00.000000000 -0600 ++++ linux-4.9.87/arch/arm/boot/dts/mtcdt.dts 2019-01-25 15:44:49.655256032 -0600 +@@ -0,0 +1,254 @@ +/* + * DTS file for Multi-Tech Systems MTCDT Hardware + */ @@ -105,6 +103,7 @@ diff -aNru linux-4.9-orig/arch/arm/boot/dts/mtcdt.dts linux-4.9/arch/arm/boot/dt + spi-max-frequency = <1000000>; + reg = <3>; + }; ++ /delete-node/ m25p80@0; + }; + + /* runs to Accessory Port 2 */ |