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.dtsi | |
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.dtsi')
-rw-r--r-- | target/linux/ramips/dts/OMEGA2.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |