mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

This includes the following changes, the defconfig changes are reflected in the yocto defconfigs to keep things in sync. Eric Nelson (39): nit6xlite_defconfig: add LEDS_GPIO sabrelite: configure ethernet PHY nRST nitrogen6x: configure ethernet PHY nRST nitrogen6_mtp: configure ethernet PHY nRST nitrogen6_max: configure ethernet PHY nRST nit6xlite: configure ethernet PHY nRST nit6xlite: default to multi-touch input for eGalax, ft5x06 nitrogen6x: default to multi-touch input for eGalax, ft5x06 nitrogen6x_ub: default to multi-touch input for eGalax, ft5x06 ft5x06: free GPIO in _remove ft5x06: add support for ABS_MT_TRACKING_ID ft5x06: set MAX_TOUCHES to 12 ft5x06: respect/return tracking id from controller net: fec: iMX6 FEC does not support half-duplex gigabit nit*_defconfig: add CONFIG_USB_FUNCTIONFS=m nit*_defconfig: add CONFIG_USB_SERIAL_GENERIC nit6xlite: add ili210x touch controller nitrogen6x: add ili210x touch controller sabrelite: add ili210x touch controller nitrogen6_max: add ili210x touch controller nit6xlite_defconfig: add ILI210X touch screen nitrogen6x_defconfig: add ILI210X touch screen ili210x: Allow use with Device Tree nitrogen6_max: enable FEC ethernet nitrogen6_max: swap NANDF_CS0/1 (GP6:11/14) for SD3 voltage select, WL IRQ nitrogen6_max: define ENET_TXD1 as GPIO1:29 for amplifier mute flexcan: allow use with transceivers that only have standby pin nitrogen6x: SDIO is 1.8V-only, add flag in DTS sdhci: Allow platform_set_power callback sdhci-imx: Add power-gpio support nitrogen6x: use power-gpio instead of vqmmc-supply to control WL_EN pin nitrogen6_max: use power-gpio instead of vqmmc-supply to control WL_EN pin nitrogen6_max: configure voltage-select pin nit6xlite: flag 1.8v quirk for vqmmc on sdhc2 (WiFi interface) DT:imx6qdl: Pad SD2_DAT3 should have pull-down nitrogen6x_defconfig: include LEDS_PWM, SPI_SPIDEV Add imx6q-sabrelite-nolcd device tree fec: Add disable_giga parameter to force 10/100 operation Revert "DT:imx6qdl: Pad SD2_DAT3 should have pull-down" Ranjani Vaidyanathan (1): ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> Reviewed-by: Eric Nelson <eric.nelson@boundarydevices.com> Acked-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
18 lines
636 B
BlitzBasic
18 lines
636 B
BlitzBasic
# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
require recipes-kernel/linux/linux-dtb.inc
|
|
|
|
SUMMARY = "Linux kernel for Boundary Devices boards"
|
|
|
|
SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
|
|
file://defconfig"
|
|
|
|
LOCALVERSION = "-1.0.0_ga+yocto"
|
|
SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga"
|
|
SRCREV = "62ef71f3f6dc199ecc533c5aea7a88b74e5bf449"
|
|
DEPENDS += "lzop-native "
|
|
COMPATIBLE_MACHINE = "(mx6)"
|
|
COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
|