ARM: dts: imx7s-warp: correct vendor in compatible to Element14
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 1 Oct 2020 17:07:59 +0000 (19:07 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 30 Oct 2020 07:09:29 +0000 (15:09 +0800)
The WaRP7 board (Wearable Development Platform) was apparently made by
Element14, not by "Warp".  Correct the  vendor in compatible to reflect
this.  The compatibles were not documented in the bindings before.

Link: https://www.element14.com/community/docs/DOC-79058
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7s-warp.dts

index d6b4888fa686bcc8b33699c4078429da53fb762f..569bbd84e371a956b5c64427bd9bfd15e25aa4bf 100644 (file)
@@ -10,8 +10,8 @@
 #include "imx7s.dtsi"
 
 / {
-       model = "Warp i.MX7 Board";
-       compatible = "warp,imx7s-warp", "fsl,imx7s";
+       model = "Element14 Warp i.MX7 Board";
+       compatible = "element14,imx7s-warp", "fsl,imx7s";
 
        memory@80000000 {
                device_type = "memory";