diff options
| author | Gustavo Solaira <gustavos@codeaurora.org> | 2018-01-31 17:35:37 -0800 |
|---|---|---|
| committer | Gustavo Solaira <gustavos@codeaurora.org> | 2018-02-06 13:42:15 -0800 |
| commit | a8c85fc795c063a09a96972c838fa80c520c3837 (patch) | |
| tree | 29f760237734cc3d8a0418f5740bca92f0b747fc | |
| parent | f62a74fe7c0684abf164cf3e696afcfc5e65fcea (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi index 40318c52c7c5..78141330915b 100644 --- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi @@ -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"; }; }; |
