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/OMEGA2.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/OMEGA2.dts')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dts | 1 |
1 files changed, 1 insertions, 0 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 { |