ramips: add missing soc compatibles to dts
Add SoC compatibles where missing. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
3326e36fa7
commit
6912e55e71
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
compatible = "ubiquiti,edgerouterx";
|
||||
compatible = "ubiquiti,edgerouterx", "mediatek,mt7621-soc";
|
||||
|
||||
memory@0 {
|
||||
device_type = "memory";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/ {
|
||||
model = "UBNT-ERX-SFP";
|
||||
compatible = "ubiquiti,edgerouterx-sfp";
|
||||
compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
|
||||
|
||||
i2c-gpio {
|
||||
compatible = "i2c-gpio";
|
||||
|
|
Loading…
Reference in a new issue