* [PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt
@ 2025-07-23 7:14 Dario Binacchi
2025-07-25 23:03 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Dario Binacchi @ 2025-07-23 7:14 UTC (permalink / raw)
To: linux-kernel
Cc: linux-amarula, Dario Binacchi,
Broadcom internal kernel review list, Conor Dooley,
Dmitry Torokhov, Florian Fainelli, Krzysztof Kozlowski,
Rob Herring, devicetree, linux-arm-kernel, linux-input,
linux-rpi-kernel
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
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:
--
2.43.0
base-commit: 89be9a83ccf1f88522317ce02f854f30d6115c41
branch: drop-touchscreen.txt
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt
2025-07-23 7:14 [PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt Dario Binacchi
@ 2025-07-25 23:03 ` Rob Herring
2025-09-02 6:30 ` Dario Binacchi
0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2025-07-25 23:03 UTC (permalink / raw)
To: Dario Binacchi
Cc: linux-kernel, linux-amarula, Broadcom internal kernel review list,
Conor Dooley, Dmitry Torokhov, Florian Fainelli,
Krzysztof Kozlowski, devicetree, linux-arm-kernel, linux-input,
linux-rpi-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt
2025-07-25 23:03 ` Rob Herring
@ 2025-09-02 6:30 ` Dario Binacchi
0 siblings, 0 replies; 3+ messages in thread
From: Dario Binacchi @ 2025-09-02 6:30 UTC (permalink / raw)
To: Rob Herring
Cc: linux-kernel, linux-amarula, Broadcom internal kernel review list,
Conor Dooley, Dmitry Torokhov, Florian Fainelli,
Krzysztof Kozlowski, devicetree, linux-arm-kernel, linux-input,
linux-rpi-kernel
Hi all,
On Sat, Jul 26, 2025 at 1:03 AM Rob Herring <robh@kernel.org> wrote:
>
> 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>
this patch is Acked-by, but who can take it for merging?
Please let me know the right path forward.
Thanks and regards,
Dario
>
> >
> > 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
--
Dario Binacchi
Senior Embedded Linux Developer
dario.binacchi@amarulasolutions.com
__________________________________
Amarula Solutions SRL
Via Le Canevare 30, 31100 Treviso, Veneto, IT
T. +39 042 243 5310
info@amarulasolutions.com
www.amarulasolutions.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-02 6:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23 7:14 [PATCH] dt-bindings: touchscreen: drop any reference to touchscreen.txt Dario Binacchi
2025-07-25 23:03 ` Rob Herring
2025-09-02 6:30 ` Dario Binacchi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).