ARM: dts: msm: Disable SPI CAN controller on msm8996 CV2X boards
Disable the SPI based CAN controller on msm8996 CV2X boards since they are using the USB based CAN controller now. Change-Id: I57cccee0b9ffa59f516747350160907960048a6a Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
This commit is contained in:
parent
f62a74fe7c
commit
a8c85fc795
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2017-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
|
||||
|
@ -238,6 +238,7 @@
|
|||
pinctrl-names = "active", "sleep";
|
||||
pinctrl-0 = <&can_rst_on>;
|
||||
pinctrl-1 = <&can_rst_off>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue