diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2018-02-14 10:02:33 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-03-13 09:35:33 +0000 |
commit | 585d982e95591bc67ccbedd80e3d8d65c43896e5 (patch) | |
tree | bf8b02060c1891920e6fc7bdedfba10eb2e3556b /recipes-kernel/most/most.bbappend | |
parent | 7bc9507e4a6f4bcaf921232012115539eaa6012a (diff) |
recipes-kernel: most: add patch set for DT support
This patch adds a set of patches to enable DT usage of the DIM2 module.
It is needed to use the MediaLB (DIM) interface with the Kingfisher.
Change-Id: Idd71bea6f2c17cb579f0b44884037e7046380034
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-kernel/most/most.bbappend')
-rw-r--r-- | recipes-kernel/most/most.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/most/most.bbappend b/recipes-kernel/most/most.bbappend index bca20d59b..d85565fc2 100644 --- a/recipes-kernel/most/most.bbappend +++ b/recipes-kernel/most/most.bbappend @@ -5,4 +5,8 @@ SRC_URI_append = " \ file://0003-core-remove-kernel-log-for-MBO-status.patch \ file://0004-most-video-set-device_caps.patch \ file://0005-most-video-set-V4L2_CAP_DEVICE_CAPS-flag.patch \ + file://0006-dim2-fix-startup-sequence.patch \ + file://0007-dim2-use-device-tree.patch \ + file://0008-dim2-read-clock-speed-from-the-device-tree.patch \ + file://0009-dim2-use-device-for-coherent-memory-allocation.patch \ " |