diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-08 10:59:32 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-16 23:33:56 +0100 |
commit | aba421432f261ee4c9dd1fb4c82d08115596fb83 (patch) | |
tree | 33c48b8acfa51f2e0dfb3854c96633043b8b9519 /target/linux/lantiq/dts/EASY88444.dts | |
parent | 7bab49fd7a6a870d4b7f67edce5a9b74c5edb7d0 (diff) | |
download | upstream-aba421432f261ee4c9dd1fb4c82d08115596fb83.tar.gz upstream-aba421432f261ee4c9dd1fb4c82d08115596fb83.tar.bz2 upstream-aba421432f261ee4c9dd1fb4c82d08115596fb83.zip |
lantiq: drop SoC name from eval boards compatible string
Keep it in the same format as used for the other eval boards.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/EASY88444.dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY88444.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/EASY88444.dts b/target/linux/lantiq/dts/EASY88444.dts index 583f5fbcd6..2bc1365268 100644 --- a/target/linux/lantiq/dts/EASY88444.dts +++ b/target/linux/lantiq/dts/EASY88444.dts @@ -6,7 +6,7 @@ / { model = "EASY88444 - Lantiq Falcon FTTdp G.FAST Reference Board"; - compatible = "lantiq,falcon-easy88444", "lantiq,falcon"; + compatible = "lantiq,easy88444", "lantiq,falcon"; aliases { spi0 = &ebu_cs0; |