From 7e2edce4d5219a82fe4061775b69386d3be0df67 Mon Sep 17 00:00:00 2001 From: Patrick Murphy Date: Tue, 20 Jul 2021 08:34:59 -0500 Subject: changed register and frequency values to decimal to match dts file --- mtcdt/ap1-003-0.0.dtso | 12 ++++++------ mtcdt/ap2-003-0.0.dtso | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/mtcdt/ap1-003-0.0.dtso b/mtcdt/ap1-003-0.0.dtso index d0cb5c6..dcf57ed 100644 --- a/mtcdt/ap1-003-0.0.dtso +++ b/mtcdt/ap1-003-0.0.dtso @@ -23,14 +23,14 @@ /* target = <0x75>;*/ __overlay__ { ap1-spi@0 { - /* compatible = "mts,mtac,atmel,at91rm9200-spi";*/ - spi-max-frequency = <0x1e8480>; - reg = <0x0>; + compatible = "mts,mtac"; + spi-max-frequency = <2000000>; + reg = <0>; };/*ap1-spi0*/ ap1-spi@1 { - /* compatible = "mts,mtac,atmel,at91rm9200-spi";*/ - spi-max-frequency = <0x1e8480>; - reg = <0x1>; + compatible = "mts,mtac"; + spi-max-frequency = <2000000>; + reg = <1>; }; /*ap1-spi1*/ }; /*overlay*/ }; /*fragment@0*/ diff --git a/mtcdt/ap2-003-0.0.dtso b/mtcdt/ap2-003-0.0.dtso index 2b613d5..6033065 100644 --- a/mtcdt/ap2-003-0.0.dtso +++ b/mtcdt/ap2-003-0.0.dtso @@ -22,14 +22,14 @@ /*target = <0x76>; */ __overlay__ { ap1-spi@0 { - /* compatible = "mts,mtac,atmel,at91rm9200-spi"; */ - spi-max-frequency = <0x1e8480>; - reg = <0x0>; + compatible = "mts,mtac"; + spi-max-frequency = <2000000>; + reg = <0>; };/*ap1-spi0*/ ap1-spi@1 { - /* compatible = "mts,mtac,atmel,at91rm9200-spi"; */ - spi-max-frequency = <0x1e8480>; - reg = <0x1>; + compatible = "mts,mtac"; + spi-max-frequency = <2000000>; + reg = <1>; }; /*ap1-spi1*/ }; /*overlay*/ }; /*fragment@0*/ -- cgit v1.2.3