summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mtcdt/ap1-003-0.0.dtso4
-rw-r--r--mtcdt/ap2-003-0.0.dtso4
2 files changed, 4 insertions, 4 deletions
diff --git a/mtcdt/ap1-003-0.0.dtso b/mtcdt/ap1-003-0.0.dtso
index 2d530cf..f005945 100644
--- a/mtcdt/ap1-003-0.0.dtso
+++ b/mtcdt/ap1-003-0.0.dtso
@@ -24,12 +24,12 @@
__overlay__ {
ap1-spi@0 {
compatible = "mts,mtac";
- spi-max-frequency = <1000000>;
+ spi-max-frequency = <2000000>;
reg = <0>;
};/*ap1-spi0*/
ap1-spi@1 {
compatible = "mts,mtac";
- spi-max-frequency = <1000000>;
+ spi-max-frequency = <2000000>;
reg = <1>;
}; /*ap1-spi1*/
}; /*overlay*/
diff --git a/mtcdt/ap2-003-0.0.dtso b/mtcdt/ap2-003-0.0.dtso
index 71c6daa..7aff7f3 100644
--- a/mtcdt/ap2-003-0.0.dtso
+++ b/mtcdt/ap2-003-0.0.dtso
@@ -22,12 +22,12 @@
/*target = <0x76>; */
__overlay__ {
ap1-spi@0 {
- compatible = "spidev";
+ compatible = "mts,mtac";
spi-max-frequency = <2000000>;
reg = <0>;
};/*ap1-spi0*/
ap1-spi@1 {
- compatible = "spidev";
+ compatible = "mts,mtac";
spi-max-frequency = <2000000>;
reg = <1>;
}; /*ap1-spi1*/