Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note about SPI param
  • Loading branch information
EvilOlaf committed Aug 22, 2021
1 parent 39cdbb4 commit 6b9bcee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/User-Guide_Armbian_overlays.md
Expand Up @@ -112,7 +112,8 @@ Rework may include changing labels, references (phandles) and pinconf bindings.

Activating a device on SPI or I2S bus may require more than one overlay.
In case a bus overlay like `spi0` or `i2s0` exist for the target SoC they need to be activated in addition to a slave device overlay (provided or custom/user-made).
Please note that these overlays (`spi0`, `i2s0`) do not enable any slave devices (like spidev or I2S codec).
Please note that these overlays (`spi0`, `i2s0`) do not enable any slave devices (like spidev or I2S codec).
In [some cases](https://forum.armbian.com/topic/18824-spi-communication-nonfunctional-no-data-received/) it might be necessary to change `param_spidev_spi_bus` to `1`.

## Debugging

Expand Down

1 comment on commit 6b9bcee

@cagroh
Copy link

@cagroh cagroh commented on 6b9bcee Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean "i2c0" instead of "i2s0"?

Please sign in to comment.