Compare commits

...

2 Commits

Author SHA1 Message Date
Klemens Schölhorn cdfb32119d Enable support for the MMC-SPI driver through the device tree
This allows accessing the sd card as a block device and mounting partitions.
2018-06-13 00:41:30 +02:00
Klemens Schölhorn 8d5a87221a Update submodules for presentation 2018-06-13 00:40:54 +02:00
4 changed files with 12 additions and 2 deletions

@ -1 +1 @@
Subproject commit c812a8878fab68cccb85e26abb9ca30dfa1bb93d
Subproject commit 552553e526989681e7da3b840518b6f415117514

@ -1 +1 @@
Subproject commit f077164140ceb548e67b079ec001a68d0e3cca18
Subproject commit 401f509177a51bc3b8e029176cd417ded0b770bb

View File

@ -107,6 +107,16 @@
reg = <0x64001000 0x1000>;
reg-names = "control";
clocks = <&sysclk 0>;
#address-cells = <1>;
#size-cells = <0>;
mmc@0 {
compatible = "mmc-spi-slot";
reg = <0x0>;
spi-max-frequency = <0x1312d00>;
voltage-ranges = <0xce4 0xce4>;
disable-wp;
};
};
L9: serial@64003000 {
compatible = "klemens,terminal0";