diff options
author | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-22 10:30:28 -0500 |
---|---|---|
committer | Patrick Murphy <patrick.muprphy@multitech.com> | 2021-07-22 10:30:28 -0500 |
commit | fc61da28f5fd72c5183e3ccc1755dac3f5b0a8b2 (patch) | |
tree | 43f6dded0c91ec6a595e289dedae48877adf2f50 /mtcdt | |
parent | 7e2edce4d5219a82fe4061775b69386d3be0df67 (diff) | |
download | mt-dt-overlay-fc61da28f5fd72c5183e3ccc1755dac3f5b0a8b2.tar.gz mt-dt-overlay-fc61da28f5fd72c5183e3ccc1755dac3f5b0a8b2.tar.bz2 mt-dt-overlay-fc61da28f5fd72c5183e3ccc1755dac3f5b0a8b2.zip |
corrected error in referenced compatibility driver
Diffstat (limited to 'mtcdt')
-rw-r--r-- | mtcdt/ap1-003-0.0.dtso | 2 | ||||
-rw-r--r-- | mtcdt/ap2-003-0.0.dtso | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mtcdt/ap1-003-0.0.dtso b/mtcdt/ap1-003-0.0.dtso index dcf57ed..f005945 100644 --- a/mtcdt/ap1-003-0.0.dtso +++ b/mtcdt/ap1-003-0.0.dtso @@ -17,7 +17,7 @@ / { - compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + compatible = "atmel,at91rm9200-spi"; fragment@0 { target-path = "/ahb/apb/spi@f0000000"; /* target = <0x75>;*/ diff --git a/mtcdt/ap2-003-0.0.dtso b/mtcdt/ap2-003-0.0.dtso index 6033065..7aff7f3 100644 --- a/mtcdt/ap2-003-0.0.dtso +++ b/mtcdt/ap2-003-0.0.dtso @@ -16,7 +16,7 @@ #include <dt-bindings/clock/at91.h> / { - compatible = "atmel,at91sam9g25ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; + compatible = "atmel,at91rm9200-spi"; fragment@0 { target-path = "/ahb/apb/spi@f0004000"; /*target = <0x76>; */ |