From 4e2047a23dac36dc56f65abd6d819a81befe2c4f Mon Sep 17 00:00:00 2001 From: Patrick Murphy Date: Tue, 20 Jul 2021 04:13:17 -0500 Subject: modified the compatible argument to target atmel,at91rm9200-spi --- mtcdt/ap1-003-0.0.dtso | 4 ++-- 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 25f5bb5..590333f 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 = "mts,mtac"; + compatible = "atmel,at91rm9200-spi"; spi-max-frequency = <0x1e8480>; reg = <0x0>; };/*ap1-spi0*/ ap1-spi@1 { - compatible = "mts,mtac"; + compatible = "atmel,at91rm9200-spi"; 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 8b20bd5..9b472d6 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 = "mts,mtac"; + compatible = "atmel,at91rm9200-spi"; spi-max-frequency = <0x1e8480>; reg = <0x0>; };/*ap1-spi0*/ ap1-spi@1 { - compatible = "mts,mtac"; + compatible = "atmel,at91rm9200-spi"; spi-max-frequency = <0x1e8480>; reg = <0x1>; }; /*ap1-spi1*/ -- cgit v1.2.3