mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Unfortunately vcu108 spi clock is forced to run at 400KHz for now.
This commit is contained in:
parent
827f986fae
commit
f08414bb69
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
mmc@0 {
|
||||
compatible = "mmc-spi-slot";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <1000000>;
|
||||
spi-max-frequency = <400000>;
|
||||
voltage-ranges = <3300 3300>;
|
||||
disable-wp;
|
||||
// gpios = <&gpio0 6 1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue