]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: sun7i: icnova-swac: Fix the model vendor
authorMaxime Ripard <maxime.ripard@bootlin.com>
Sat, 25 May 2019 13:41:39 +0000 (15:41 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Thu, 30 May 2019 11:37:50 +0000 (13:37 +0200)
Even though the SWAC is just a baseboard to the icnova SoM, the vendor of
the baseboard somehow ended up with the board name instead of the vendor
name. Fix that.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Documentation/devicetree/bindings/arm/sunxi.yaml
arch/arm/boot/dts/sun7i-a20-icnova-swac.dts

index 285f4fc8519d29cf4d63303c0873a67c31f5bdfa..000a00d12d6a44267ef86e0c0d39d8c215721f5a 100644 (file)
@@ -263,7 +263,7 @@ properties:
 
       - description: ICNova A20 SWAC
         items:
-          - const: swac,icnova-a20-swac
+          - const: incircuit,icnova-a20-swac
           - const: incircuit,icnova-a20
           - const: allwinner,sun7i-a20
 
index 949494730aee9cfba54624b0cd6b7985481dcef8..7449aac3f43b70d46862c9d6ee055c62da0ffc6a 100644 (file)
@@ -49,7 +49,8 @@
 
 / {
        model = "ICnova-A20 SWAC";
-       compatible = "swac,icnova-a20-swac", "incircuit,icnova-a20", "allwinner,sun7i-a20";
+       compatible = "incircuit,icnova-a20-swac", "incircuit,icnova-a20",
+                    "allwinner,sun7i-a20";
 
        aliases {
                serial0 = &uart0;