mirror_ubuntu-kernels/Documentation/devicetree/bindings/memory-controllers
Linus Torvalds d42b1c4757 Devicetree updates for v6.4, part 1:
Bindings:
 - Convert Qcom IOMMU, Amlogic timer, Freescale sec-v4.0, Toshiba
   TC358764 display bridge, Parade PS8622 display bridge, and  Xilinx
   FPGA bindings to DT schema format
 
 - Add qdu1000 and sa8775p SoC support to Qcom PDC interrupt controller
 
 - Add MediaTek MT8365 UART and SYSIRQ bindings
 
 - Add Arm Cortex-A78C and X1C core compatibles
 
 - Add vendor prefix for Novatek
 
 - Remove bindings for stih415, sti416, stid127 platforms
 
 - Drop uneeded quotes in schema files. This is preparation for yamllint
   checking quoting for us.
 
 - Add missing (unevaluated|additional)Properties constraints on child
   node schemas
 
 - Clean-up schema comments formatting
 
 - Fix I2C and SPI node bus names in schema examples
 
 - Clean-up some display compatibles schema syntax
 
 - Fix incorrect references to lvds.yaml
 
 - Gather all cache controller bindings in a common directory
 
 DT core:
 - Convert unittest to new void .remove platform device hook
 
 - kerneldoc fixes for DT address of_pci_range_to_resource/
   of_address_to_resource functions
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmRINPkACgkQ+vtdtY28
 YcPIBA//ajT3b/Q98+Tyo20lYMTYLT/5JVehkl6wSctrBd8Td+mt/qdK6H8qmz20
 yq5SvO1sdnF5jrZ0EIP1i2xPNcxJFQqqR4Cr8rjR53FerSru6L07a9F/n+2XWBZ3
 ZJgDxXSGapby5VJfrF0stqaiHDGLBmsfX+38LYym9OBY99zDbAtVJvH6/rBt02wP
 nSF3xp5hC4z9J1cmp69DQq9n85UYyodtKwT0DJMaSzD0KlrI2yBxc0xtT0l04ekK
 384aM6yesbQV9mdJm10HkKDjqMfEguD0BAlnklHN3q4gVQVqC2yb8VHoOasVVVjl
 461UGMw9YRTqNcQjhporZdvpaH0ZLW94lESDF4M9OlP+6Aw88ZHtOIeWkSD1eycw
 50aaEX6BRiOQopVopaRPme+AJMSh0e4nBewrsT8mzRsDUbpqZSedN+1CybeBH+TP
 un4NTimy4opOoXDRhYbFMBhiIqmxDAX2oZUpONstKrjhFW8b93H/n3deHE/fGsG8
 TCBjzAD8DCmOBZE3XcoC1ZwJpFc3L+CxZ/bekDvHsuJmdQEF1tLS5F/rO1ty780U
 wNskteSlMG0vKboNHvZfu/3CgtKLGQsiipUdw9f/5vGjq8epioBksSAL9Dyngt7H
 4BknZ73/upFVczaF55udIUMRpxKUavMnCPdKJH+vSNYPMB/3mEg=
 =u3lA
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "Bindings:

   - Convert Qcom IOMMU, Amlogic timer, Freescale sec-v4.0, Toshiba
     TC358764 display bridge, Parade PS8622 display bridge, and Xilinx
     FPGA bindings to DT schema format

   - Add qdu1000 and sa8775p SoC support to Qcom PDC interrupt
     controller

   - Add MediaTek MT8365 UART and SYSIRQ bindings

   - Add Arm Cortex-A78C and X1C core compatibles

   - Add vendor prefix for Novatek

   - Remove bindings for stih415, sti416, stid127 platforms

   - Drop uneeded quotes in schema files. This is preparation for
     yamllint checking quoting for us.

   - Add missing (unevaluated|additional)Properties constraints on child
     node schemas

   - Clean-up schema comments formatting

   - Fix I2C and SPI node bus names in schema examples

   - Clean-up some display compatibles schema syntax

   - Fix incorrect references to lvds.yaml

   - Gather all cache controller bindings in a common directory

  DT core:

   - Convert unittest to new void .remove platform device hook

   - kerneldoc fixes for DT address of_pci_range_to_resource/
     of_address_to_resource functions"

* tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (46 commits)
  dt-bindings: rng: Drop unneeded quotes
  dt-bindings: arm/soc: mediatek: Drop unneeded quotes
  dt-bindings: soc: qcom: Drop unneeded quotes
  dt-bindings: i2c: samsung: Fix 'deprecated' value
  dt-bindings: display: Fix lvds.yaml references
  dt-bindings: display: simplify compatibles syntax
  dt-bindings: display: mediatek: simplify compatibles syntax
  dt-bindings: drm/bridge: ti-sn65dsi86: Fix the video-interfaces.yaml references
  dt-bindings: timer: Drop unneeded quotes
  dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc
  dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
  dt-bindings: reset: remove stih415/stih416 reset
  dt-bindings: net: dwmac: sti: remove stih415/sti416/stid127
  dt-bindings: irqchip: sti: remove stih415/stih416 and stid127
  dt-bindings: iommu: Convert QCOM IOMMU to YAML
  dt-bindings: irqchip: ti,sci-inta: Add optional power-domains property
  dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
  of: address: Reshuffle to remove forward declarations
  of: address: Fix documented return value of of_pci_range_to_resource()
  of: address: Document return value of of_address_to_resource()
  ...
2023-04-27 09:23:57 -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
arm,pl35x-smc.yaml dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas 2023-04-05 15:38:38 -05:00
arm,pl172.txt
atmel,ebi.txt
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: drop redundant part of title (end) 2022-12-16 11:41:49 -06: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: intel,ixp4xx-expansion-bus: split out peripheral properties 2023-02-07 15:47:27 -06: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: memory-controllers: mediatek,smi-larb: add mt8365 2023-04-10 18:57:14 +02:00
mvebu-devbus.txt
nvidia,tegra20-emc.yaml dt-bindings: memory: tegra20: emc: Document new LPDDR2 sub-node 2021-10-15 09:52:47 +02:00
nvidia,tegra20-mc.yaml
nvidia,tegra30-emc.yaml
nvidia,tegra30-mc.yaml
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
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
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: devfreq: rk3399_dmc: Add more disable-freq properties 2022-04-14 07:18:11 +09: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: memory: snps,dw-umctl2-ddrc: Extend schema with IRQs/resets/clocks props 2022-09-21 20:34:58 +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
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: ti,gpmc: fix typo in description 2022-12-26 16:09:29 -06:00
xlnx,zynq-ddrc-a05.yaml dt-bindings: memory: synopsys,ddrc-ecc: Detach Zynq DDRC controller support 2022-09-21 20:30:47 +02:00
xlnx,zynqmp-ocmc-1.0.yaml dt-bindings: edac: Add bindings for Xilinx ZynqMP OCM 2023-01-09 11:13:50 +01:00