mirror-linux/Documentation/devicetree/bindings/i2c
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
..
allwinner,sun6i-a31-p2wi.yaml
amlogic,meson6-i2c.yaml dt-bindings: i2c: amlogic,meson6-i2c: add optional power-domains 2024-07-12 01:57:57 +02:00
apm,xgene-slimpro-i2c.yaml dt-bindings: i2c: Convert apm,xgene-slimpro-i2c to DT schema 2025-10-14 13:59:20 +02:00
apple,i2c.yaml dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible 2025-09-13 00:06:12 +02:00
arm,i2c-versatile.yaml
aspeed,i2c.yaml dt-bindings: i2c: aspeed: drop redundant multi-master 2024-09-10 00:36:43 +02:00
atmel,at91sam-i2c.yaml dt-bindings: i2c: at91: Add sama7d65 compatible string 2024-07-11 16:45:22 +02:00
brcm,bcm2835-i2c.yaml
brcm,brcmstb-i2c.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
brcm,iproc-i2c.yaml
brcm,kona-i2c.yaml dt-bindings: i2c: brcm,kona-i2c: convert to YAML 2023-05-03 17:38:41 +02:00
cdns,i2c-r1p10.yaml dt-bindings: i2c: cadence: Describe power-domains property 2023-08-08 15:36:56 +02:00
google,cros-ec-i2c-tunnel.yaml dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema 2024-06-21 00:59:23 +02:00
hisilicon,ascend910-i2c.yaml dt-bindings: i2c: add entry for hisilicon,ascend910-i2c 2022-11-02 21:23:52 +01:00
hisilicon,hix5hd2-i2c.yaml dt-bindings: i2c: hisilicon,hix5hd2: convert to DT schema 2025-10-09 13:20:57 +02:00
hpe,gxp-i2c.yaml dt-bindings: i2c: Add hpe,gxp-i2c 2023-02-17 23:07:13 +01:00
i2c-altera.txt
i2c-arb-gpio-challenge.yaml dt-bindings: i2c: arb-gpio-challange: convert to DT schema 2023-08-08 15:36:56 +02:00
i2c-atr.yaml media: dt-bindings: i2c: Add I2C Address Translator (ATR) 2023-07-14 13:08:42 +02:00
i2c-axxia.txt
i2c-cbus-gpio.txt
i2c-davinci.txt
i2c-demux-pinctrl.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
i2c-digicolor.txt
i2c-exynos5.yaml dt-bindings: i2c: exynos5: add samsung,exynos8890-hsi2c compatible 2025-09-23 21:48:09 +02:00
i2c-gate.yaml
i2c-gpio.yaml dt-bindings: i2c: gpio: Add properties for dealing with write-only SDA/SCL w/o pullup 2023-01-23 23:15:42 +01:00
i2c-img-scb.txt
i2c-imx-lpi2c.yaml dt-bindings: i2c: imx-lpi2c: add i.MX94 LPI2C 2025-03-18 21:53:54 +01:00
i2c-imx.yaml dt-bindings: i2c: imx: add SoC specific compatible strings for S32G 2024-11-17 11:58:56 +01:00
i2c-iop3xx.txt
i2c-mpc.yaml dt-bindings: i2c: mpc: use proper binding for transfer timeouts 2024-03-04 23:36:26 +01:00
i2c-mt65xx.yaml dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles 2025-09-28 00:40:56 +02:00
i2c-mux-gpio.yaml dt-bindings: i2c: mux-gpio: Add 'settle-time-us' property 2024-07-20 03:07:54 +02:00
i2c-mux-gpmux.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
i2c-mux-ltc4306.txt
i2c-mux-pca954x.yaml dt-bindings: i2c: pca954x: Add custom properties for MAX7357 2024-02-08 09:34:15 +01:00
i2c-mux-pinctrl.yaml
i2c-mux-reg.txt
i2c-mux.yaml
i2c-mxs.yaml dt-bindings: i2c: mxs: Pass ref and 'unevaluatedProperties: false' 2023-09-25 08:20:37 +02:00
i2c-octeon.txt
i2c-opal.txt
i2c-owl.yaml
i2c-pca-platform.txt
i2c-pxa-pci-ce4100.txt
i2c-pxa.yaml MAINTAINERS: Drop my "+dt" sub-address 2024-01-31 16:05:18 -06:00
i2c-rk3x.yaml dt-bindings: i2c: i2c-rk3x: Allow use of a power-domain 2025-07-25 23:15:39 +02:00
i2c-virtio.yaml
ibm,i2c-fsi.yaml dt-bindings: i2c: i2c-fsi: Convert to json-schema 2024-07-09 07:40:17 -06:00
ingenic,i2c.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
loongson,ls2x-i2c.yaml dt-bindings: i2c: Add Loongson LS2X I2C controller 2023-02-02 22:23:45 +01:00
marvell,mv64xxx-i2c.yaml dt-bindings: i2c: mv64xxx: Add Allwinner A523 compatible string 2024-11-24 16:03:50 +01:00
mediatek,mt7621-i2c.yaml
microchip,corei2c.yaml dt-bindings: i2c: microchip: corei2c: Add PIC64GX as compatible with driver 2024-11-17 11:58:14 +01:00
nuvoton,npcm7xx-i2c.yaml
nvidia,tegra20-i2c.yaml soc: dt changes for 6.18 2025-10-01 17:19:38 -07:00
nvidia,tegra186-bpmp-i2c.yaml dt-bindings: i2c: Remove obsolete i2c.txt 2024-03-01 16:12:16 -06:00
nxp,lpc1788-i2c.yaml dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema 2024-07-09 00:46:11 +02:00
nxp,pca9541.yaml dt-bindings: i2c: nxp,pca9541: convert to DT schema 2023-08-08 15:36:55 +02:00
nxp,pnx-i2c.yaml dt-bindings: i2c: nxp,pnx-i2c: allow clocks property 2025-07-24 00:37:59 +02:00
opencores,i2c-ocores.yaml dt-bindings: i2c: opencores: Add missing type for "regstep" 2023-06-23 12:58:23 +02:00
qcom,i2c-cci.yaml [GIT PULL for v6.18] media updates 2025-10-02 13:13:26 -07:00
qcom,i2c-geni-qcom.yaml dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus 2025-09-17 13:46:06 -05:00
qcom,i2c-qup.yaml dt-bindings: Update Krzysztof Kozlowski's email 2025-11-17 11:24:50 -06:00
realtek,rtl9301-i2c.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
renesas,iic-emev2.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
renesas,rcar-i2c.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
renesas,riic.yaml dt-bindings: i2c: renesas,riic: Document RZ/T2H and RZ/N2H support 2025-07-24 00:37:59 +02:00
renesas,rmobile-iic.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
renesas,rzv2m.yaml dt-bindings: i2c: renesas,rzv2m: Change maintainer to Fabrizio Castro 2023-04-27 11:02:39 -05:00
samsung,s3c2410-i2c.yaml dt-bindings: i2c: samsung,s3c2410-i2c: Drop S3C2410 2025-09-25 02:03:20 +02:00
snps,designware-i2c.yaml dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller 2025-05-19 22:23:57 +02:00
socionext,synquacer-i2c.yaml dt-bindings: i2c: Convert Synquacer I2C to DT schema 2023-01-08 18:14:17 -06:00
socionext,uniphier-fi2c.yaml dt-bindings: i2c: uniphier: Add resets property 2023-02-12 22:02:08 +01:00
socionext,uniphier-i2c.yaml dt-bindings: i2c: uniphier: Add resets property 2023-02-12 22:02:08 +01:00
spacemit,k1-i2c.yaml i2c-for-6.18-rc1 2025-10-01 15:11:00 -07:00
sprd,sc9860-i2c.yaml dt-bindings: i2c: i2c-sprd: convert to YAML 2024-09-10 00:36:55 +02:00
st,nomadik-i2c.yaml dt-bindings: i2c: nomadik: support 400kHz < clock-frequency <= 3.4MHz 2024-11-24 16:03:51 +01:00
st,sti-i2c.yaml dt-bindings: i2c: i2c-st: convert to DT schema 2023-02-15 20:57:43 +01:00
st,stm32-i2c.yaml dt-bindings: i2c: adjust indentation in DTS example to coding style 2024-07-09 00:46:10 +02:00
ti,omap4-i2c.yaml dt-bindings: i2c: omap: Add mux-states property 2025-03-21 01:31:02 +01:00
tsd,mule-i2c-mux.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
wm,wm8505-i2c.yaml dt-bindings: i2c: i2c-wmt: Convert to YAML 2025-05-23 10:02:27 +02:00
xlnx,xps-iic-2.00.a.yaml dt-bindings: i2c: Drop unneeded quotes 2023-03-29 21:29:15 +02:00