diff options
author | Mathias Kresin <dev@kresin.me> | 2018-12-06 11:16:47 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 13:28:22 +0100 |
commit | 8d6f128d390753ea8f4deae5cc9a1d75435164b4 (patch) | |
tree | 04537ce081f3a585fedb3567b018dec9fa38fd9a /target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts | |
parent | adfc8d8eca207b1148d3e796eaa84a0642099959 (diff) | |
download | upstream-8d6f128d390753ea8f4deae5cc9a1d75435164b4.tar.gz upstream-8d6f128d390753ea8f4deae5cc9a1d75435164b4.tar.bz2 upstream-8d6f128d390753ea8f4deae5cc9a1d75435164b4.zip |
ath79: add SoC or family compatible
Add missing SoC specific compatibles and/or inherit the family
compatibles like "ubnt,xm".
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts index ea19c6bea4..ad98075610 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_bullet-m-xw.dts @@ -7,7 +7,7 @@ #include "ar9342_ubnt_xw.dtsi" / { - compatible = "ubnt,bullet-m-xw", "ubnt,xw"; + compatible = "ubnt,bullet-m-xw", "ubnt,xw", "qca,ar9342"; model = "Ubiquiti Bullet M (XW)"; }; |