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/ALL0333CJ.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/ALL0333CJ.dts')
-rw-r--r-- | target/linux/lantiq/dts/ALL0333CJ.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/ALL0333CJ.dts b/target/linux/lantiq/dts/ALL0333CJ.dts index 99174c53fb..a6bd1e456d 100644 --- a/target/linux/lantiq/dts/ALL0333CJ.dts +++ b/target/linux/lantiq/dts/ALL0333CJ.dts @@ -3,6 +3,7 @@ #include "amazonse.dtsi" / { + compatible = "allnet,all0333cj", "lantiq,xway", "lantiq,ase"; model = "ALL0333CJ - Allnet ALL0333CJ DSL Modem"; chosen { |