1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

linux-yocto/4.4: Galileo updates

Integrating the following patches for improved galileo support:

  66009f8977a6 adc1x8s102: support ACPI-based enumeration.
  903003b78c13 staging:iio: add support for ADC1x8s102.
  cd83f4095b23 spi-pxa2xx: fixed ACPI-based enumeration of SPI devices.
  c4efe23b7f93 pca9685: PCA9685 PWM and GPIO multi-function device.
  81e166ec0a35 gpio: pca953x: provide GPIO base based on _UID
  4086f8c34956 acpi: added a custom DSDT file.

(From OE-Core rev: 4533598f760e9841789db0e0eb4b14572c4224fe)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2016-03-10 12:06:33 -05:00
committed by Richard Purdie
parent 37b61b0590
commit c6aeef38b8
3 changed files with 13 additions and 13 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.4.3"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "dadb4369046246d7788db1f3cdf0a34298e35b4b"
SRCREV_meta ?= "89419d8b902aa81cb4c52f9dd12a6c9e083ce198"
SRCREV_machine ?= "66009f8977a62d3bd29d4b89a8e29d1095524aea"
SRCREV_meta ?= "0ae928f7664c97fcce9411a6323ee9b376a59996"
PV = "${LINUX_VERSION}+git${SRCPV}"