Re: [PATCH v5 1/6] dt-bindings: i3c: Convert the bus description to yaml
From: Rob Herring <robh@kernel.org>
Date: 2021-02-05 21:33:14
Also in:
linux-i3c
From: Rob Herring <robh@kernel.org>
Date: 2021-02-05 21:33:14
Also in:
linux-i3c
On Thu, 21 Jan 2021 11:18:03 +0100, Miquel Raynal wrote:
Attempting a conversion of the i3c.txt file to yaml schema with minimal content changes. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> --- Documentation/devicetree/bindings/i3c/i3c.txt | 140 -------------- .../devicetree/bindings/i3c/i3c.yaml | 179 ++++++++++++++++++ 2 files changed, 179 insertions(+), 140 deletions(-) delete mode 100644 Documentation/devicetree/bindings/i3c/i3c.txt create mode 100644 Documentation/devicetree/bindings/i3c/i3c.yaml
Reviewed-by: Rob Herring <robh@kernel.org>