diff options
| author | Balachandra C S <balacs@codeaurora.org> | 2018-07-04 16:26:53 +0530 |
|---|---|---|
| committer | Balachandra C S <balacs@codeaurora.org> | 2018-07-13 13:21:41 +0530 |
| commit | ac83e7e52febf872d25a687cda32ea6d8d5d73cb (patch) | |
| tree | 74b921e74fb85a5c3f93720fbd744922afe0b872 /drivers/net | |
| parent | 9352586542f5db259c9e37fc3c4f792fbf987afc (diff) | |
drivers: net: can: Use proper device property in qti-can driver
Use the proper device tree property in qti-can driver for enabling
can-fd feature.
Change-Id: I4c59e7037a8e0f4972603aceb65138a190080074
Signed-off-by: Balachandra C S <balacs@codeaurora.org>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/can/spi/qti-can.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/spi/qti-can.c b/drivers/net/can/spi/qti-can.c index 71a340badf22..58dac2c62307 100644 --- a/drivers/net/can/spi/qti-can.c +++ b/drivers/net/can/spi/qti-can.c @@ -1323,7 +1323,7 @@ static int qti_can_probe(struct spi_device *spi) } priv_data->support_can_fd = of_property_read_bool(spi->dev.of_node, - "support-can-fd"); + "qcom,support-can-fd"); if (of_device_is_compatible(spi->dev.of_node, "qcom,nxp,mpc5746c")) qti_can_bittiming_const = flexcan_bittiming_const; |
