PWM: enable pwm's in device tree.

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2017-08-14 10:09:28 +02:00
parent 05545ec382
commit 32eb5baea1
3 changed files with 57 additions and 1 deletions

View File

@@ -3,8 +3,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += "file://rtl8192cu.cfg "
SRC_URI += " \
file://rtl8192cu.cfg \
file://enable_pwm.cfg \
file://0001-bbb-enable-pwm.patch \
"
KERNEL_CONFIG_FRAGMENTS_append_ti33x = " \
${WORKDIR}/rtl8192cu.cfg \
${WORKDIR}/enable_pwm.cfg \
"