diff options
author | Mathias Kresin <dev@kresin.me> | 2017-12-27 21:56:07 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-29 22:32:34 +0100 |
commit | 4dd51788dd2fad52dc328ea08ff118a42f6dfa54 (patch) | |
tree | 3d71ccb0c0fc55062a72868f9d0cc99e9d1ce3e4 /target/linux/ramips/dts | |
parent | 76d735d189b9b2ff5082f2296a8a082e46df290c (diff) | |
download | upstream-4dd51788dd2fad52dc328ea08ff118a42f6dfa54.tar.gz upstream-4dd51788dd2fad52dc328ea08ff118a42f6dfa54.tar.bz2 upstream-4dd51788dd2fad52dc328ea08ff118a42f6dfa54.zip |
ramips: fix Omega2 compatible string
Change the compatibel from Omega to Omega2 and add the compatible string
where missing.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dtsi | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/OMEGA2P.dts | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/OMEGA2.dts b/target/linux/ramips/dts/OMEGA2.dts index f419dc9c74..25cc818d56 100644 --- a/target/linux/ramips/dts/OMEGA2.dts +++ b/target/linux/ramips/dts/OMEGA2.dts @@ -3,6 +3,7 @@ #include "OMEGA2.dtsi" / { + compatible = "onion,omega2", "mediatek,mt7628an-soc"; model = "Onion Omega2"; memory@0 { diff --git a/target/linux/ramips/dts/OMEGA2.dtsi b/target/linux/ramips/dts/OMEGA2.dtsi index 132df58ac4..73a6908792 100644 --- a/target/linux/ramips/dts/OMEGA2.dtsi +++ b/target/linux/ramips/dts/OMEGA2.dtsi @@ -4,7 +4,7 @@ #include <dt-bindings/input/input.h> / { - compatible = "onion,omega", "mediatek,mt7628an-soc"; + compatible = "onion,omega2", "mediatek,mt7628an-soc"; chosen { bootargs = "console=ttyS0,115200"; diff --git a/target/linux/ramips/dts/OMEGA2P.dts b/target/linux/ramips/dts/OMEGA2P.dts index a49d94c08f..53e8377292 100644 --- a/target/linux/ramips/dts/OMEGA2P.dts +++ b/target/linux/ramips/dts/OMEGA2P.dts @@ -3,6 +3,7 @@ #include "OMEGA2.dtsi" / { + compatible = "onion,omega2p", "onion,omega2", "mediatek,mt7628an-soc"; model = "Onion Omega2+"; memory@0 { |