Message ID | 20250723071442.3456665-1-dario.binacchi@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
On Wed, Jul 23, 2025 at 09:14:20AM +0200, Dario Binacchi wrote: > With commit 1d6204e2f51f ("dt-bindings: touchscreen: Add touchscreen > schema") touchscreen.txt is no longer needed. Remove the file and > replace every reference to it with the corresponding YAML schema. The point of what touchscreen.txt says is to not do this. I'd rather see time spent on conversions. But you've already done it, so: Acked-by: Rob Herring (Arm) <robh@kernel.org> > > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> > > --- > > .../devicetree/bindings/input/touchscreen/bu21013.txt | 2 +- > .../devicetree/bindings/input/touchscreen/eeti.txt | 2 +- > .../input/touchscreen/raspberrypi,firmware-ts.txt | 10 +++++----- > .../bindings/input/touchscreen/touchscreen.txt | 1 - > .../devicetree/bindings/input/touchscreen/zet6223.txt | 10 +++++----- > 5 files changed, 12 insertions(+), 13 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
diff --git a/Documentation/devicetree/bindings/input/touchscreen/bu21013.txt b/Documentation/devicetree/bindings/input/touchscreen/bu21013.txt index da4c9d8b99b1..9f1a6d03c4da 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/bu21013.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/bu21013.txt @@ -17,7 +17,7 @@ Optional properties: - touchscreen-swapped-x-y : General touchscreen binding, see [1]. [1] All general touchscreen properties are described in - Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt. + Documentation/devicetree/bindings/input/touchscreen/touchscreen.yaml. Deprecated properties: - rohm,touch-max-x : Maximum outward permitted limit in the X axis diff --git a/Documentation/devicetree/bindings/input/touchscreen/eeti.txt b/Documentation/devicetree/bindings/input/touchscreen/eeti.txt index 32b3712c916e..1230b0fd153f 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/eeti.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/eeti.txt @@ -10,7 +10,7 @@ Optional properties: latched. This is necessary for platforms that lack support for level-triggered IRQs. -The following optional properties described in touchscreen.txt are +The following optional properties described in touchscreen.yaml are also supported: - touchscreen-inverted-x diff --git a/Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt index 2a1af240ccc3..c554c89b4e55 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/raspberrypi,firmware-ts.txt @@ -6,11 +6,11 @@ Required properties: Optional properties: - firmware: Reference to RPi's firmware device node - - touchscreen-size-x: See touchscreen.txt - - touchscreen-size-y: See touchscreen.txt - - touchscreen-inverted-x: See touchscreen.txt - - touchscreen-inverted-y: See touchscreen.txt - - touchscreen-swapped-x-y: See touchscreen.txt + - touchscreen-size-x: See touchscreen.yaml + - touchscreen-size-y: See touchscreen.yaml + - touchscreen-inverted-x: See touchscreen.yaml + - touchscreen-inverted-y: See touchscreen.yaml + - touchscreen-swapped-x-y: See touchscreen.yaml Example: diff --git a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt deleted file mode 100644 index e1adb902d503..000000000000 --- a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt +++ /dev/null @@ -1 +0,0 @@ -See touchscreen.yaml diff --git a/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt b/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt index 27d55a506f18..384eeb4a333e 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/zet6223.txt @@ -10,11 +10,11 @@ Optional properties: - vio-supply : Specification for VIO supply (1.8V or 3.3V, depending on system interface needs). - vcc-supply : Specification for 3.3V VCC supply. -- touchscreen-size-x : See touchscreen.txt -- touchscreen-size-y : See touchscreen.txt -- touchscreen-inverted-x : See touchscreen.txt -- touchscreen-inverted-y : See touchscreen.txt -- touchscreen-swapped-x-y : See touchscreen.txt +- touchscreen-size-x : See touchscreen.yaml +- touchscreen-size-y : See touchscreen.yaml +- touchscreen-inverted-x : See touchscreen.yaml +- touchscreen-inverted-y : See touchscreen.yaml +- touchscreen-swapped-x-y : See touchscreen.yaml Example:
With commit 1d6204e2f51f ("dt-bindings: touchscreen: Add touchscreen schema") touchscreen.txt is no longer needed. Remove the file and replace every reference to it with the corresponding YAML schema. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- .../devicetree/bindings/input/touchscreen/bu21013.txt | 2 +- .../devicetree/bindings/input/touchscreen/eeti.txt | 2 +- .../input/touchscreen/raspberrypi,firmware-ts.txt | 10 +++++----- .../bindings/input/touchscreen/touchscreen.txt | 1 - .../devicetree/bindings/input/touchscreen/zet6223.txt | 10 +++++----- 5 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt