ramips: fix compatibles in SoC dtsi
authorMathias Kresin <dev@kresin.me>
Wed, 22 Aug 2018 04:57:48 +0000 (06:57 +0200)
committerMathias Kresin <dev@kresin.me>
Thu, 23 Aug 2018 20:40:59 +0000 (22:40 +0200)
The former used compatibles aren't defined anywhere and aren't used by
the devicetree source files including them.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7620n.dtsi
target/linux/ramips/dts/mt7628an.dtsi

index 9b1362aebcba4dd972f57b01435d937bd9e61279..4a1b875e4993af9ec87ce5f7f654ba43e9f6ad67 100644 (file)
@@ -1,7 +1,7 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "ralink,mtk7620a-soc";
+       compatible = "ralink,mt7620a-soc";
 
        cpus {
                #address-cells = <1>;
index 874d8c42c9f50032faef98897a513a2c5630becb..b211f07cf6c43de6e0e58d765d27a5c2f6b680c0 100644 (file)
@@ -1,7 +1,7 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "ralink,mtk7620n-soc";
+       compatible = "ralink,mt7620n-soc";
 
        cpus {
                #address-cells = <1>;
index 3fdb91b55acd6c06d6eeb96600be7c8d07c7828a..43e201699e39583788e8bfd8b148680d75c36894 100644 (file)
@@ -1,7 +1,7 @@
 / {
        #address-cells = <1>;
        #size-cells = <1>;
-       compatible = "ralink,mtk7628an-soc";
+       compatible = "mediatek,mt7628an-soc";
 
        cpus {
                #address-cells = <1>;