mirror-linux/Documentation/devicetree/bindings/gpio
Linus Torvalds 6044a1ee9d Devicetree updates for v6.19:
DT bindings:
 - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma, brcm,sr-thermal,
   amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions Owl SPS, Marvell
   AP80x System Controller, Marvell CP110 System Controller,
   cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema format
 
 - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
   EEPROM, and Microchip pic64gx PLIC
 
 - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform compatibles
 
 - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
   bindings to fix warnings on BCM2712 platforms
 
 - Drop obsolete db8500-thermal.txt
 
 - Treewide clean-up of extra blank lines and inconsistent quoting
 
 - Ensure all .dtbo targets are applied to a base .dtb
 
 - Speed up dt_binding_check by skipping running validation on empty
   examples
 
 DT core:
 - Add of_machine_device_match() and of_machine_get_match_data() helpers
   and convert users treewide
 
 - Fix bounds checking of address properties in FDT code. Rework the code
   to have a single implementation of the bounds checks.
 
 - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e. in
   a parent node) on nodes without an interrupt. This matches the spec
   description and fixes some RISC-V platforms.
 
 - Avoid a spurious message on overlay removal
 
 - Skip DT kunit tests on RISCV+ACPI
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmkwYp0ACgkQ+vtdtY28
 YcMS1g/+Mr3pzojHKUEClu3hglNEw1Bvl/rD07s5q+f4d2eayXtRJVBDgKIwYciT
 rROXLV9m0Ko2RGiRLHAeB/h4Jjd8NXzLM0GA0YvoHSgtk77xLCuzK5ZEW3o6EoYW
 DWVHyoMHDNRRC0Iu+CaS6XId1DrtbV6Wc/oLYvoSJvpdsW9EYOksfrtKQAYU9X5p
 /x5XKO4h8RIQTBmg/kjvJLUV6+7cJvOnkF/JkDyh+xOHrIJzQp/bJwcKiU3hGlhX
 nGFtjmItNDsFGvR1CtDzUobEE/wgI3xCQHUmufInSNPB7VGw3hbp0nvaQ6htPQQQ
 NOA1Q7lXJtqChUZx7OAHk64TQHhVlmJJoy0zCueTgRyjXU0nWb/id2Hn16k96FRh
 3YCGArTBFlRriHuCj0fsZ618cLEN2nZCzqSf34HVjs30iP7oLauEJ+WgmfH491TB
 eq60Vlwomxq60/hWqCdY1NTCo/zbfYUE+exry69NcL5KSZBN2WGwLPZUgVvYhNO3
 dhSgAg+06ib7uq0LLUiokQXaByEEFJt2TxIjp9IDAqkPnvQmDverKL5DZUBHIYxw
 E/89Pmm77DagdcIhMocbsdoH5Qu4qH8pdhfR3PL+Ma9drRLxmk3MpiT52VJZem0S
 iXHb6fyfQzQ/WJcA4sKapa8EMZRm/9U/pVDx1msDmHfB8pbDEi0=
 =ZM/+
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT bindings:

   - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma,
     brcm,sr-thermal, amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions
     Owl SPS, Marvell AP80x System Controller, Marvell CP110 System
     Controller, cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema
     format

   - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
     EEPROM, and Microchip pic64gx PLIC

   - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform
     compatibles

   - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
     bindings to fix warnings on BCM2712 platforms

   - Drop obsolete db8500-thermal.txt

   - Treewide clean-up of extra blank lines and inconsistent quoting

   - Ensure all .dtbo targets are applied to a base .dtb

   - Speed up dt_binding_check by skipping running validation on empty
     examples

  DT core:

   - Add of_machine_device_match() and of_machine_get_match_data()
     helpers and convert users treewide

   - Fix bounds checking of address properties in FDT code. Rework the
     code to have a single implementation of the bounds checks.

   - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e.
     in a parent node) on nodes without an interrupt. This matches the
     spec description and fixes some RISC-V platforms.

   - Avoid a spurious message on overlay removal

   - Skip DT kunit tests on RISCV+ACPI"

* tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (55 commits)
  dt-bindings: kbuild: Skip validating empty examples
  dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: Drop interrupt-controller requirement
  dt-bindings: display: Fix brcm,bcm2835-hvs bindings for BCM2712
  dt-bindings: display: bcm2711-hdmi: Add interrupt details for BCM2712
  of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root node
  soc: tegra: Simplify with of_machine_device_match()
  soc: qcom: ubwc: Simplify with of_machine_get_match_data()
  powercap: dtpm: Simplify with of_machine_get_match_data()
  platform: surface: Simplify with of_machine_get_match_data()
  irqchip/atmel-aic: Simplify with of_machine_get_match_data()
  firmware: qcom: scm: Simplify with of_machine_device_match()
  cpuidle: big_little: Simplify with of_machine_device_match()
  cpufreq: sun50i: Simplify with of_machine_device_match()
  cpufreq: mediatek: Simplify with of_machine_get_match_data()
  cpufreq: dt-platdev: Simplify with of_machine_get_match_data()
  of: Add wrappers to match root node with OF device ID tables
  dt-bindings: eeprom: at25: Add Anvo ANV32C81W
  of/reserved_mem: Simplify the logic of __reserved_mem_alloc_size()
  of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()
  of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()
  ...
2025-12-04 15:50:37 -08:00
..
abilis,tb10x-gpio.yaml dt-bindings: gpio: Convert abilis,tb10x-gpio to DT schema 2025-07-18 10:20:06 +02:00
adi,ds4520-gpio.yaml dt-bindings: gpio: ds4520: Add ADI DS4520 2023-07-29 15:54:58 +02:00
airoha,en7523-gpio.yaml
altr-pio-1.0.yaml dt-bindings: gpio: Convert altr,pio-1.0 to DT schema 2025-07-18 09:44:32 +02:00
apm,xgene-gpio-sb.yaml dt-bindings: gpio: Convert apm,xgene-gpio-sb to DT schema 2025-07-18 10:20:06 +02:00
apple,smc-gpio.yaml dt-bindings: gpio: Add Apple Mac SMC GPIO block 2025-07-24 09:47:33 +01:00
aspeed,ast2400-gpio.yaml dt-bindings: gpio: ast2400-gpio: Add hogs parsing 2025-02-05 09:39:57 +01:00
aspeed,sgpio.yaml dt-bindings: gpio: aspeed,sgpio: Specify #interrupt-cells 2024-06-03 10:34:53 +02:00
atmel,at91rm9200-gpio.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
blaize,blzp1600-gpio.yaml dt-bindings: Document Blaize BLZP1600 GPIO driver 2025-04-07 14:03:56 +02:00
brcm,bcm63xx-gpio.yaml dt-bindings: Convert gpio-mmio to yaml 2023-05-11 11:18:04 +02:00
brcm,brcmstb-gpio.yaml dt-bindings: gpio: brcmstb: permit gpio-line-names property 2024-12-16 10:08:19 +01:00
brcm,kona-gpio.yaml dt-bindings: gpio: brcm,kona-gpio: convert to YAML 2023-08-01 21:23:50 +02:00
brcm,xgs-iproc-gpio.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
cavium,octeon-3860-gpio.yaml dt-bindings: gpio: Convert cavium,octeon-3860-gpio to DT schema 2025-07-18 09:44:31 +02:00
cdns,gpio.yaml dt-bindings: gpio: cdns: add Axiado AX3000 GPIO variant 2025-07-22 22:30:17 +02:00
cirrus,clps711x-mctrl-gpio.yaml dt-bindings: gpio: Convert cirrus,clps711x-mctrl-gpio to DT schema 2025-07-18 09:44:32 +02:00
delta,tn48m-gpio.yaml
exar,xra1403.yaml dt-bindings: gpio: Convert exar,xra1403 to DT schema 2025-07-18 09:41:38 +02:00
fairchild,74hc595.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
faraday,ftgpio010.yaml
fsl,imx8qxp-sc-gpio.yaml
fsl,qoriq-gpio.yaml dt-bindings: gpio: fsl,qoriq-gpio: Add missing mpc8xxx compatibles 2025-07-18 10:20:07 +02:00
fsl-imx-gpio.yaml dt-bindings: gpio: simplify GPIO hog nodes schema 2024-09-02 12:27:29 +02:00
fujitsu,mb86s70-gpio.yaml
gpio-adnp.txt
gpio-consumer-common.yaml
gpio-davinci.yaml dt-bindings: gpio: gpio-davinci: Add the gpio-reserved-ranges property 2024-08-10 21:33:30 +02:00
gpio-delay.yaml dt-bindings: gpio: gpio-delay: Spelling s/curcuit/circuit/ 2023-06-06 17:43:26 +02:00
gpio-ep9301.yaml dt-bindings: gpio: ep9301: Add missing "#interrupt-cells" to examples 2024-09-26 14:23:42 +00:00
gpio-exar.txt
gpio-grgpio.txt
gpio-latch.yaml
gpio-mmio.yaml dt-bindings: gpio-mmio: Add MMIO for IXP4xx expansion bus 2025-08-25 20:49:58 +02:00
gpio-mvebu.yaml dt-bindings: gpio: mvebu: Add missing 'gpio-ranges' property and hog nodes 2025-03-04 11:39:34 +01:00
gpio-mxs.yaml dt-bindings: Fix inconsistent quoting 2025-11-17 11:24:50 -06:00
gpio-pca95xx.yaml dt-bindings: gpio: pca95xx: add TI TCA6418 2025-07-07 11:05:25 +02:00
gpio-rda.yaml
gpio-stp-xway.yaml
gpio-thunderx.txt
gpio-vf610.yaml dt-bindings: gpio: vf610: add ngpios and gpio-reserved-ranges 2025-05-21 17:51:14 +02:00
gpio-virtio.yaml
gpio-zynq.yaml dt-bindings: xilinx: Switch xilinx.com emails to amd.com 2023-06-05 13:09:19 +02:00
gpio.txt dt-bindings: fix spelling, typos, grammar, duplicated words 2025-09-26 15:53:29 -05:00
hisilicon,ascend910-gpio.yaml
idt,32434-gpio.yaml
intel,ixp4xx-gpio.yaml gpio: Rewrite IXP4xx GPIO bindings in schema 2023-09-27 08:55:55 +02:00
kontron,sl28cpld-gpio.yaml dt-bindings: mfd: Move embedded controllers to own directory 2025-10-01 10:28:27 +01:00
lacie,netxbig-gpio-ext.yaml dt-bindings: gpio: Convert lacie,netxbig-gpio-ext to DT schema 2025-07-18 09:41:37 +02:00
lantiq,gpio-mm-lantiq.yaml dt-bindings: gpio: Convert lantiq,gpio-mm-lantiq to DT schema 2025-07-18 09:46:16 +02:00
loongson,ls-gpio.yaml dt-bindings: gpio: loongson: Document GPIO controller of LS2K0300 SoC 2025-09-08 09:36:00 +02:00
lsi,zevio-gpio.yaml dt-bindings: gpio: lsi,zevio-gpio: convert to dtschema 2024-05-27 16:52:45 +02:00
maxim,max7360-gpio.yaml dt-bindings: mfd: gpio: Add MAX7360 2025-09-16 15:24:48 +01:00
maxim,max31910.yaml dt-bindings: gpio: Minor whitespace cleanup in example 2025-08-26 15:46:37 +02:00
maxim,max77759-gpio.yaml dt-bindings: gpio: Add max77759 binding 2025-05-09 15:21:35 +01:00
mediatek,mt7621-gpio.yaml
microchip,mpfs-gpio.yaml dt-bindings: gpio: mpfs-gpio: Add pic64gx GPIO compatibility 2025-11-18 13:27:29 +01:00
microchip,pic32mzda-gpio.yaml dt-bindings: gpio: Convert microchip,pic32mzda-gpio to DT schema 2025-07-18 09:41:38 +02:00
mrvl-gpio.yaml MAINTAINERS: Drop my "+dt" sub-address 2024-01-31 16:05:18 -06:00
mstar,msc313-gpio.yaml
nuvoton,sgpio.yaml dt-bindings: gpio: add NPCM sgpio driver bindings 2024-01-03 11:18:47 +01:00
nvidia,tegra20-gpio.yaml
nvidia,tegra186-gpio.yaml dt-bindings: gpio: Add Tegra256 support 2025-09-01 10:20:42 +02:00
nxp,lpc1850-gpio.yaml dt-bindings: gpio: convert nxp,lpc1850-gpio.txt to yaml format 2025-06-10 10:09:41 +02:00
nxp,lpc3220-gpio.yaml dt-bindings: gpio: nxp,lpc3220-gpio: Convert to dtschema 2024-07-31 09:51:55 +02:00
nxp,pcf8575.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
pisosr-gpio.yaml dt-bindings: gpio: convert gpio-pisosr.txt to yaml format 2025-06-10 09:59:12 +02:00
pl061-gpio.yaml dt-bindings: gpio: arm,pl061: Drop interrupt properties as required 2025-06-18 12:21:31 +02:00
qca,ar7100-gpio.yaml dt-bindings: gpio: Convert qca,ar7100-gpio to DT schema 2025-07-18 10:20:07 +02:00
qcom,wcd934x-gpio.yaml
realtek,otto-gpio.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
realtek,rtd-gpio.yaml dt-bindings: gpio: realtek: Add realtek,rtd-gpio 2024-01-03 10:46:02 +01:00
renesas,em-gio.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
renesas,rcar-gpio.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
rockchip,gpio-bank.yaml dt-bindings: gpio: rockchip: Allow use of a power-domain 2025-07-24 11:55:26 +02:00
sifive,gpio.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
snps,dw-apb-gpio.yaml dt-bindings: Fix inconsistent quoting 2025-11-17 11:24:50 -06:00
socionext,uniphier-gpio.yaml dt-bindings: gpio: simplify GPIO hog nodes schema 2024-09-02 12:27:29 +02:00
sodaville.txt
spacemit,k1-gpio.yaml dt-bindings: gpio: Minor whitespace cleanup in example 2025-08-26 15:46:37 +02:00
sprd,gpio-eic.yaml
sprd,gpio.yaml
st,nomadik-gpio.yaml dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example 2024-10-02 16:28:20 +02:00
st,spear-spics-gpio.yaml dt-bindings: gpio: Convert st,spear-spics-gpio to DT schema 2025-07-18 10:20:06 +02:00
st,stmpe-gpio.yaml dt-bindings: gpio: Add gpio-line-names to STMPE GPIO 2023-07-29 16:00:33 +02:00
ti,keystone-dsp-gpio.yaml dt-bindings: gpio: Convert ti,keystone-dsp-gpio to DT schema 2025-07-18 09:46:15 +02:00
ti,omap-gpio.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
ti,twl4030-gpio.yaml dt-bindings: gpio: ti,twl4030: Correct the schema $id path 2025-11-03 11:48:30 +01:00
toshiba,gpio-visconti.yaml dt-bindings: gpio: Correct indentation and style in DTS example 2025-04-07 09:53:53 +02:00
trivial-gpio.yaml dt-bindings: gpio: add QIXIS FPGA based GPIO controller 2025-10-16 12:04:47 +02:00
x-powers,axp209-gpio.yaml dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00
xlnx,gpio-xilinx.yaml dt-bindings: gpio: gpio-xilinx: Mark clocks as required property 2025-06-17 11:08:53 +02:00
xlnx,zynqmp-gpio-modepin.yaml dt-bindings: xilinx: Remove myself from maintainership 2025-04-07 09:34:35 -05:00
xylon,logicvc-gpio.yaml dt-bindings: Drop remaining unneeded quotes 2023-08-24 11:43:57 -05:00