diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-10-01 19:07:58 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 15:09:19 +0800 |
commit | ef8b31051a85773fd4d5c3afb78d5f172affb256 (patch) | |
tree | 3742c8bfccb79b65521ab949b2a221e3750220c3 /arch/arm/boot/dts/imx6sl-warp.dts | |
parent | 8fc8e8129e1aab1c7adfdb7c079eb0aa3d6f066b (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl-warp.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sl-warp.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6sl-warp.dts b/arch/arm/boot/dts/imx6sl-warp.dts index 408da704c459..9d7c8884892a 100644 --- a/arch/arm/boot/dts/imx6sl-warp.dts +++ b/arch/arm/boot/dts/imx6sl-warp.dts @@ -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"; |