diff options
author | John Klug <john.klug@multitech.com> | 2018-12-20 16:13:00 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-12-20 16:13:00 -0600 |
commit | 9c0078acd005cbf248ffc4eb1b250361df204394 (patch) | |
tree | 1372eb4d9fe0a2b4ad70b2912a7ee23efb25edb3 /recipes-kernel | |
parent | 3094c69a11bb504c222a326674637071cf2665f0 (diff) | |
download | meta-multitech-9c0078acd005cbf248ffc4eb1b250361df204394.tar.gz meta-multitech-9c0078acd005cbf248ffc4eb1b250361df204394.tar.bz2 meta-multitech-9c0078acd005cbf248ffc4eb1b250361df204394.zip |
Remove get_single_ended for now because it clears pull-up flag
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.bb b/recipes-kernel/linux/linux-at91_4.9.bb index 6fb44b8..251b75c 100644 --- a/recipes-kernel/linux/linux-at91_4.9.bb +++ b/recipes-kernel/linux/linux-at91_4.9.bb @@ -23,17 +23,20 @@ KBRANCH = "linux-4.9-at91" SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=git;branch=${KBRANCH}" SRC_URI += "file://defconfig" +# gpio set single ended required device tree changes for pull-ups +# file://linux-4.9-at91_gpio_set_single_ended.patch + COMMON_PATCHES = "file://linux-4.9-pps-gpio.patch" # file://at91pinctrl_reprobe.patch + SRC_URI_append_mtcdt = "\ ${COMMON_PATCHES} \ file://defconfig \ file://linux-4.9-mtcdt-device-tree.patch \ file://linux-4.9-add-num_accessory_ports-config-option.patch \ file://950-0090-OF-DT-Overlay-configfs-interface.patch \ - file://linux-4.9-at91_gpio_set_single_ended.patch \ file://linux-4.9-spidev_squack.patch \ " SRC_URI_append_mtrv1 = "\ @@ -41,7 +44,6 @@ SRC_URI_append_mtrv1 = "\ file://defconfig \ file://linux-4.9-mtrv1-device-tree.patch \ file://950-0090-OF-DT-Overlay-configfs-interface.patch \ - file://linux-4.9-at91_gpio_set_single_ended.patch \ file://linux-4.9-spidev_squack.patch \ " |