linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings
@ 2024-01-15 14:51 KyuHyuk Lee
  2024-01-15 14:58 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 11+ messages in thread
From: KyuHyuk Lee @ 2024-01-15 14:51 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, Heiko Stuebner, Chris Morgan,
	Tianling Shen, Jagan Teki, Ondrej Jirman, Andy Yan, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel, KyuHyuk Lee

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(-)

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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-02-14  4:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 14:51 [PATCH] dt-bindings: rockchip: Fix Hardkernel ODROID-M1 board bindings KyuHyuk Lee
2024-01-15 14:58 ` Krzysztof Kozlowski
2024-01-15 15:48   ` KyuHyuk Lee
2024-01-16  2:00   ` Tim Lunn
2024-01-16  7:24     ` Krzysztof Kozlowski
2024-01-16  8:31       ` Heiko Stübner
2024-01-16 19:26         ` Rob Herring
2024-01-16 19:55           ` Heiko Stübner
2024-01-17 10:03             ` Tim Lunn
2024-02-13 19:31               ` Heiko Stuebner
2024-02-14  4:00                 ` Tim Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).