linux/Documentation/devicetree/bindings/reset
Linus Torvalds 8f447694c2 Devicetree updates for v6.6:
DT core:
 - Add support for generating DT nodes for PCI devices. This is the
   groundwork for applying overlays to PCI devices containing
   non-discoverable downstream devices.
 
 - DT unittest additions to check reverted changesets, to test for
   refcount issues, and to test unresolved symbols. Also, various
   clean-ups of the unittest along the way.
 
 - Refactor node and property manipulation functions to better share code
   with old API and changeset API
 
 - Refactor changeset print functions to a common implementation
 
 - Move some platform_device specific functions into of_platform.c
 
 Bindings:
 - Treewide fixing of typos
 
 - Treewide clean-up of SPDX tags to use 'OR' consistently
 
 - Last chunk of dropping unnecessary quotes. With that, the check
   for unnecessary quotes is enabled in yamllint.
 
 - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
   bindings to DT schema format
 
 - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450 Inline
   Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt controller,
   Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings
 
 - Fixes for Rockchip DWC PCI binding
 
 - Ensure all properties are evaluated on USB connector schema
 
 - Fix dt-check-compatible script to find of_device_id instances with
   compiler annotations
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmTubyoACgkQ+vtdtY28
 YcPamA//feXFYNPiIbSa7XqfAu1PE5XSg3PqCe77QvLBGJU7saTwRJApc88iTjlA
 hc5EELnZKp3FE9N7DJdmvEjYxKDqtJOukO+txKy3mFBWo+gZQURthZVcbLxUZmpw
 XmYA4b/GrIv5h8YWG1wokyaGTtSfTcf0+RmAtVepiDk5kWQKaC04Let356fKn9xi
 ePgLTZV6BJvPoGpMWd08o+1szUAc6Vihs9qWu7g0+mtb5K5xi/l05YMz3REu7kpf
 iz06CE/uzYvHpFBJZ6izN+9Qqxh52DnWckXX68v8kStHUON2h1YmZYvjhGrfay4k
 rHeDnHoRBrepDDCytXQ/fxzGtURr3b8yBnlhzEQadMLXmf25mm+TRBDmf6GnX5ij
 QmHlj+eSARIafcbb4fqF1Hdyv8c7XM0AkEnj1XrIWLtXPuRNSHlS25dngCztbII/
 lqmtBaH1ifCKj2VQ8YL8sVX7k208YU9vDNKZHQyA8dPEYwhknrWmp1F0OAnBB+wz
 F11kDE7xkZ0/gE7mUHwe9mP94hC6Ceks4IuBvsTzBmSwqXxyCz8gM2KHK4U3gNUr
 Sk2hWgZn+k2HM9zLb38FE18C6hqws6RBUWnJwZ4V3qPo2eYJ8Jzkvm7oonxjHgCC
 4FmYYAoCQhBEkZPOJ4map0eO5VbShn9Hrgs46Jj4WoXmm7dFDLc=
 =kl+z
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add support for generating DT nodes for PCI devices. This is the
     groundwork for applying overlays to PCI devices containing
     non-discoverable downstream devices.

   - DT unittest additions to check reverted changesets, to test for
     refcount issues, and to test unresolved symbols. Also, various
     clean-ups of the unittest along the way.

   - Refactor node and property manipulation functions to better share
     code with old API and changeset API

   - Refactor changeset print functions to a common implementation

   - Move some platform_device specific functions into of_platform.c

  Bindings:

   - Treewide fixing of typos

   - Treewide clean-up of SPDX tags to use 'OR' consistently

   - Last chunk of dropping unnecessary quotes. With that, the check for
     unnecessary quotes is enabled in yamllint.

   - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
     bindings to DT schema format

   - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450
     Inline Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt
     controller, Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings

   - Fixes for Rockchip DWC PCI binding

   - Ensure all properties are evaluated on USB connector schema

   - Fix dt-check-compatible script to find of_device_id instances with
     compiler annotations"

* tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (64 commits)
  dt-bindings: usb: Add V3s compatible string for OHCI
  dt-bindings: usb: Add V3s compatible string for EHCI
  dt-bindings: display: panel: mipi-dbi-spi: add Saef SF-TC154B
  dt-bindings: vendor-prefixes: document Saef Technology
  dt-bindings: thermal: lmh: update maintainer address
  of: unittest: Fix of_unittest_pci_node() kconfig dependencies
  dt-bindings: crypto: ice: Document sm8450 inline crypto engine
  dt-bindings: ufs: qcom: Add ICE to sm8450 example
  dt-bindings: ufs: qcom: Add sm6115 binding
  dt-bindings: ufs: qcom: Add reg-names property for ICE
  dt-bindings: yamllint: Enable quoted string check
  dt-bindings: Drop remaining unneeded quotes
  of: unittest-data: Fix whitespace - angular brackets
  of: unittest-data: Fix whitespace - indentation
  of: unittest-data: Fix whitespace - blank lines
  of: unittest-data: Convert remaining overlay DTS files to sugar syntax
  of: overlay: unittest: Add test for unresolved symbol
  of: unittest: Add separators to of_unittest_overlay_high_level()
  of: unittest: Cleanup partially-applied overlays
  of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()
  ...
2023-08-30 16:59:03 -07:00
..
allwinner,sun6i-a31-clock-reset.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
altr,rst-mgr.yaml dt-bindings: reset: altr,modrst-offset is not required for arm64 SoCFPGA 2023-07-19 12:51:39 -06:00
amlogic,meson-axg-audio-arb.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
amlogic,meson-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
atmel,at91sam9260-reset.yaml dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings 2022-06-17 17:20:00 +02:00
bitmain,bm1880-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
brcm,bcm4908-misc-pcie-reset.yaml dt-bindings: reset: document Broadcom's BCM4908 PCIe reset binding 2021-01-08 13:00:59 +01:00
brcm,bcm6345-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
brcm,bcm7216-pcie-sata-rescal.yaml dt-bindings: PCI: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
brcm,bcm63138-pmb.txt
brcm,brcmstb-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
canaan,k210-rst.yaml dt-bindings: Change Damien Le Moal's contact email 2023-06-08 07:31:27 -06:00
delta,tn48m-reset.yaml dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings 2022-02-25 09:59:35 +01:00
fsl,imx-src.yaml dt-bindings: Drop redundant minItems/maxItems 2021-06-21 13:56:46 -06:00
fsl,imx7-src.yaml dt-bindings: reset: fsl,imx7-src: Add i.MX 8M compatibles 2020-09-14 16:48:25 -06:00
hisilicon,hi3660-reset.yaml dt-bindings: reset: document deprecated HiSilicon property 2022-04-04 11:00:27 +02:00
img,pistachio-reset.txt
intel,rcu-gw.yaml dt-bindings: Remove "status" from schema examples 2021-07-27 08:03:12 -06:00
lantiq,reset.yaml dt-bindings: reset: lantiq,reset: Convert to yaml 2022-05-03 17:41:29 +02:00
marvell,berlin2-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
microchip,rst.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
nuvoton,ma35d1-reset.yaml dt-bindings: reset: nuvoton: Document ma35d1 reset control 2023-06-05 13:18:08 +02:00
nuvoton,npcm750-reset.yaml dt-bindings: reset: npcm: Add support for NPCM8XX 2022-07-19 15:41:03 +02:00
nxp,lpc1850-rgu.txt
qca,ar7100-reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
qcom,aoss-reset.yaml dt-bindings: Update Sibi Sankar's email address 2022-06-02 09:42:02 -05:00
qcom,pdc-global.yaml dt-bindings: Update Sibi Sankar's email address 2022-06-02 09:42:02 -05:00
renesas,rst.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
renesas,rzg2l-usbphy-ctrl.yaml dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL USBPHY Control bindings 2022-07-26 17:32:24 +02:00
reset.txt
snps,axs10x-reset.yaml dt-bindings: reset: snps,axs10x-reset: Convert to yaml 2022-05-03 17:41:29 +02:00
snps,dw-reset.txt dt-bindings: Fix typo on the DesignWare IP reset bindings documentation 2020-12-07 15:49:50 -06:00
snps,hsdk-reset.txt
socionext,uniphier-glue-reset.yaml dt-bindings: reset: Fix node descriptions in uniphier-reset example 2022-12-26 16:09:28 -06:00
socionext,uniphier-reset.yaml dt-bindings: reset: Fix node descriptions in uniphier-reset example 2022-12-26 16:09:28 -06:00
st,sti-softreset.txt
st,stih407-picophyreset.yaml dt-bindings: reset: st,sti-picophyreset: Convert to yaml 2022-05-03 17:41:29 +02:00
st,stih407-powerdown.yaml dt-bindings: reset: st,sti-powerdown: Convert to yaml 2022-05-03 17:41:30 +02:00
st,stm32-rcc.txt
st,stm32mp1-rcc.txt docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
starfive,jh7100-reset.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sunplus,reset.yaml dt-bindings: reset: Drop unneeded quotes 2023-04-04 12:12:12 -05:00
ti,sci-reset.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti,tps380x-reset.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti-syscon-reset.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
xlnx,zynqmp-reset.yaml dt-bindings: reset: Updated binding for Versal-NET reset driver 2023-07-28 18:07:01 +02:00
zynq-reset.txt