Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6sl-warp: correct vendor in compatible to Revotics

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>

authored by

Krzysztof Kozlowski and committed by
Shawn Guo
ef8b3105 8fc8e812

+2 -2
+2 -2
arch/arm/boot/dts/imx6sl-warp.dts
··· 51 51 #include "imx6sl.dtsi" 52 52 53 53 / { 54 - model = "WaRP Board"; 55 - compatible = "warp,imx6sl-warp", "fsl,imx6sl"; 54 + model = "Revotics WaRP Board"; 55 + compatible = "revotics,imx6sl-warp", "fsl,imx6sl"; 56 56 57 57 memory@80000000 { 58 58 device_type = "memory";