mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 11:36:51 +07:00
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>
This commit is contained in:
parent
6e1811900b
commit
700253e7b2
@ -118,6 +118,7 @@ gmi_a16_pj7 {
|
||||
nvidia,function = "spi4";
|
||||
nvidia,pull = <TEGRA_PIN_PULL_NONE>;
|
||||
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
||||
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
|
||||
};
|
||||
/* CAN_INT2 */
|
||||
spi2_cs2_n_pw3 {
|
||||
|
Loading…
Reference in New Issue
Block a user