diff options
| author | Jonas Karlman <[email protected]> | 2024-08-27 21:18:15 +0000 |
|---|---|---|
| committer | Heiko Stuebner <[email protected]> | 2024-08-28 15:38:35 +0200 |
| commit | fa63d087bbf67ca907a8ee6ab54f9932cd02f919 (patch) | |
| tree | afdf6a01e81106dddb0464a4a02221df06dec490 | |
| parent | 174c306321355d8a189b8f01fcc3f897ba13f227 (diff) | |
dt-bindings: arm: rockchip: Correct vendor for Hardkernel ODROID-M1
The vendor prefix for Hardkernel ODROID-M1 is incorrectly listed as
rockchip. Use the proper hardkernel vendor prefix for this board, while
at it also drop the redundant soc prefix.
Fixes: 19cc53eb2ce6 ("dt-bindings: rockchip: Add Hardkernel ODROID-M1 board")
Reviewed-by: Aurelien Jarno <[email protected]>
Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1f23b8b05a8f..207358b2faf0 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -595,7 +595,7 @@ properties: - description: Hardkernel Odroid M1 items: - - const: rockchip,rk3568-odroid-m1 + - const: hardkernel,odroid-m1 - const: rockchip,rk3568 - description: Hugsun X99 TV Box |