All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string
@ 2023-10-16 15:24 ` Frank Li
  0 siblings, 0 replies; 27+ messages in thread
From: Frank Li @ 2023-10-16 15:24 UTC (permalink / raw)
  To: miquel.raynal, conor.culhane, alexandre.belloni, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam, linux-imx, joe, peng.fan, alexander.stein, haibo.chen,
	ping.bai, xiaoning.wang, Frank.Li, sherry.sun, linux-i3c,
	devicetree, linux-kernel, linux-arm-kernel, imx

In driver, compatible string is silvaco,i3c-master instead of
silvaco,i3c-master-v1.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
index 133855f11b4f..19e3f75eb45c 100644
--- a/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
+++ b/Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
@@ -14,7 +14,7 @@ allOf:
 
 properties:
   compatible:
-    const: silvaco,i3c-master-v1
+    const: silvaco,i3c-master
 
   reg:
     maxItems: 1
@@ -49,7 +49,7 @@ unevaluatedProperties: false
 examples:
   - |
     i3c-master@a0000000 {
-        compatible = "silvaco,i3c-master-v1";
+        compatible = "silvaco,i3c-master";
         clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>;
         clock-names = "pclk", "fast_clk", "slow_clk";
         interrupt-parent = <&gic>;
-- 
2.34.1


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

end of thread, other threads:[~2023-10-17 20:14 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-16 15:24 [PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string Frank Li
2023-10-16 15:24 ` Frank Li
2023-10-16 15:24 ` Frank Li
2023-10-16 15:24 ` [PATCH 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2 Frank Li
2023-10-16 15:24   ` Frank Li
2023-10-16 15:24   ` Frank Li
2023-10-17 20:14   ` Rob Herring
2023-10-17 20:14     ` Rob Herring
2023-10-17 20:14     ` Rob Herring
2023-10-16 17:30 ` [PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string Conor Dooley
2023-10-16 17:30   ` Conor Dooley
2023-10-16 17:30   ` Conor Dooley
2023-10-16 19:32   ` Frank Li
2023-10-16 19:32     ` Frank Li
2023-10-16 19:32     ` Frank Li
2023-10-16 19:57     ` Krzysztof Kozlowski
2023-10-16 19:57       ` Krzysztof Kozlowski
2023-10-16 19:57       ` Krzysztof Kozlowski
2023-10-16 20:10       ` Frank Li
2023-10-16 20:10         ` Frank Li
2023-10-16 20:10         ` Frank Li
2023-10-16 20:43         ` Krzysztof Kozlowski
2023-10-16 20:43           ` Krzysztof Kozlowski
2023-10-16 20:43           ` Krzysztof Kozlowski
2023-10-17 14:15           ` Miquel Raynal
2023-10-17 14:15             ` Miquel Raynal
2023-10-17 14:15             ` Miquel Raynal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.