Skip to content

Commit 700253e

Browse files
ziswilerthierryreding
authored andcommitted
ARM: tegra: Fix can2 on Tegra30 Apalis
CAN2 currently fails on probe as follows: mcp251x spi1.1: Probe failed, err=19 Fix this by enabling input on pin mux of resp. SPI4 pins. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 6e18119 commit 700253e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/tegra30-apalis.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
nvidia,function = "spi4";
119119
nvidia,pull = <TEGRA_PIN_PULL_NONE>;
120120
nvidia,tristate = <TEGRA_PIN_DISABLE>;
121+
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
121122
};
122123
/* CAN_INT2 */
123124
spi2_cs2_n_pw3 {

0 commit comments

Comments
 (0)