mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
linux-yocto/4.12: pinctrl backports
Backporting the following pinctrl commits to enable controllers on Intel Cannon Lake: 4b7a5c1b4ec5 pinctrl: intel: Add Intel Cannon Lake PCH-H pin controller support 044631ce1937 pinctrl: intel: Add Intel Cannon Lake PCH pin controller support 2054b0ea59a7 pinctrl: intel: Make it possible to specify mode per pin in a group 55b9053b5a5a pinctrl: intel: Add support for variable size pad groups (From OE-Core rev: 4c05eb243c2cf10304383f6265721b695750cb9b) 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:
committed by
Richard Purdie
parent
9c3b84d5ee
commit
7899fd683b
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.19"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "257f843ea367744620f1d92910afd2f454e31483"
|
||||
SRCREV_meta ?= "44a22d45cbcd7e14ea635d36949e14135f540fe0"
|
||||
SRCREV_machine ?= "4b7a5c1b4ec5536806942340755bcfbf6f3584d9"
|
||||
SRCREV_meta ?= "7986844d9de597218a23f82e68b01e5bf060d576"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user