Unverified Commit ae683c81 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun7i: icnova-swac: Fix the model vendor



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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent dfe8173d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

+2 −1
Original line number Diff line number Diff line
@@ -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;