mirror_ubuntu-kernels/Documentation/devicetree/bindings/memory-controllers
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
..
ddr dt-bindings: memory: Add jedec,lpddrX-channel binding 2022-10-18 13:05:18 -04:00
fsl Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
ti docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
arm,pl35x-smc.yaml dt-bindings: xilinx: Remove Naga from memory and mtd bindings 2023-05-04 15:13:12 -05:00
arm,pl172.txt
atmel,ebi.txt dt-bindings: memory: atmel-ebi: add sam9x60 compatible 2019-03-21 16:45:01 +01:00
brcm,brcmstb-memc-ddr.yaml dt-bindings: memory-controller: Document Broadcom STB MEMC 2022-08-18 09:11:45 +03:00
brcm,dpfe-cpu.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
calxeda-ddr-ctrlr.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
canaan,k210-sram.yaml dt-bindings: memory-controllers: add canaan k210 sram controller 2022-07-14 14:57:40 -07:00
exynos-srom.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
ingenic,nemc-peripherals.yaml dt-bindings: drop redundant part of title (end) 2022-12-16 11:41:49 -06:00
ingenic,nemc.yaml dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties 2023-07-25 22:09:38 +02:00
intel,ixp4xx-expansion-bus-controller.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
intel,ixp4xx-expansion-peripheral-props.yaml dt-bindings: intel,ixp4xx-expansion-bus: split out peripheral properties 2023-02-07 15:47:27 -06:00
marvell,mvebu-sdram-controller.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
mc-peripheral-props.yaml dt-bindings: memory-controllers: reference TI GPMC peripheral properties 2023-07-25 22:09:38 +02:00
mediatek,mt7621-memc.yaml dt-bindings: memory: mt7621: add syscon as compatible string 2022-09-23 10:24:58 +01:00
mediatek,smi-common.yaml dt-bindings: memory-controllers: mediatek,smi-common: add mt8365 2023-04-10 18:57:14 +02:00
mediatek,smi-larb.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
mvebu-devbus.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
nuvoton,npcm-memory-controller.yaml dt-bindings: memory-controllers: nuvoton: Add NPCM memory controller 2023-06-12 15:13:31 +02:00
nvidia,tegra20-emc.yaml dt-bindings: memory-controllers: drop unneeded quotes 2023-06-12 19:50:48 +02:00
nvidia,tegra20-mc.yaml dt-bindings: memory: tegra20: mc: Convert to schema 2021-04-01 19:58:22 +02:00
nvidia,tegra30-emc.yaml dt-bindings: memory: tegra30: emc: Replace core regulator with power domain 2021-04-01 19:58:22 +02:00
nvidia,tegra30-mc.yaml dt-bindings: memory: tegra30: mc: Document new interconnect property 2020-11-06 19:31:25 +01:00
nvidia,tegra124-emc.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
nvidia,tegra124-mc.yaml dt-bindings: memory: tegra124: mc: Document new interconnect property 2020-11-06 19:33:39 +01:00
nvidia,tegra186-mc.yaml dt-bindings: Drop more redundant 'maxItems/minItems' in if/then schemas 2022-06-07 10:08:02 -06:00
nvidia,tegra210-emc.yaml dt-bindings: Drop type references on common properties 2021-03-23 15:27:52 -06:00
qca,ath79-ddr-controller.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
renesas,dbsc.yaml dt-bindings: memory-controller: Drop unneeded quotes 2023-03-31 21:53:15 +02:00
renesas,rpc-if.yaml dt-bindings: memory-controller: Drop unneeded quotes 2023-03-31 21:53:15 +02:00
rockchip,rk3399-dmc.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
samsung,exynos5422-dmc.yaml dt-bindings: memory-controller: Drop unneeded quotes 2023-03-31 21:53:15 +02:00
snps,dw-umctl2-ddrc.yaml dt-bindings: xilinx: Remove Rajan, Jolly and Manish 2023-06-05 13:17:36 +02:00
st,stm32-fmc2-ebi-props.yaml dt-bindings: memory-controller: st,stm32: Split off MC properties 2022-10-18 13:05:18 -04:00
st,stm32-fmc2-ebi.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
ti-aemif.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
ti,da8xx-ddrctl.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
ti,gpmc-child.yaml dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title 2022-12-16 11:41:49 -06:00
ti,gpmc.yaml dt-bindings: memory-controllers: drop unneeded quotes 2023-06-12 19:50:48 +02:00
xlnx,zynq-ddrc-a05.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
xlnx,zynqmp-ocmc-1.0.yaml dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM 2023-01-09 11:13:50 +01:00