linux/Documentation/devicetree/bindings/input
Linus Torvalds 098b6e44cb Devicetree updates for v7.0:
DT core:
 - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8
 
 - Add a for_each_compatible_node_scoped() loop and convert users in
   cpufreq, dmaengine, clk, cdx, powerpc and Arm
 
 - Simplify of/platform.c with scoped loop helpers
 
 - Add fw_devlink tracking for "mmc-pwrseq"
 
 - Optimize fw_devlink callback code size for pinctrl-N properties
 
 - Replace strcmp_suffix() with strends()
 
 DT bindings:
 - Support building single binding targets
 
 - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst
 
 - Add bindings for Freescale AVIC, Realtek RTD1xxx system controllers,
   Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI WT61P803 PUZZLE, Delta
   Electronics DPS-800-AB power supply, Infineon IR35221 Digital
   Multi-phase Controller, Infineon PXE1610 Digital Dual Output 6+1
   VR12.5 & VR13 CPU Controller, socionext,uniphier-smpctrl, and
   xlnx,zynqmp-firmware
 
 - Lots of trivial binding fixes to address warnings in DTS files. These
   are mostly for arm64 platforms which is getting closer to be warning
   free. Some public shaming has helped.
 
 - Fix I2C bus node names in examples
 
 - Drop obsolete brcm,vulcan-soc binding
 
 - Drop unreferenced binding headers
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmmNLZEACgkQ+vtdtY28
 YcPa+A/+Lpf1FLau//mfndvkzRUvuU5aF3eJdL1FPxfC64Js2cb9ZGSoEK+YDjaV
 XzNIi2Z1j+i4+uf5MTvyGaqaVx3PcQBcQtb7pu+W1pt2KiOzfVqn66EmRsY3b4cc
 twyOwx2sZMTOZambUfZreWwEl6uJiMowIbcLCsnVWihoiGVTnMpnV/jLcO9jISaP
 fe42FX9qN4NL2QqWwcREYuWMuOH7MkHDRNpEhTouWosdmFCp3PkVZcuWv3NKjGMg
 /tsH5X9QMr972A9s8Zk36ijvTv7NN+9t1GOtPS9KGpbwJmyPHr38mG1fsj+P0rY7
 rOXRnT2PScN6kvKZuw0Rex5xeMxrQCzRkFLzyfq2LOsE0GAUyyR3qysNOdH8xO3Z
 3TVMGVaelYw5T+ahie1+gf/H/t+8hGhX3teCo8ORFNYo7oLsA9qNclfd5SW2Acat
 pPK80PXkqTRsQ9lVGfytPZJ+m5OhcTIBdI9ieEXk/kryDAL4dHcB2IIVHM2/qm50
 aGW0Kh0d61Roe0PZ5GEqI/yWPVHZroXEBxT61tDKwPyGawcq4Gs3Sftd6RXbLi8h
 +T6HzkHPZFlKaiLmBC1wqXnEKLd8h72qNjjDdXbRBdLXW6S5hGPtPiLv18ArlmmR
 4eiFX1Tr+pUAt2W/IwZb9H84mGkbJODbI62x9k9rst/vLeHmnjs=
 =RE7t
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT core:

   - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8

   - Add a for_each_compatible_node_scoped() loop and convert users in
     cpufreq, dmaengine, clk, cdx, powerpc and Arm

   - Simplify of/platform.c with scoped loop helpers

   - Add fw_devlink tracking for "mmc-pwrseq"

   - Optimize fw_devlink callback code size for pinctrl-N properties

   - Replace strcmp_suffix() with strends()

  DT bindings:

   - Support building single binding targets

   - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst

   - Add bindings for Freescale AVIC, Realtek RTD1xxx system
     controllers, Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI
     WT61P803 PUZZLE, Delta Electronics DPS-800-AB power supply,
     Infineon IR35221 Digital Multi-phase Controller, Infineon PXE1610
     Digital Dual Output 6+1 VR12.5 & VR13 CPU Controller,
     socionext,uniphier-smpctrl, and xlnx,zynqmp-firmware

   - Lots of trivial binding fixes to address warnings in DTS files.
     These are mostly for arm64 platforms which is getting closer to be
     warning free. Some public shaming has helped.

   - Fix I2C bus node names in examples

   - Drop obsolete brcm,vulcan-soc binding

   - Drop unreferenced binding headers"

* tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (60 commits)
  dt-bindings: interrupt-controller: Add compatiblie string fsl,imx(1|25|27|31|35)-avic
  dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings
  dt-bindings: display: bridge: lt8912b: Drop reset gpio requirement
  dt-bindings: firmware: fsl,scu: Mark multi-channel MU layouts as deprecated
  cpufreq: s5pv210: Simplify with scoped for each OF child loop
  dmaengine: fsl_raid: Simplify with scoped for each OF child loop
  clk: imx: imx31: Simplify with scoped for each OF child loop
  clk: imx: imx27: Simplify with scoped for each OF child loop
  cdx: Use mutex guard to simplify error handling
  cdx: Simplify with scoped for each OF child loop
  powerpc/wii: Simplify with scoped for each OF child loop
  powerpc/fsp2: Simplify with scoped for each OF child loop
  ARM: exynos: Simplify with scoped for each OF child loop
  ARM: at91: Simplify with scoped for each OF child loop
  of: Add for_each_compatible_node_scoped() helper
  dt-bindings: Fix emails with spaces or missing brackets
  scripts/dtc: Update to upstream version v1.7.2-62-ga26ef6400bd8
  dt-bindings: crypto: inside-secure,safexcel: Mandate only ring IRQs
  dt-bindings: crypto: inside-secure,safexcel: Add SoC compatibles
  of: reserved_mem: Fix placement of __free() annotation
  ...
2026-02-11 18:27:08 -08:00
..
touchscreen New boards: Anberic RG-DS game console, Radxa CM3J module + baseboard 2026-01-28 19:05:34 +01:00
adafruit,seesaw-gamepad.yaml dt-bindings: input: bindings for Adafruit Seesaw Gamepad 2024-01-09 23:45:18 -08:00
adc-joystick.yaml dt-bindings: input: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
adc-keys.yaml dt-bindings: input: Convert adc-keys to DT schema 2022-07-08 15:17:55 -07:00
adi,adp5588.yaml dt-bindings: input: pure gpio support for adp5588 2024-08-28 18:50:45 -07:00
allwinner,sun4i-a10-lradc-keys.yaml dt-bindings: input: sun4i-lradc-keys: Add H616 compatible 2024-05-29 00:14:35 +08:00
ariel-pwrbutton.yaml dt-bindings: input: ariel-pwrbutton: use spi-peripheral-props.yaml 2022-07-28 13:24:25 -07:00
atmel,captouch.yaml dt-bindings: input: atmel,captouch: convert bindings to YAML 2024-03-08 16:34:09 -08:00
atmel,maxtouch.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
awinic,aw86927.yaml dt-bindings: input: Add Awinic AW86927 2025-09-27 21:51:50 -07:00
azoteq,iqs7222.yaml dt-bindings: Use full path to other schemas 2024-05-08 14:13:46 -05:00
brcm,bcm-keypad.txt
cirrus,cs40l50.yaml dt-bindings: input: cirrus,cs40l50: Add initial DT binding 2024-06-28 15:36:02 +01:00
cirrus,ep9307-keypad.yaml dt-bindings: input: Add Cirrus EP93xx keypad 2024-09-12 14:33:11 +00:00
clps711x-keypad.txt
cpcap-pwrbutton.txt
cypress,cyapa.yaml dt-bindings: Update Krzysztof Kozlowski's email 2025-11-17 11:24:50 -06:00
cypress,tm2-touchkey.yaml dt-bindings: input: tm2-touchkey: document vddio-supply 2020-12-09 19:47:10 -08:00
cypress-sf.yaml dt-bindings: input: Add binding for cypress-sf 2021-09-09 22:26:33 -07:00
dlg,da7280.yaml dt-bindings: input: convert dlg,da7280.txt to dt-schema 2025-05-10 22:30:54 -07:00
dlg,da9062-onkey.yaml dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema 2024-02-08 13:06:03 +00:00
dlink,dir685-touchkeys.txt
e3x0-button.txt
elan,ekth3000.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
elan,ekth6915.yaml dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18 2025-06-17 13:30:30 -07:00
fsl,mpr121-touchkey.yaml dt-bindings: input: use generic node names 2022-05-27 21:49:32 -07:00
fsl,scu-key.yaml dt-bindings: input: fsl,scu-key: Document wakeup-source 2023-10-29 02:54:51 +00:00
goodix,gt7375p.yaml dt-bindings: HID: i2c-hid: Add "panel" property to i2c-hid backed touchscreens 2023-08-01 07:34:34 -07:00
goodix,gt7986u-spifw.yaml dt-bindings: input: Goodix GT7986U SPI HID Touchscreen 2024-11-13 10:56:37 +01:00
google,cros-ec-keyb.yaml dt-bindings: input: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
gpio-beeper.yaml dt-bindings: input: gpio-beeper: Convert to yaml schema 2022-12-08 17:48:58 -08:00
gpio-decoder.txt
gpio-keys.yaml dt-bindings: input: gpio-keys: Allow optional dedicated wakeirq 2023-11-30 12:06:55 -08:00
gpio-matrix-keypad.yaml dt-bindings: input: matrix_keypad - add wakeup-source property 2025-03-04 23:10:53 -08:00
gpio-mouse.yaml dt-bindings: input: gpio-mouse: Convert to json-schema 2023-12-08 23:22:22 +00:00
gpio-vibrator.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
hid-over-i2c.yaml dt-bindings: HID: i2c-hid: Add "panel" property to i2c-hid backed touchscreens 2023-08-01 07:34:34 -07:00
ibm,op-panel.yaml dt-bindings: input: Add documentation for IBM Operation Panel 2022-08-17 12:32:02 -07:00
ilitek,ili2901.yaml dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema 2024-06-07 11:16:55 +02:00
ilitek,ili9882t.yaml dt-bindings: input: i2c-hid: Introduce Ilitek ili9882t 2023-08-21 17:21:37 +02:00
imx-keypad.yaml dt-bindings: input: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
input-reset.txt Input: dt-bindings - fix a typo in file input-reset.txt 2018-11-12 11:52:05 -08:00
input.yaml dt-bindings: drop redundant part of title of shared bindings 2022-12-16 11:41:49 -06:00
iqs62x-keys.yaml dt-bindings: input: Use common 'linux,keycodes' definition 2022-07-08 15:17:55 -07:00
iqs269a.yaml dt-bindings: input: iqs269a: Add bindings for OTP variants 2024-01-01 13:24:03 -08:00
iqs626a.yaml dt-bindings: input: iqs626a: Redefine trackpad property types 2023-02-03 17:21:04 -08:00
matrix-keymap.txt dt-bindings: input: Convert matrix-keymap to json-schema 2020-07-09 17:28:16 -06:00
matrix-keymap.yaml dt-bindings: input: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
max77650-onkey.yaml dt-bindings: input: Centralize 'linux,code' definition 2022-07-08 15:17:55 -07:00
mediatek,mt6779-keypad.yaml dt-bindings: mediatek,mt6779-keypad: Update Mattijs' email address 2025-04-28 12:14:32 -07:00
mediatek,pmic-keys.yaml dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328 2025-01-03 15:33:21 -06:00
microchip,cap11xx.yaml dt-bindings: input: microchip,cap11xx: add advanced sensitivity settings 2023-12-12 19:17:28 -08:00
microchip,qt1050.txt Input: qt1050 - add Microchip AT42QT1050 support 2019-05-07 14:12:43 -07:00
nvidia,tegra20-kbc.txt
nxp,lpc3220-key.yaml dt-bindings: input: convert lpc32xx-key.txt to yaml format 2025-08-21 19:44:12 -07:00
omap-keypad.txt
pine64,pinephone-keyboard.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
ps2keyb-mouse-apbps2.txt
pwm-beeper.yaml dt-bindings: input: pwm-beeper: convert to dt schema 2023-04-14 00:08:40 -07:00
pwm-vibrator.yaml dt-bindings: input: pwm-vibrator: Add enable-gpio 2023-05-08 09:44:06 -07:00
pxa27x-keypad.txt
qcom,pm8xxx-vib.yaml dt-bindings: input: qcom,pm8xxx-vib: Document PM6150 compatible 2024-09-05 07:54:16 -05:00
qcom,pm8921-keypad.yaml dt-bindings: input: Correct indentation and style in DTS example 2025-02-25 09:33:03 -08:00
qcom,pm8921-pwrkey.yaml dt-bindings: input: Correct indentation and style in DTS example 2025-02-25 09:33:03 -08:00
qcom,pm8941-pwrkey.yaml dt-bindings: input: pm8941-pwrkey: Document wakeup-source property 2025-09-24 22:43:06 -07:00
raydium_i2c_ts.txt
regulator-haptic.yaml dt-bindings: input: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
rotary-encoder.yaml dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" type 2024-11-04 21:46:41 -08:00
samsung,s3c6410-keypad.yaml dt-bindings: input: samsung,s3c6410-keypad: convert to DT Schema 2024-03-15 11:53:55 -07:00
spear-keyboard.txt
sprd,sc27xx-vibrator.yaml dt-bindings: input: sprd,sc27xx-vibrator: Drop incomplete example 2023-11-29 13:19:36 -08:00
st-keyscan.txt
syna,rmi4.yaml dt-bindings: Fix emails with spaces or missing brackets 2026-02-03 20:58:12 -06:00
ti,drv260x.yaml dt-bindings: input: Convert ti,drv260x to DT schema 2022-12-08 17:48:58 -08:00
ti,drv266x.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ti,nspire-keypad.yaml dt-bindings: input: ti,nspire-keypad: convert to YAML format 2024-07-08 10:08:11 -07:00
ti,palmas-pwrbutton.txt
ti,tca8418.yaml dt-bindings: input: convert tca8418_keypad.txt to yaml format 2025-09-17 22:09:03 -07:00
ti,twl4030-keypad.yaml dt-bindings: input: ti,twl4030-keypad: convert to DT schema 2025-10-17 21:50:01 -07:00
tps65218-pwrbutton.txt
zii,rave-sp-pwrbutton.yaml dt-bindings: input: convert zii,rave-sp-pwrbutton.txt to yaml 2024-10-28 12:40:54 -05:00