[openwrt/openwrt] ramips: add missing soc compatibles to dts
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 9 13:10:04 PST 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/6912e55e7106bf4130185dc018324ac9675328e0
commit 6912e55e7106bf4130185dc018324ac9675328e0
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Sat Dec 30 20:41:22 2017 +0100
ramips: add missing soc compatibles to dts
Add SoC compatibles where missing.
Signed-off-by: Mathias Kresin <dev at kresin.me>
---
target/linux/ramips/dts/UBNT-ER-e50.dtsi | 2 +-
target/linux/ramips/dts/UBNT-ERX-SFP.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ramips/dts/UBNT-ER-e50.dtsi b/target/linux/ramips/dts/UBNT-ER-e50.dtsi
index b38c719..0947dd6 100644
--- a/target/linux/ramips/dts/UBNT-ER-e50.dtsi
+++ b/target/linux/ramips/dts/UBNT-ER-e50.dtsi
@@ -4,7 +4,7 @@
#include <dt-bindings/input/input.h>
/ {
- compatible = "ubiquiti,edgerouterx";
+ compatible = "ubiquiti,edgerouterx", "mediatek,mt7621-soc";
memory at 0 {
device_type = "memory";
diff --git a/target/linux/ramips/dts/UBNT-ERX-SFP.dts b/target/linux/ramips/dts/UBNT-ERX-SFP.dts
index ca26d81..7de3780 100644
--- a/target/linux/ramips/dts/UBNT-ERX-SFP.dts
+++ b/target/linux/ramips/dts/UBNT-ERX-SFP.dts
@@ -6,7 +6,7 @@
/ {
model = "UBNT-ERX-SFP";
- compatible = "ubiquiti,edgerouterx-sfp";
+ compatible = "ubiquiti,edgerouterx-sfp", "mediatek,mt7621-soc";
i2c-gpio {
compatible = "i2c-gpio";
More information about the lede-commits
mailing list