dts: fix u-blox sara r4 compatible
It should be "u-blox,sara-r4", because the vendor prefix for this company is "u-blox", not "ublox". Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
7594676a26
commit
3910c35193
5 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRV_COMPAT ublox_sara_r4
|
||||
#define DT_DRV_COMPAT u_blox_sara_r4
|
||||
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(modem_ublox_sara_r4, CONFIG_MODEM_LOG_LEVEL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue