diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-08 10:33:53 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-16 23:33:56 +0100 |
commit | 7bab49fd7a6a870d4b7f67edce5a9b74c5edb7d0 (patch) | |
tree | 24448ced2b086f1dd4adce958d198bb895f71dac /target/linux/lantiq/dts/TDW8980.dts | |
parent | 481e1f23f5a178f44f6cf89e761ab51d1fc8d6ed (diff) | |
download | upstream-7bab49fd7a6a870d4b7f67edce5a9b74c5edb7d0.tar.gz upstream-7bab49fd7a6a870d4b7f67edce5a9b74c5edb7d0.tar.bz2 upstream-7bab49fd7a6a870d4b7f67edce5a9b74c5edb7d0.zip |
lantiq: add compatible strings to dts files
The compatible string is mandetory for devicetree source file.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/TDW8980.dts')
-rw-r--r-- | target/linux/lantiq/dts/TDW8980.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts index 0796b2b234..cb0afece2c 100644 --- a/target/linux/lantiq/dts/TDW8980.dts +++ b/target/linux/lantiq/dts/TDW8980.dts @@ -3,6 +3,7 @@ #include "TDW89X0.dtsi" / { + compatible = "tplink,tdw8980", "tplink,tdw89x0", "lantiq,xway", "lantiq,vr9"; model = "TDW8980 - TP-LINK TD-W8980"; fpi@10000000 { |