Message ID | 20240115145142.6292-1-lee@kyuhyuk.kr |
---|---|
State | New |
Headers | show |
Series | dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings | expand |
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 5cf5cbef2cf5..869abf6bcfe6 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -563,7 +563,7 @@ properties: - description: Hardkernel Odroid M1 items: - - const: rockchip,rk3568-odroid-m1 + - const: hardkernel,rk3568-odroid-m1 - const: rockchip,rk3568 - description: Hugsun X99 TV Box
The vendor in ODROID-M1 is hardkernel, but it was incorrectly written as rockchip. Fixed the vendor prefix correctly. Signed-off-by: KyuHyuk Lee <lee@kyuhyuk.kr> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)