linux-stable/Documentation/devicetree/bindings/i2c
Linus Torvalds ab522e1478 Devicetree updates for v6.9:
DT core:
 
 - Add cleanup.h based auto release of struct device_node pointers via
   __free marking and new for_each_child_of_node_scoped() iterator to use
   it.
 
 - Always create a base skeleton DT when CONFIG_OF is enabled. This
   supports several usecases of adding DT data on non-DT booted systems.
 
 - Move around some /reserved-memory code in preparation for further
   improvements
 
 - Add a stub for_each_property_of_node() for !OF
 
 - Adjust the printk levels on some messages
 
 - Fix __be32 sparse warning
 
 - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
   (currently orphaned)
 
 - Add Saravana Kannan and drop Frank Rowand as DT maintainers
 
 DT bindings:
 
 - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
   fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
   xlnx,sd-fec to DT schemas
 
 - Add existing, but undocumented fsl,imx-anatop binding
 
 - Add bunch of undocumented vendor prefixes used in compatible strings
 
 - Drop obsolete brcm,bcm2835-pm-wdt binding
 
 - Drop obsolete i2c.txt which as been replaced with schema in dtschema
 
 - Add DPS310 device and sort trivial-devices.yaml
 
 - Enable undocumented compatible checks on DT binding examples
 
 - More QCom maintainer fixes/updates
 
 - Updates to writing-schema.rst and DT submitting-patches.rst to cover
   some frequent review comments
 
 - Clean-up SPDX tags to use 'OR' rather than 'or'
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmX0foEACgkQ+vtdtY28
 YcOkUg//T5Q+ZudVn/oJGre3crfPU4O/RHbG+brbwpBZEdiwTGlIjI8ceThjumCO
 MY25yRewCIZtS8MLlRb/lNPUjQxPeyYWnpO3KZHbOJhU8bJCl2M5P0CQOYJNp0fl
 fMFhFU5bKVoXyK6y3qx7ivZTXSBCz9KzB1HxY3LueMHVgWiO1Oi++XjLfcos86Mh
 7dKZKNbpcnBFkXiESMksQS+asZkoRtZloFg4iFjniSLa8AgYJLsZXd7iW4s0IXy+
 Xj+5IcIRcPv2xQoXfCvlcKMheJyePDA1coYpO8pmOYOpjCQzsCnnbzoNERW6hc9u
 0DF2IWnq9WLlQ8RVijbECRPgwW6zuU+aklUZLz2q0AiwCVySHaMdC9iYe+KK/7GH
 m0F21x5mpfK0LVfOMWLsmuqKWn9J164VAeTY9zHqcWuvCohD5ulftvQgRBEiSDtv
 V3l668t6v67iMkYa8SncbuMkV/NSShWPGne+yP3smvL0pe0P0MJYb1XSstlbNXuK
 whTDaCydEHx3JPJ6VS/1aJnELFm+uZVl8wjhfrgbWo2hIC83qjN3k0yV+vFNdFzT
 5PUfI858fvgYOrGsswYCCJXmb/s37NImCnIF/sjqvj50BA468261KYAFtapa2Vlj
 uvpKgIZHJEDOK6TPlk5n7+aaOwoLMYzm+yov/0gyRpRKqsXu52U=
 =YzNN
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add cleanup.h based auto release of struct device_node pointers via
     __free marking and new for_each_child_of_node_scoped() iterator to
     use it.

   - Always create a base skeleton DT when CONFIG_OF is enabled. This
     supports several usecases of adding DT data on non-DT booted
     systems.

   - Move around some /reserved-memory code in preparation for further
     improvements

   - Add a stub for_each_property_of_node() for !OF

   - Adjust the printk levels on some messages

   - Fix __be32 sparse warning

   - Drop RESERVEDMEM_OF_DECLARE usage from Freescale qbman driver
     (currently orphaned)

   - Add Saravana Kannan and drop Frank Rowand as DT maintainers

  DT bindings:

   - Convert Mediatek timer, Mediatek sysirq, fsl,imx6ul-tsc,
     fsl,imx6ul-pinctrl, Atmel AIC, Atmel HLCDC, FPGA region, and
     xlnx,sd-fec to DT schemas

   - Add existing, but undocumented fsl,imx-anatop binding

   - Add bunch of undocumented vendor prefixes used in compatible
     strings

   - Drop obsolete brcm,bcm2835-pm-wdt binding

   - Drop obsolete i2c.txt which as been replaced with schema in
     dtschema

   - Add DPS310 device and sort trivial-devices.yaml

   - Enable undocumented compatible checks on DT binding examples

   - More QCom maintainer fixes/updates

   - Updates to writing-schema.rst and DT submitting-patches.rst to
     cover some frequent review comments

   - Clean-up SPDX tags to use 'OR' rather than 'or'"

* tag 'devicetree-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (56 commits)
  dt-bindings: soc: imx: fsl,imx-anatop: add imx6q regulators
  of: unittest: Use for_each_child_of_node_scoped()
  of: Introduce for_each_*_child_of_node_scoped() to automate of_node_put() handling
  of: Add cleanup.h based auto release via __free(device_node) markings
  of: Move all FDT reserved-memory handling into of_reserved_mem.c
  of: Add KUnit test to confirm DTB is loaded
  of: unittest: treat missing of_root as error instead of fixing up
  x86/of: Unconditionally call unflatten_and_copy_device_tree()
  um: Unconditionally call unflatten_device_tree()
  of: Create of_root if no dtb provided by firmware
  of: Always unflatten in unflatten_and_copy_device_tree()
  dt-bindings: timer: mediatek: Convert to json-schema
  dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support
  soc: fsl: qbman: Remove RESERVEDMEM_OF_DECLARE usage
  dt-bindings: fsl-imx-sdma: fix HDMI audio index
  dt-bindings: soc: imx: fsl,imx-iomuxc-gpr: add imx6
  dt-bindings: soc: imx: fsl,imx-anatop: add binding
  dt-bindings: input: touchscreen: fsl,imx6ul-tsc convert to YAML
  dt-bindings: pinctrl: fsl,imx6ul-pinctrl: convert to YAML
  of: make for_each_property_of_node() available to to !OF
  ...
2024-03-15 12:37:59 -07:00
..
allwinner,sun6i-a31-p2wi.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
amlogic,meson6-i2c.yaml dt-bindings: i2c: Drop unneeded quotes 2023-03-29 21:29:15 +02:00
apple,i2c.yaml Mostly fixes for DTs or DT handling this time. And a few driver 2023-04-27 11:15:36 -07:00
arm,i2c-versatile.yaml dt-bindings: i2c: Convert arm,i2c-versatile to DT schema 2022-06-08 21:47:20 +02:00
aspeed,i2c.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
atmel,at91sam-i2c.yaml dt-bindings: i2c: at91: Add sam9x7 compatible string 2024-02-27 01:34:51 +01:00
brcm,bcm2835-i2c.yaml dt-bindings: i2c: brcm,bcm2835-i2c: convert to YAML schema 2021-12-09 09:54:34 +01:00
brcm,brcmstb-i2c.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
brcm,iproc-i2c.yaml dt-bindings: i2c: brcm,iproc-i2c: convert to the json-schema 2021-07-15 11:45:22 -06:00
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: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
hisilicon,ascend910-i2c.yaml dt-bindings: i2c: add entry for hisilicon,ascend910-i2c 2022-11-02 21:23:52 +01: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: mux: i2c-demux-pinctrl: Define "i2c-parent" constraints 2024-02-12 16:42:04 -06:00
i2c-digicolor.txt
i2c-exynos5.yaml dt-bindings: i2c: exynos5: add google,gs101-hsi2c compatible 2024-01-22 12:02:58 +01:00
i2c-fsi.txt
i2c-gate.yaml dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05:00
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-hix5hd2.txt
i2c-img-scb.txt
i2c-imx-lpi2c.yaml dt-bindings: i2c: imx-lpi2c: add i.MX95 LPI2C 2024-02-27 01:33:25 +01:00
i2c-imx.yaml dt-bindings: i2c: imx: add SoC specific compatible strings for layerscape 2022-09-07 23:40:05 +02:00
i2c-iop3xx.txt
i2c-lpc2k.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 MT7981 SoC 2023-04-13 18:40:05 +02:00
i2c-mux-gpio.yaml dt-bindings: i2c: Drop unneeded quotes 2023-03-29 21:29:15 +02:00
i2c-mux-gpmux.yaml dt-bindings: white-space cleanups 2022-04-04 19:55:03 -05: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 dt-bindings: i2c: i2c-mux-pinctrl: Convert to json-schema 2021-12-17 16:39:33 -06:00
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-pnx.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: rockchip: add rockchip,rk3128-i2c 2022-09-16 20:56:45 +01:00
i2c-sprd.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
i2c-virtio.yaml dt-bindings: i2c: Add bindings for i2c-virtio 2021-09-05 16:23:08 -04:00
i2c-wmt.txt
i2c-xgene-slimpro.txt
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 F1C100s compatible string 2022-11-02 21:19:01 +01:00
mediatek,mt7621-i2c.yaml dt-bindings: i2c: migrate mt7621 text bindings to YAML 2022-09-26 14:08:20 -05:00
microchip,corei2c.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
nuvoton,npcm7xx-i2c.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
nvidia,tegra20-i2c.yaml dt-bindings: i2c: tegra: Convert to json-schema 2021-12-17 16:39:33 -06:00
nvidia,tegra186-bpmp-i2c.yaml dt-bindings: i2c: Remove obsolete i2c.txt 2024-03-01 16:12:16 -06:00
nxp,pca9541.yaml dt-bindings: i2c: nxp,pca9541: convert to DT schema 2023-08-08 15:36:55 +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 Revert "dt-bindings: i2c: qcom-cci: Document sc8280xp compatible" 2023-10-11 18:43:58 +02:00
qcom,i2c-geni-qcom.yaml dt-bindings: i2c: Drop unneeded quotes 2023-03-29 21:29:15 +02:00
qcom,i2c-qup.yaml dt-bindings: i2c: qcom,i2c-qup: convert to dtschema 2022-04-15 23:08:43 +02:00
renesas,iic-emev2.yaml
renesas,rcar-i2c.yaml dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support 2024-02-08 09:34:19 +01:00
renesas,riic.yaml dt-bindings: i2c: renesas,riic: Document RZ/Five SoC 2022-12-02 00:05:31 +01:00
renesas,rmobile-iic.yaml
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: add specific compatibles for existing SoC 2023-11-14 16:17:56 +01:00
snps,designware-i2c.yaml
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
st,nomadik-i2c.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06: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: document st,stm32mp25-i2c compatible 2024-01-18 21:10:44 +01:00
ti,omap4-i2c.yaml dt-bindings: drop redundant part of title (beginning) 2022-12-16 11:41:49 -06:00
xlnx,xps-iic-2.00.a.yaml dt-bindings: i2c: Drop unneeded quotes 2023-03-29 21:29:15 +02:00