meta-digi-dey: btfilter: ccimx6: Add variants 0x11/0x12 as bluetooth enabled.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2015-07-14 10:03:07 +02:00
parent c014df997f
commit ff946261ef
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ bt_init() {
fi
BT_PWR_GPIO_NR="21"
elif [ "${MACHINENAME}" = "ccimx6sbc" ]; then
BLUETOOTH_VARIANTS="0x01 0x02 0x03 0x04 0x06 0x0b"
BLUETOOTH_VARIANTS="0x01 0x02 0x03 0x04 0x06 0x0b 0x11 0x12"
MOD_VARIANT="$(cat /proc/device-tree/digi,hwid,variant)"
if ! echo "${BLUETOOTH_VARIANTS}" | grep -qs "${MOD_VARIANT}"; then
echo "${SCRIPTNAME}: variant ${MOD_VARIANT} does not support bluetooth"