linux/Documentation/devicetree/bindings
Linus Torvalds 706eacadd5 Devicetree updates for v6.1:
DT core:
 
 - Fix node refcounting in of_find_last_cache_level()
 
 - Constify device_node in of_device_compatible_match()
 
 - Fix 'dma-ranges' handling in bus controller nodes
 
 - Fix handling of initrd start > end
 
 - Improve error reporting in of_irq_init()
 
 - Taint kernel on DT unittest running
 
 - Use strscpy instead of strlcpy
 
 - Add a build target, dt_compatible_check, to check for
   compatible strings used in kernel sources against compatible strings
   in DT schemas.
 
 - Handle DT_SCHEMA_FILES changes when rebuilding
 
 DT bindings:
 
 - LED bindings for MT6370 PMIC
 
 - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
   mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
   and arm,versatile-sysreg to DT schema format
 
 - Add nvmem cells to u-boot,env schema
 
 - Add more LED_COLOR_ID definitions
 
 - Require 'opp-table' uses to be a node
 
 - Various schema fixes to match QEMU 'virt' DT usage
 
 - Tree wide dropping of redundant 'Device Tree Binding' in schema titles
 
 - More (unevaluated|additional)Properties fixes in schema child nodes
 
 - Drop various redundant minItems equal to maxItems
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmM7QzsACgkQ+vtdtY28
 YcNMgg//eZr/y+FUyF3tE7DRRmCzbptAfRG0Ccmj6z0VM9HNmOiacnNdqGjOFHj6
 CCFUHYsFJhiTwgM5MzMMZcQetrF+dZDok5HQNAkYqz5jtdcg1T0ZgrcpHcZpxfGv
 lpAFaDkyoWQ7BXJbgLJJFP6pZ4IDyekWjU49php5pYlmTvzLwMvYW2MYvElLJ4It
 tKi0XAzVyT/TrynFAOYDVO+kwZ4DDctsJM44K0LRW0e05Den9zCZDeVXik0J9l8o
 jMpVy5xgqAbNUe/TCj8n91nG/Cl3wiW8l8JGWPAcb3D1Em6CQlsJCGN1a/rSHUiE
 Pseql1ufUzpjcpTMnmdbRE/jWwJcLI2DqandxqIrEpUFmF4hlGeSviKib9qtacN0
 pWC5pZgxrWvM9rHbbe2cYLozkYd8eiRo2l8hfefTopYbQ3UHa2hsU+f6vm9t0Gru
 vxH7BmdlI22aGlnP0jl8t84v5cpu8O4C6Zmf2B/b5xj3Tif2GTLU1aYPuX3PkqHL
 F9Ni+JqhnQBl1+t90PJogEFicjeyrjUO9lkKbzuoWwiJk5AgJcGck8tkBotlWYPc
 B59DTigELMlssYIoF4/oX8ZF1QVmws6Xc0f9/GkgCEA0bR1qdo63qPjM9FIpd1G4
 9sUhxiQbPCtIMMwD1M26LGUE/C4WESL9VXjdakoMaj7ekon2vjw=
 =IDIz
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Fix node refcounting in of_find_last_cache_level()

   - Constify device_node in of_device_compatible_match()

   - Fix 'dma-ranges' handling in bus controller nodes

   - Fix handling of initrd start > end

   - Improve error reporting in of_irq_init()

   - Taint kernel on DT unittest running

   - Use strscpy instead of strlcpy

   - Add a build target, dt_compatible_check, to check for compatible
     strings used in kernel sources against compatible strings in DT
     schemas.

   - Handle DT_SCHEMA_FILES changes when rebuilding

  DT bindings:

   - LED bindings for MT6370 PMIC

   - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
     mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
     and arm,versatile-sysreg to DT schema format

   - Add nvmem cells to u-boot,env schema

   - Add more LED_COLOR_ID definitions

   - Require 'opp-table' uses to be a node

   - Various schema fixes to match QEMU 'virt' DT usage

   - Tree wide dropping of redundant 'Device Tree Binding' in schema
     titles

   - More (unevaluated|additional)Properties fixes in schema child nodes

   - Drop various redundant minItems equal to maxItems"

* tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (62 commits)
  of: base: Shift refcount decrement in of_find_last_cache_level()
  dt-bindings: leds: Add MediaTek MT6370 flashlight
  dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
  dt-bindings: mailbox: Convert mtk-gce to DT schema
  of: base: make of_device_compatible_match() accept const device node
  of: Fix "dma-ranges" handling for bus controllers
  of: fdt: Remove unused struct fdt_scan_status
  dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
  dt-bindings: timer: Add power-domains for TI timer-dm on K3
  dt: Add a check for undocumented compatible strings in kernel
  kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
  dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
  dt-bindings: i2c: migrate mt7621 text bindings to YAML
  dt-bindings: power: gpcv2: correct patternProperties
  dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
  dt-bindings: timer: arm,arch_timer: Allow dual compatible string
  dt-bindings: arm: cpus: Add kryo240 compatible
  dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema
  dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
  dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
  ...
2022-10-10 13:13:51 -07:00
..
arc
arm Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
ata Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
auxdisplay
board
bus dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
chrome dt-bindings: chrome: google,cros-ec-typec: restrict allowed properties 2022-08-12 11:13:32 -06:00
clock Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
connector dt-bindings: connector: usb: align example indentation to four-space 2022-06-30 16:29:36 -06:00
counter dt-bindings: counter: add ti,am62-ecap-capture.yaml 2022-09-30 14:32:35 +02:00
cpu
cpufreq Cpufreq/arm updates for 5.20-rc1 2022-08-03 17:47:45 +02:00
crypto Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
csky
devfreq dt-bindings: interconnect: samsung,exynos-bus: convert to dtschema 2022-07-15 11:40:08 +09:00
display Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
dma Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
dsp dt-bindings: dsp: fsl: Add SOF compatile string for i.MX8ULP 2022-08-19 13:19:54 +01:00
dvfs
edac
eeprom dt-bindings: eeprom: microchip,93lc46b: move to eeprom directory 2022-07-29 17:23:57 -06:00
extcon
firmware gpio updates for v6.1-rc1 2022-10-08 09:46:29 -07:00
fpga Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
fsi
fuse
gnss dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
goldfish
gpio Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
gpu dt-bindings: gpu: arm,mali: restrict opp-table to objects 2022-08-22 13:04:04 -05:00
hsi
hwinfo Devicetree updates for v6.0: 2022-08-04 18:08:34 -07:00
hwlock
hwmon Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
i2c Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
i3c dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
iio dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entry 2022-09-21 21:15:10 +01:00
infiniband
input Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
interconnect Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
interrupt-controller Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
iommu dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ipmi
leds Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mailbox Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
media Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
memory-controllers Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mfd Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mips dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML 2022-09-26 14:13:33 -05:00
misc dt-bindings: misc: fastrpc: Document memory-region property 2022-09-12 12:09:51 -05:00
mmc Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mtd Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
mux
net Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
nios2
nvme
nvmem Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
openrisc/opencores
opp Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
pci Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
peci dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
perf dt-bindings: perf: Convert Arm CCN to DT schema 2022-06-17 13:13:57 -06:00
phy Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
pinctrl Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
pmem
power Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
powerpc devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
pps
ptp dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
pwm Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
regmap
regulator Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
remoteproc dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema 2022-09-12 15:29:18 -05:00
reserved-memory dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
reset Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
riscv Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
rng Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
rtc dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
scsi
security/tpm
serial Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
serio dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sifive
siox
slimbus
soc Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
sound Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
soundwire
spi Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
spmi dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
sram Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
staging/iio/adc
thermal Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
timer Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
timestamp dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ufs dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
usb Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
virtio dt-bindings: virtio: Convert virtio,pci-iommu to DT schema 2022-09-26 13:39:55 -05:00
w1 dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
watchdog Devicetree updates for v6.1: 2022-10-10 13:13:51 -07:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
Makefile dt: Add a check for undocumented compatible strings in kernel 2022-09-27 10:36:16 -05:00
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml - Core Frameworks 2022-08-06 10:25:16 -07:00
unittest.txt
vendor-prefixes.yaml gpio updates for v6.1-rc1 2022-10-08 09:46:29 -07:00
writing-bindings.rst docs: dt: writing-bindings: Update URL to DT schemas 2022-06-30 15:38:25 -06:00
writing-schema.rst
xilinx.txt