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/EASY98000NAND.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/EASY98000NAND.dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY98000NAND.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/EASY98000NAND.dts b/target/linux/lantiq/dts/EASY98000NAND.dts index 0e5b89d50e..d6f520aa5d 100644 --- a/target/linux/lantiq/dts/EASY98000NAND.dts +++ b/target/linux/lantiq/dts/EASY98000NAND.dts @@ -5,7 +5,7 @@ / { model = "EASY98000NAND - Lantiq Falcon (NAND)"; - compatible = "lantiq,falcon-easy98000-nand", "lantiq,falcon-easy98000", "lantiq,falcon"; + compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon"; aliases { spi0 = &spi; |