diff options
author | Nick Hainke <vincent@systemli.org> | 2021-07-24 12:55:20 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-24 13:10:53 +0100 |
commit | 90db922f8818edb1faf9b9c9ba71f73119fb6068 (patch) | |
tree | f2a026d696d08e72f131a53cc6a41b7e602c189f /.gitattributes | |
parent | ca31755af9877a4539a0268f50b26f003f2059cd (diff) | |
download | upstream-90db922f8818edb1faf9b9c9ba71f73119fb6068.tar.gz upstream-90db922f8818edb1faf9b9c9ba71f73119fb6068.tar.bz2 upstream-90db922f8818edb1faf9b9c9ba71f73119fb6068.zip |
mediatek: mt7623: import patch to fix spi
The patch fixes the fifo rx mode for the mt7623. It is already accepted
upstream for Linux Kernel 5.15.
To test the spi we can change the dts file to
&spi0 {
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins_a>;
status = "okay";
spidev: spidev@0 {
compatible = "linux,spidev";
spi-max-frequency = <1000000>;
reg = <0>;
};
};
Afterwards we should see a spidev device under /dev/.
To test it we can further use spidev-test.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions