On Thu, 18 Sep 2025 17:36:06 +0200, Dario Binacchi wrote:
Convert Rohm BU21013 I2C touchscreen controller device tree binding to
json-schema.
Additional changes:
- Replace <supply_name>-supply with avdd-supply to match example and
existing DTS.
- Add reset-gpios in the example because it is required.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Krzysztof Kozlowski <redacted>
---
Changes in v4:
- Drop description from reset-gpios
- Re-work description of avdd-supply
- Rename the file to rohm,bu21013.yaml
- Add Reviewed-by tag of Krzysztof Kozlowski
Changes in v2:
- Added in v2
.../bindings/input/touchscreen/bu21013.txt | 43 ---------
.../input/touchscreen/rohm,bu21013.yaml | 95 +++++++++++++++++++
2 files changed, 95 insertions(+), 43 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/bu21013.txt
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/rohm,bu21013.yaml
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>