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/FRITZ7320.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/FRITZ7320.dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7320.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 491baee7ea..9e23519e4b 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -5,6 +5,7 @@ #include <dt-bindings/input/input.h> / { + compatible = "avm,fritz7320", "lantiq,xway", "lantiq,ar9"; model = "FRITZ7320 - 1&1 HomeServer"; chosen { |