diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-19 08:29:26 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-19 08:29:26 -0500 |
commit | 7a9230d78939e4a3c1540f3c7fbc0e3c94fc43f6 (patch) | |
tree | 29538c726fef8b746549da4d94024e5bcb686e98 | |
parent | cc63c01d076cdde00a41f38035029c1c80956e79 (diff) | |
download | mt-dt-overlay-7a9230d78939e4a3c1540f3c7fbc0e3c94fc43f6.tar.gz mt-dt-overlay-7a9230d78939e4a3c1540f3c7fbc0e3c94fc43f6.tar.bz2 mt-dt-overlay-7a9230d78939e4a3c1540f3c7fbc0e3c94fc43f6.zip |
Revert "added explicit spidev compatibility to MTCDT"
This reverts commit cc63c01d076cdde00a41f38035029c1c80956e79.
-rw-r--r-- | mtcdt/ap1-003-0.0.dtso | 4 | ||||
-rw-r--r-- | mtcdt/ap2-003-0.0.dtso | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mtcdt/ap1-003-0.0.dtso b/mtcdt/ap1-003-0.0.dtso index afbdca0..25f5bb5 100644 --- a/mtcdt/ap1-003-0.0.dtso +++ b/mtcdt/ap1-003-0.0.dtso @@ -23,12 +23,12 @@ /* target = <0x75>;*/ __overlay__ { ap1-spi@0 { - compatible = "spidev,mts,mtac"; + compatible = "mts,mtac"; spi-max-frequency = <0x1e8480>; reg = <0x0>; };/*ap1-spi0*/ ap1-spi@1 { - compatible = "spidev,mts,mtac"; + compatible = "mts,mtac"; spi-max-frequency = <0x1e8480>; reg = <0x1>; }; /*ap1-spi1*/ diff --git a/mtcdt/ap2-003-0.0.dtso b/mtcdt/ap2-003-0.0.dtso index 804591d..8b20bd5 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,mts,mtac"; + compatible = "mts,mtac"; spi-max-frequency = <0x1e8480>; reg = <0x0>; };/*ap1-spi0*/ ap1-spi@1 { - compatible = "spidev,mts,mtac"; + compatible = "mts,mtac"; spi-max-frequency = <0x1e8480>; reg = <0x1>; }; /*ap1-spi1*/ |