mirror-linux/Documentation/devicetree/bindings
Linus Torvalds 25c456dab5 MFD for v7.1
* Core:
     * Add a resource-managed version of alloc_workqueue() (`devm_alloc_workqueue()`)
   * Apple SMC:
     * Wire up the Apple SMC power driver by adding a new MFD cell
   * Broadcom BCM2835 PM:
     * Add support for the BCM2712 power management device
     * Introduce a hardware type identifier to distinguish SoC variants
   * Intel LPSS:
     * Add PCI IDs for the Intel Nova Lake-H platform
 
   * Core:
     * Preserve the Open Firmware (OF) node when an ACPI handle is present
   * Atmel HLCDC:
     * Fetch the LVDS PLL clock as a fallback if the generic sys_clk is unavailable
   * EZX PCAP:
     * Avoid rescheduling after destroying the workqueue by switching to a device-managed workqueue
   * Freescale MC13xxx:
     * Fix a memory leak in subdevice platform data allocation by using devm_kmemdup()
   * Intel LPC ICH:
     * Expose a software node for the GPIO controller cell to fix GPIO lookups
   * MediaTek MT6397:
     * Correct the hardware CIDs for the MT6328, MT6331, and MT6332 PMICs to allow proper driver
       binding
   * ROHM BD71828:
     * Enable system wakeup via the power button
   * STMicroelectronics STPMIC1:
     * Attempt system shutdown a second time to handle transient I2C communication failures
 
   * Congatec CGBC, KEMPLD, RSMU, Si476x:
     * Fix various kernel-doc warnings and correct struct member names
   * DLN2:
     * Drop redundant USB device references and switch to managed resource allocations
     * Update bare 'unsigned' types to 'unsigned int'
   * ENE KB3930:
     * Use the of_device_is_system_power_controller() wrapper
   * EZX PCAP:
     * Drop redundant memory allocation error messages
     * Return directly instead of using empty goto statements
   * Maxim MAX77705:
     * Make the max77705_pm_ops variable static to resolve a sparse warning
   * Viperboard:
     * Drop redundant USB device references
 
   * SpacemiT P1:
     * Drop the deprecated "vin-supply" property from the devicetree bindings
 
   * SpacemiT P1:
     * Add individual regulator supply properties to match actual hardware topology
   * Maxim MAX77620:
     * Convert devicetree bindings from TXT to YAML format
     * Document an optional I2C address for the MAX77663 RTC device
   * ROHM BD72720:
     * Add a new compatible string for the ROHM BD73900 PMIC
   * Freescale i.MX25 TSADC:
     * Convert devicetree bindings from TXT to YAML format
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmnl4F8ACgkQUa+KL4f8
 d2HwnRAAjLNnENBowYZeXNsi7QXTyoZPUtJmVEqALKgHZ1SGtUtitw4eaKLn+KC/
 qWUBuglp4YOmue0xf+HmJhEL+hnixzGH0XxbYDdlKPXyk9xxf2UEXushq3+DlwX8
 QA4tznLqxjrHZNvMZoNODRZXkec6PHluYJdUuXZsfXFltR8nfsEmRcrtCgM07TGj
 dBWfbuAIyUnWZss0IaZdWOjxE1LHCT+hBVY7eUkj3DhNKxLgonmCCMysAnlTQV/G
 g9qQbAZtJXL5Km/DJTpRaPj0G0RMjnpi8KJEI7RVCLWT0mDpoSvvoF2xjEUDDVc5
 4M3TI9SFgfNYNZ8IcAAZROVXTjNVEdW4OgbCc7T/GCuxnycGxZJelPJPwNCZQ5LN
 xyKmj9zT6GdTc33l0fxURaFj3gq2NC1WZ018updjmSa7iOAU3zeEKMM3FA0TieMP
 SbOzx661CjaH+6ZIDZ8aQzcGd5OAEy19jzOH7fT9lfkpRU95tU/VWud50PPe0jj0
 1wXTXHHXJ+/k837h4aK+3WDcb/+SwUuUyLY7kZnfW9G+3m9j8VJyu7TjiEfmqRNW
 r7SXFn/y5DEDQIk8ktGa3aAtHQK5bImfodeyw4wHCOa8MHSSfQxbdT+FIKvPSgFv
 30FtCh9azwOQjcdK8bNgE+e+JTgYoM4DUiJ67V8HWaS9sFXBYLc=
 =S0In
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core:
   - Add a resource-managed version of alloc_workqueue()
     (`devm_alloc_workqueue()`)
   - Preserve the Open Firmware (OF) node when an ACPI handle
     is present

  Apple SMC:
   - Wire up the Apple SMC power driver by adding a new MFD cell

  Atmel HLCDC:
   - Fetch the LVDS PLL clock as a fallback if the generic sys_clk
     is unavailable

  Broadcom BCM2835 PM:
   - Add support for the BCM2712 power management device
   - Introduce a hardware type identifier to distinguish SoC variants

  Congatec CGBC, KEMPLD, RSMU, Si476x:
   - Fix various kernel-doc warnings and correct struct member names

  DLN2:
   - Drop redundant USB device references and switch to managed
     resource allocations
   - Update bare 'unsigned' types to 'unsigned int'

  ENE KB3930:
   - Use the of_device_is_system_power_controller() wrapper

  EZX PCAP:
   - Avoid rescheduling after destroying the workqueue by switching
     to a device-managed workqueue
   - Drop redundant memory allocation error messages
   - Return directly instead of using empty goto statements

  Freescale i.MX25 TSADC:
   - Convert devicetree bindings from TXT to YAML format

  Freescale MC13xxx:
   - Fix a memory leak in subdevice platform data allocation by
     using devm_kmemdup()

  Intel LPC ICH:
   - Expose a software node for the GPIO controller cell to fix
     GPIO lookups

  Intel LPSS:
   - Add PCI IDs for the Intel Nova Lake-H platform

  Maxim MAX77620:
   - Convert devicetree bindings from TXT to YAML format
   - Document an optional I2C address for the MAX77663 RTC device

  Maxim MAX77705:
   - Make the max77705_pm_ops variable static to resolve a
     sparse warning

  MediaTek MT6397:
   - Correct the hardware CIDs for the MT6328, MT6331, and MT6332
     PMICs to allow proper driver binding

  ROHM BD71828:
   - Enable system wakeup via the power button

  ROHM BD72720:
   - Add a new compatible string for the ROHM BD73900 PMIC

  SpacemiT P1:
   - Drop the deprecated "vin-supply" property from the devicetree
     bindings
   - Add individual regulator supply properties to match actual
     hardware topology

  STMicroelectronics STPMIC1:
   - Attempt system shutdown a second time to handle transient I2C
     communication failures

  Viperboard:
   - Drop redundant USB device references"

* tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (28 commits)
  mfd: core: Preserve OF node when ACPI handle is present
  mfd: ene-kb3930: Use of_device_is_system_power_controller() wrapper
  mfd: intel-lpss: Add Intel Nova Lake-H PCI IDs
  dt-bindings: mfd: max77620: Document optional RTC address for MAX77663
  dt-bindings: mfd: max77620: Convert to DT schema
  mfd: ezx-pcap: Avoid rescheduling after destroying workqueue
  mfd: ezx-pcap: Return directly instead of empty gotos
  mfd: ezx-pcap: Drop memory allocation error message
  mfd: bcm2835-pm: Add BCM2712 PM device support
  mfd: bcm2835-pm: Introduce SoC-specific type identifier
  dt-bindings: mfd: bd72720: Add ROHM BD73900
  mfd: si476x: Fix kernel-doc warnings
  mfd: rsmu: Remove a empty kernel-doc line
  mfd: kempld: Fix kernel-doc struct member names
  mfd: congatec: Fix kernel-doc struct member names
  dt-bindings: mfd: Convert fsl-imx25-tsadc.txt to yaml format
  mfd: viperboard: Drop redundant device reference
  mfd: dln2: Switch to managed resources and fix bare unsigned types
  mfd: macsmc: Wire up Apple SMC power driver
  mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332
  ...
2026-04-20 11:31:01 -07:00
..
access-controllers
arc
arm Devicetree updates for v7.1: 2026-04-17 14:09:02 -07:00
ata ata: ahci-dwc: Remove not-going-to-be-supported code for Baikal SoC 2026-02-24 15:29:57 +01:00
auxdisplay dt-bindings: auxdisplay: ht16k33: Use unevaluatedProperties to fix common property warning 2026-03-03 08:59:02 +01:00
board
bus Devicetree updates for v7.1: 2026-04-17 14:09:02 -07:00
cache Qualcomm driver updates for v7.1 2026-04-02 23:19:52 +02:00
chrome dt-bindings: chrome: Add cros-ec-ucsi compatibility to typec binding 2026-04-07 13:49:53 +02:00
clock soc: drivers for 7.1 2026-04-16 20:34:34 -07:00
connector USB / Thunderbolt changes for 7.1-rc1 2026-04-19 08:47:40 -07:00
counter
cpu
cpufreq dt-bindings: cpufreq: qcom-hw: document Eliza cpufreq hardware 2026-03-03 09:40:16 +05:30
crypto dt-bindings: crypto: inside-secure,safexcel: add compatible for MT7981 2026-03-15 13:23:12 +09:00
csky
devfreq dt-bindings: devfreq: tegra30-actmon: Add Tegra124 fallback for Tegra210 2025-11-14 18:00:47 +01:00
display Devicetree updates for v7.1: 2026-04-17 14:09:02 -07:00
dma dt-bindings: dmaengine: Fix spelling mistake "Looongson" -> "Looogson" 2026-03-18 15:11:15 +05:30
dpll dt-bindings: dpll: add ref-sync-sources property 2026-04-12 08:27:34 -07:00
dsp dt-bindings: mediatek: Replace Tinghan Shen in maintainers 2026-02-03 20:58:11 -06:00
dvfs
edac dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
eeprom i2c-for-7.0-rc1 2026-02-15 08:29:26 -08:00
embedded-controller dt-bindings: mfd: sl28cpld: Drop sa67mcu compatible 2026-03-10 15:10:57 +05:30
extcon dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
firmware Qualcomm driver updates for v7.1 2026-04-02 23:19:52 +02:00
fpga Char/Misc/IIO driver updates for 6.19-rc1 2025-12-06 18:34:24 -08:00
fsi
fuse
gnss dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
gpio MFD for v7.1 2026-04-20 11:31:01 -07:00
gpu drm-misc-next for 6.20: 2026-01-16 11:04:03 +10:00
hsi
hwinfo
hwlock
hwmon dt-bindings: hwmon/pmbus: Add Infineon XDP720 2026-04-11 00:02:35 -07:00
i2c i2c-for-7.1-rc1-part1 2026-04-18 09:44:22 -07:00
i3c
iio Char/Misc/IIO driver changes for 7.0-rc1 2026-02-17 09:11:04 -08:00
infiniband
input dt-bindings: input: touchscreen: convert fsl-mx25-tcq.txt to yaml 2026-03-13 09:11:27 -05:00
interconnect dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Eliza SoC 2026-03-06 14:32:11 +02:00
interrupt-controller Devicetree updates for v7.1: 2026-04-17 14:09:02 -07:00
iommu dt-bindings: arm-smmu: qcom: Add compatible for Hawi SoC 2026-04-07 17:57:12 +01:00
ipmi
leds dt-bindings: leds: sun50i-a100: Add compatible for Allwinner A523 SoC 2026-03-10 21:25:41 +08:00
loongarch
mailbox mailbox: platform and core updates 2026-02-14 11:13:32 -08:00
media [GIT PULL for v7.1] media updates 2026-04-15 08:32:10 -07:00
memory-controllers dt-bindings: memory: tegra210: Mark EMC as cooling device 2026-03-27 16:25:44 +01:00
mfd MFD for v7.1 2026-04-20 11:31:01 -07:00
mips dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC 2026-04-13 15:31:40 +02:00
misc dt-bindings: misc: google,android-pipe: Convert to DT schema 2026-01-16 14:22:23 +01:00
mmc dt-bindings: mmc: hisilicon,hi3660-dw-mshc: Convert to DT schema 2026-03-26 11:28:15 +01:00
mtd * MTD changes 2026-04-17 17:57:04 -07:00
mux dt-bindings: mux: Remove nodename pattern constraints 2026-03-04 20:36:57 -06:00
net dt-bindings: net: qcom,ipa: add Milos compatible 2026-04-12 15:26:13 -07:00
nios2
npu dt-bindings: npu: arm,ethos: Add "arm,corstone1000-ethos-u85" 2026-03-23 10:03:27 +00:00
nvme
nvmem Char/Misc/IIO driver changes for 7.0-rc1 2026-02-17 09:11:04 -08:00
openrisc/opencores
opp dt-bindings: opp-v2: Fix example 3 CPU reg value 2026-04-07 06:44:43 -05:00
pci soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
peci
perf dt-bindings: perf: fsl-imx-ddr: Add compatible string for i.MX8QM, i.MX8QXP and i.MX8DXL 2025-11-24 15:39:05 +00:00
phy phy-for-7.1 2026-04-17 10:22:08 -07:00
pinctrl Pin control changes for the v7.1 kernel cycle: 2026-04-18 16:59:09 -07:00
pmem
power power supply and reset changes for the 7.1 series 2026-04-17 11:41:33 -07:00
powerpc dt-bindings: powerpc: Add Freescale/NXP MPC83xx SoCs 2026-03-07 16:02:26 +05:30
pps
ptp dt-bindings: ptp: Add amazon,vmclock 2026-02-02 18:06:00 -08:00
pwm dt-bindings: pwm: amlogic: Document A4 A5 and T7 PWM 2026-03-13 10:27:54 +01:00
regmap
regulator regulator: dt-bindings: qcom,qca6390-pmu: Document WCN6755 PMU 2026-04-06 14:16:40 +01:00
remoteproc dt-bindings: remoteproc: qcom,milos-pas: Document Eliza ADSP 2026-04-06 09:48:27 -05:00
reserved-memory
reset dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/G3E USB2PHY reset 2026-04-01 18:13:55 +02:00
riscv dt-bindings: riscv: Add Supm extension description 2026-03-24 18:34:05 +00:00
rng dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng 2026-03-14 14:03:19 +09:00
rtc RTC for 7.0 2026-02-22 09:43:11 -08:00
scsi
serial TTY/Serial changes for 7.1-rc1 2026-04-19 08:44:41 -07:00
serio
sifive
siox
slimbus Char/Misc/IIO driver updates for 6.19-rc1 2025-12-06 18:34:24 -08:00
soc Support for Mobileye EyeQ6Lplus 2026-04-17 08:53:23 -07:00
sound ASoC: dt-bindings: rockchip: convert rk3399-gru-sound to DT Schema 2026-04-12 17:24:42 +01:00
soundwire dt-bindings: soundwire: qcom: Add SoundWire v2.2.0 compatible 2025-12-23 12:14:17 +05:30
spi Add Renesas RZ/G3L RSPI support 2026-04-08 15:57:55 +01:00
spmi dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible 2026-03-26 14:14:34 -05:00
sram Devicetree updates for v7.1: 2026-04-17 14:09:02 -07:00
thermal MFD for v7.1 2026-04-20 11:31:01 -07:00
timer soc: dt changes for 7.1 2026-04-16 20:28:48 -07:00
timestamp dt-bindings: timestamp: Add Tegra264 support 2026-04-12 23:28:47 -07:00
tpm dt-bindings: tpm: Add st,st33tphf2ei2c 2025-12-31 10:25:08 +08:00
trigger-source
ufs SCSI misc on 20260212 2026-02-12 15:43:02 -08:00
usb dt-bindings: usb: dwc3: add support for StarFive JHB100 2026-04-11 12:02:24 +02:00
virtio
w1
watchdog linux-watchdog 6.20-rc1 tag 2026-02-16 12:21:22 -08:00
x86
xillybus
.gitignore
.yamllint dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ABI.rst
Makefile scripts/dtc: Update to upstream version v1.7.2-62-ga26ef6400bd8 2026-02-03 20:58:12 -06:00
common-properties.txt
dts-coding-style.rst docs: dt-bindings: Extend the ordering list with a blank newline before status 2025-11-17 11:24:50 -06:00
example-schema.yaml
graph.txt
incomplete-devices.yaml
index.rst
jailhouse.txt
resource-names.txt
submitting-patches.rst docs: dt: submitting-patches: Document prefixes for SCSI and UFS 2026-02-03 20:58:11 -06:00
trivial-devices.yaml dt-bindings: trivial-devices: Add sony,aps-379 2026-04-10 08:23:21 -07:00
unittest.txt
vendor-prefixes.yaml USB / Thunderbolt changes for 7.1-rc1 2026-04-19 08:47:40 -07:00
writing-bindings.rst
writing-schema.rst dt-bindings: kbuild: Support single binding targets 2025-12-17 09:16:14 -06:00
xilinx.txt