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/WBMR.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/WBMR.dts')
-rw-r--r-- | target/linux/lantiq/dts/WBMR.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/WBMR.dts b/target/linux/lantiq/dts/WBMR.dts index 79d7b63bff..9711a31cb2 100644 --- a/target/linux/lantiq/dts/WBMR.dts +++ b/target/linux/lantiq/dts/WBMR.dts @@ -5,6 +5,7 @@ #include <dt-bindings/input/input.h> / { + compatible = "buffalo,wbmr-hp-g300h", "lantiq,xway", "lantiq,ar9"; model = "WBMR - Buffalo WBMR-HP-G300H"; chosen { |