Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acecea41 authored by Balachandra C S's avatar Balachandra C S Committed by Gerrit - the friendly Code Review server
Browse files

Modify k61 driver to remove support for mpc5746c CAN card



mpc5746c CAN driver will be supported by the unified driver qti-can.

Change-Id: I6743604c1298b9705ac3550b96c9dae04d5137bd
Signed-off-by: default avatarBalachandra C S <balacs@codeaurora.org>
parent 2f7b4b25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
This driver implements SPI slave protocol for Freescale K61 CAN controller.

Required properties:
  - compatible: Should be "fsl,k61" or "nxp,mpc5746c".
  - compatible: Should be "fsl,k61".
  - reg: Should contain SPI chip select.
  - interrupt-parent: Should specify interrupt controller for the interrupt.
  - interrupts: Should contain IRQ line for the CAN controller.
+1 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -917,7 +917,6 @@ static int k61_remove(struct spi_device *spi)

static const struct of_device_id k61_match_table[] = {
	{ .compatible = "fsl,k61" },
	{ .compatible = "nxp,mpc5746c" },
	{ }
};