Re: [PATCH v9 1/7] dt-bindings: Add IEI vendor prefix and IEI WT61P803 PUZZLE driver bindings
From: Rob Herring
Date: Thu Jan 08 2026 - 15:29:47 EST
On Tue, Aug 24, 2021 at 02:44:32PM +0200, Luka Kovacic wrote:
> Add the IEI WT61P803 PUZZLE Device Tree bindings for MFD, HWMON and LED
> drivers. A new vendor prefix is also added accordingly for
> IEI Integration Corp.
>
> Signed-off-by: Luka Kovacic <luka.kovacic@xxxxxxxxxx>
> Signed-off-by: Pavo Banicevic <pavo.banicevic@xxxxxxxxxx>
> Cc: Luka Perkov <luka.perkov@xxxxxxxxxx>
> Cc: Robert Marko <robert.marko@xxxxxxxxxx>
> ---
> .../hwmon/iei,wt61p803-puzzle-hwmon.yaml | 53 ++++++++++++
> .../leds/iei,wt61p803-puzzle-leds.yaml | 39 +++++++++
> .../bindings/mfd/iei,wt61p803-puzzle.yaml | 82 +++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.yaml | 2 +
> 4 files changed, 176 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/hwmon/iei,wt61p803-puzzle-hwmon.yaml
> create mode 100644 Documentation/devicetree/bindings/leds/iei,wt61p803-puzzle-leds.yaml
> create mode 100644 Documentation/devicetree/bindings/mfd/iei,wt61p803-puzzle.yaml
I found this and applied it (with a couple of fixes for current checks).
I guess working on the driver is abandoned, but we already have this
binding in use in armada-8040-puzzle-m801.dts. So it's either add the
schema or remove the nodes to fix the warnings.
Or maybe the whole platform is not used and the entire .dts file can be
removed?
Rob