commit | 1740dfc8c2d0f8ddb7376a78ad4ffec60619433d | [log] [tgz] |
---|---|---|
author | Jeremy LOCHE <lochejeremy@gmail.com> | Thu Sep 10 14:07:23 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Sep 10 15:57:54 2020 -0500 |
tree | c8992fb4e693754945228b22ea016a8e3d9aa2b9 | |
parent | 994374ec512b679fbce436d02314dfee05b2bf45 [diff] |
drivers: bluetooth: hci_spi: fix init priority Fixes #28275 by adding bluetooth HCI spi driver priority lower (75 instead of 50) than SPI (70) to avoid device_get_binding to return NULL because the device was not initialized. Signed-off-by: Jeremy LOCHE <lochejeremy@gmail.com>