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

Link: https://revotics.com/warp
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl-warp.dts

index 408da70..9d7c888 100644 (file)
@@ -51,8 +51,8 @@
 #include "imx6sl.dtsi"
 
 / {
-       model = "WaRP Board";
-       compatible = "warp,imx6sl-warp", "fsl,imx6sl";
+       model = "Revotics WaRP Board";
+       compatible = "revotics,imx6sl-warp", "fsl,imx6sl";
 
        memory@80000000 {
                device_type = "memory";