Re: [PATCH v6 1/3] dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge
From: Rob Herring <robh@kernel.org>
Date: 2023-02-20 23:14:59
Also in:
linux-input
From: Rob Herring <robh@kernel.org>
Date: 2023-02-20 23:14:59
Also in:
linux-input
On Fri, 17 Feb 2023 12:49:02 -0600, Danny Kaehn wrote:
This is a USB HID device which includes an I2C controller and 8 GPIO pins. The binding allows describing the chip's gpio and i2c controller in DT using the subnodes named "gpio" and "i2c", respectively. This is intended to be used in configurations where the CP2112 is permanently connected in hardware. Signed-off-by: Danny Kaehn <redacted> --- .../bindings/i2c/silabs,cp2112.yaml | 113 ++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 Documentation/devicetree/bindings/i2c/silabs,cp2112.yaml
Reviewed-by: Rob Herring <robh@kernel.org>