Re: [PATCH] dt-bindings: misc: Convert IDT 89HPESx to DT schema

From: Rob Herring
Date: Fri Oct 14 2022 - 17:43:43 EST


On Wed, 05 Oct 2022 16:26:31 -0500, Rob Herring wrote:
> Convert the IDT 89HPESx device binding to DT schema format.
>
> "onsemi,24c64" was not a documented compatible string, so update the
> example to "atmel,24c64". It's not clear what's in use here as no
> upstream dts files have the eeprom child node.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Serge, Okay with dual licensing?
> ---
> .../devicetree/bindings/misc/idt,89hpesx.yaml | 72 +++++++++++++++++++
> .../devicetree/bindings/misc/idt_89hpesx.txt | 44 ------------
> 2 files changed, 72 insertions(+), 44 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/misc/idt,89hpesx.yaml
> delete mode 100644 Documentation/devicetree/bindings/misc/idt_89hpesx.txt
>

Applied, thanks!