Re: [PATCH v3 7/8] dt-bindings: ipmi: Convert IPMI-SMIC bindings to json-schema

From: Rob Herring
Date: Sun May 03 2020 - 11:56:22 EST


On Thu, 30 Apr 2020 22:10:53 +0100, Andre Przywara wrote:
> Convert the generic IPMI controller bindings to DT schema format
> using json-schema.
>
> The device_type property is deprecated for most node per the DT spec,
> but at least the Linux driver matches on it, so I keep it in.
>
> The Linux driver parses for some additional and optional properties,
> but there are no in-tree users. Let's allow extra properties to cover
> any other users.
>
> Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
> ---
> .../devicetree/bindings/ipmi/ipmi-smic.txt | 25 --------
> .../devicetree/bindings/ipmi/ipmi-smic.yaml | 63 +++++++++++++++++++
> 2 files changed, 63 insertions(+), 25 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/ipmi/ipmi-smic.txt
> create mode 100644 Documentation/devicetree/bindings/ipmi/ipmi-smic.yaml
>

Applied, thanks.

Rob