dts: bindings: can: rename nxp,kinetis-flexcan binding to nxp,flexcan
Rename the nxp,kinetis-flexcan devicetree compatible to nxp,flexcan as it is not specific to the NXP Kinetis series. This is preparation for adding a nxp,flexcan-fd binding. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
bd2651537c
commit
a082565dca
8 changed files with 14 additions and 14 deletions
|
@ -6,10 +6,10 @@
|
|||
config CAN_MCUX_FLEXCAN
|
||||
bool "MCUX FlexCAN driver"
|
||||
default y
|
||||
depends on DT_HAS_NXP_KINETIS_FLEXCAN_ENABLED
|
||||
depends on DT_HAS_NXP_FLEXCAN_ENABLED
|
||||
depends on CLOCK_CONTROL
|
||||
help
|
||||
Enable support for mcux flexcan driver.
|
||||
Enable support for the NXP MCUX FlexCAN driver.
|
||||
|
||||
config CAN_MAX_FILTER
|
||||
int "Maximum number of concurrent active RX filters"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_DRV_COMPAT nxp_kinetis_flexcan
|
||||
#define DT_DRV_COMPAT nxp_flexcan
|
||||
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/sys/atomic.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue