linux/Documentation/devicetree/bindings/regulator
Linus Torvalds 6044a1ee9d Devicetree updates for v6.19:
DT bindings:
 - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma, brcm,sr-thermal,
   amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions Owl SPS, Marvell
   AP80x System Controller, Marvell CP110 System Controller,
   cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema format
 
 - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
   EEPROM, and Microchip pic64gx PLIC
 
 - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform compatibles
 
 - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
   bindings to fix warnings on BCM2712 platforms
 
 - Drop obsolete db8500-thermal.txt
 
 - Treewide clean-up of extra blank lines and inconsistent quoting
 
 - Ensure all .dtbo targets are applied to a base .dtb
 
 - Speed up dt_binding_check by skipping running validation on empty
   examples
 
 DT core:
 - Add of_machine_device_match() and of_machine_get_match_data() helpers
   and convert users treewide
 
 - Fix bounds checking of address properties in FDT code. Rework the code
   to have a single implementation of the bounds checks.
 
 - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e. in
   a parent node) on nodes without an interrupt. This matches the spec
   description and fixes some RISC-V platforms.
 
 - Avoid a spurious message on overlay removal
 
 - Skip DT kunit tests on RISCV+ACPI
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmkwYp0ACgkQ+vtdtY28
 YcMS1g/+Mr3pzojHKUEClu3hglNEw1Bvl/rD07s5q+f4d2eayXtRJVBDgKIwYciT
 rROXLV9m0Ko2RGiRLHAeB/h4Jjd8NXzLM0GA0YvoHSgtk77xLCuzK5ZEW3o6EoYW
 DWVHyoMHDNRRC0Iu+CaS6XId1DrtbV6Wc/oLYvoSJvpdsW9EYOksfrtKQAYU9X5p
 /x5XKO4h8RIQTBmg/kjvJLUV6+7cJvOnkF/JkDyh+xOHrIJzQp/bJwcKiU3hGlhX
 nGFtjmItNDsFGvR1CtDzUobEE/wgI3xCQHUmufInSNPB7VGw3hbp0nvaQ6htPQQQ
 NOA1Q7lXJtqChUZx7OAHk64TQHhVlmJJoy0zCueTgRyjXU0nWb/id2Hn16k96FRh
 3YCGArTBFlRriHuCj0fsZ618cLEN2nZCzqSf34HVjs30iP7oLauEJ+WgmfH491TB
 eq60Vlwomxq60/hWqCdY1NTCo/zbfYUE+exry69NcL5KSZBN2WGwLPZUgVvYhNO3
 dhSgAg+06ib7uq0LLUiokQXaByEEFJt2TxIjp9IDAqkPnvQmDverKL5DZUBHIYxw
 E/89Pmm77DagdcIhMocbsdoH5Qu4qH8pdhfR3PL+Ma9drRLxmk3MpiT52VJZem0S
 iXHb6fyfQzQ/WJcA4sKapa8EMZRm/9U/pVDx1msDmHfB8pbDEi0=
 =ZM/+
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT bindings:

   - Convert lattice,ice40-fpga-mgr, apm,xgene-storm-dma,
     brcm,sr-thermal, amazon,al-thermal, brcm,ocotp, mt8173-mdp, Actions
     Owl SPS, Marvell AP80x System Controller, Marvell CP110 System
     Controller, cznic,moxtet, and apm,xgene-slimpro-mbox to DT schema
     format

   - Add i.MX95 fsl,irqsteer, MT8365 Mali Bifrost GPU, Anvo ANV32C81W
     EEPROM, and Microchip pic64gx PLIC

   - Add missing LGE, AMD Seattle, and APM X-Gene SoC platform
     compatibles

   - Updates to brcm,bcm2836-l1-intc, brcm,bcm2835-hvs, and bcm2711-hdmi
     bindings to fix warnings on BCM2712 platforms

   - Drop obsolete db8500-thermal.txt

   - Treewide clean-up of extra blank lines and inconsistent quoting

   - Ensure all .dtbo targets are applied to a base .dtb

   - Speed up dt_binding_check by skipping running validation on empty
     examples

  DT core:

   - Add of_machine_device_match() and of_machine_get_match_data()
     helpers and convert users treewide

   - Fix bounds checking of address properties in FDT code. Rework the
     code to have a single implementation of the bounds checks.

   - Rework of_irq_init() to ignore any implicit interrupt-parent (i.e.
     in a parent node) on nodes without an interrupt. This matches the
     spec description and fixes some RISC-V platforms.

   - Avoid a spurious message on overlay removal

   - Skip DT kunit tests on RISCV+ACPI"

* tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (55 commits)
  dt-bindings: kbuild: Skip validating empty examples
  dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: Drop interrupt-controller requirement
  dt-bindings: display: Fix brcm,bcm2835-hvs bindings for BCM2712
  dt-bindings: display: bcm2711-hdmi: Add interrupt details for BCM2712
  of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root node
  soc: tegra: Simplify with of_machine_device_match()
  soc: qcom: ubwc: Simplify with of_machine_get_match_data()
  powercap: dtpm: Simplify with of_machine_get_match_data()
  platform: surface: Simplify with of_machine_get_match_data()
  irqchip/atmel-aic: Simplify with of_machine_get_match_data()
  firmware: qcom: scm: Simplify with of_machine_device_match()
  cpuidle: big_little: Simplify with of_machine_device_match()
  cpufreq: sun50i: Simplify with of_machine_device_match()
  cpufreq: mediatek: Simplify with of_machine_get_match_data()
  cpufreq: dt-platdev: Simplify with of_machine_get_match_data()
  of: Add wrappers to match root node with OF device ID tables
  dt-bindings: eeprom: at25: Add Anvo ANV32C81W
  of/reserved_mem: Simplify the logic of __reserved_mem_alloc_size()
  of/reserved_mem: Simplify the logic of fdt_scan_reserved_mem_reg_nodes()
  of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()
  ...
2025-12-04 15:50:37 -08:00
..
88pg86x.txt
88pm800.txt
88pm860x.txt
active-semi,act8600.yaml regulator: dt-bindings: Convert active-semi PMIC docs to YAML schemas 2022-12-25 23:33:41 +00:00
active-semi,act8846.yaml regulator: dt-bindings: active-semi,act8846: correct supplies 2023-07-25 21:24:00 +01:00
active-semi,act8865.yaml dt-bindings: Fix SPI and I2C bus node names in examples 2023-03-08 09:04:53 -06:00
active-semi,act8945a.yaml regulator: dt-bindings: Clean-up active-semi,act8945a duplication 2025-08-11 14:08:54 +01:00
adi,adp5055-regulator.yaml regulator: dt-bindings: adi,adp5055-regulator: Add adp5055 support 2025-04-09 13:47:21 +01:00
adi,max77503-regulator.yaml regulator: dt-bindings: Add ADI MAX77503 support 2023-10-23 13:30:02 +01:00
adi,max77541-regulator.yaml dt-bindings: regulator: max77541: Add ADI MAX77541/MAX77540 Regulator 2023-06-28 15:17:21 +01:00
adi,max77857.yaml regulator: max77857: Add ADI MAX77857/59/MAX77831 Regulator bindings 2023-07-17 06:40:33 +01:00
allwinner,sun20i-d1-system-ldos.yaml regulator: dt-bindings: Add Allwinner D1 system LDOs 2024-05-09 17:44:00 +02:00
anatop-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
as3722-regulator.txt
awinic,aw37503.yaml regulator: dt-bindings: Add Awinic AW37503 2023-08-21 13:10:22 +01:00
brcm,bcm59054.yaml dt-bindings: mfd: brcm,bcm59056: Add compatible for BCM59054 2025-05-22 10:56:40 +01:00
brcm,bcm59056.yaml dt-bindings: mfd: brcm,bcm59056: Convert to YAML 2025-05-22 10:56:25 +01:00
cpcap-regulator.txt
dlg,da9121.yaml regulator: dt-bindings: dlg,da9121: allow different names 2023-07-25 21:23:59 +01:00
dlg,da9210.yaml dt-bindings: regulator: dlg,da9210: Convert to json-schema 2023-10-24 18:03:23 +01:00
dlg,da9211.yaml regulator: dt-bindings: Convert Dialog DA9211 Regulators to DT schema 2025-10-13 11:27:29 +01:00
dlg,slg51000.yaml regulator: dt-bindings: dlg,slg51000: Convert to DT schema 2023-07-27 13:06:35 +01:00
fcs,fan53555.yaml regulator: dt-bindings: fcs,fan53555: Add support for RK860X 2023-04-11 13:24:52 +01:00
fitipower,fp9931.yaml dt-bindings: regulator: Add Fitipower FP9931/JD9930 2025-11-20 16:29:16 +00:00
fixed-regulator.yaml regulator: dt-bindings: fixed-regulator: Add a preferred node name 2024-04-30 00:10:13 +09:00
google,cros-ec-regulator.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
gpio-regulator.yaml regulator: dt-bindings: gpio-regulator: Fix "gpios-states" and "states" array bounds 2024-02-26 13:47:05 +00:00
hisilicon,hi655x-regulator.txt
infineon,ir38060.yaml regulator: dt-bindings: infineon,ir38060: Add Guenter as maintainer from IBM 2025-08-11 17:15:16 +01:00
isl9305.txt
lltc,ltc3676.yaml regulator: dt-bindings: lltc,ltc3676: convert to YAML 2024-10-22 21:02:32 +01:00
lm363x-regulator.txt
lp872x.txt
ltc3589.txt
max1586-regulator.txt
max8660.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
max8893.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
max8907.txt
max8925-regulator.txt
max77650-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
maxim,max8952.yaml
maxim,max8973.yaml
maxim,max8997.yaml regulator: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-23 17:34:08 +01:00
maxim,max14577.yaml
maxim,max20086.yaml regulator: dt-bindings: Add missing unevaluatedProperties on child node schemas 2023-09-26 09:50:00 +02:00
maxim,max20411.yaml regulator: dt-bindings: Describe Maxim MAX20411 2023-01-25 12:39:25 +00:00
maxim,max77686.yaml
maxim,max77693.yaml
maxim,max77802.yaml dt-bindings: Add missing start and/or end of line regex anchors 2022-12-06 14:50:35 -06:00
maxim,max77826.yaml regulator: dt-bindings: Add missing unevaluatedProperties on child node schemas 2023-09-26 09:50:00 +02:00
maxim,max77838.yaml dt-bindings: regulator: document max77838 pmic 2025-09-15 19:27:49 +01:00
maxim,max77843.yaml
mediatek,mt6316b-regulator.yaml dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators 2025-11-05 13:28:43 +00:00
mediatek,mt6316c-regulator.yaml dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators 2025-11-05 13:28:43 +00:00
mediatek,mt6316d-regulator.yaml dt-bindings: regulator: Document MediaTek MT6316 PMIC Regulators 2025-11-05 13:28:43 +00:00
mediatek,mt6331-regulator.yaml dt-bindings: regulator: mediatek,mt6331: Add missing compatible 2025-09-26 14:50:44 -05:00
mediatek,mt6332-regulator.yaml dt-bindings: regulator: mediatek,mt6332-regulator: Add missing compatible 2025-09-26 14:50:44 -05:00
mediatek,mt6357-regulator.yaml regulator: dt-bindings: mt6357: Drop fixed compatible requirement 2025-05-14 14:53:50 +02:00
mediatek,mt6358-regulator.yaml regulator: dt-bindings: mt6358: Add MT6366 PMIC 2023-10-02 19:43:44 +01:00
mediatek,mt6363-regulator.yaml dt-bindings: regulator: Document MediaTek MT6363 PMIC Regulators 2025-11-05 13:28:45 +00:00
mediatek,mt6397-regulator.yaml regulator: dt-bindings: mediatek,mt6397-regulator: convert to YAML 2024-08-07 23:46:42 +01:00
mediatek,mt6873-dvfsrc-regulator.yaml dt-bindings: regulator: mediatek-dvfsrc: Add MT8196 support 2025-06-23 13:12:30 +01:00
microchip,mcp16502.yaml regulator: dt-bindings: microchip,mcp16502: Add voltage input supply documentation 2024-08-13 12:41:45 +01:00
mp8859.txt
mps,mp886x.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
mps,mp5416.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
mps,mpq2286.yaml regulator: dt-bindings: Add mps,mpq2286 power-management IC 2023-10-28 09:21:48 -07:00
mps,mpq7920.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
mps,mpq7932.yaml dt-bindings: regulator: Add mps,mpq7932 power-management IC 2023-02-21 16:56:28 -06:00
mt6311-regulator.txt
mt6315-regulator.yaml regulator: dt-bindings: mt6315: Drop regulator-compatible property 2024-12-12 11:09:22 +00:00
mt6323-regulator.txt
mt6359-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
mt6360-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
mt6380-regulator.txt
nvidia,tegra-regulators-coupling.txt
nxp,pca9450-regulator.yaml regulator: dt-bindings: pca9540: add debounce timer configuration 2025-11-18 18:55:21 +00:00
nxp,pf8x00-regulator.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
nxp,pf0900.yaml dt-bindings: regulator: add PF0900 regulator yaml 2025-08-10 21:09:45 +01:00
nxp,pf5300.yaml regulator: dt-bindings: nxp,pf530x: Add NXP PF5300/PF5301/PF5302 PMICs 2025-09-05 14:20:36 +01:00
onnn,fan53880.yaml regulator: dt-bindings: Add missing unevaluatedProperties on child node schemas 2023-09-26 09:50:00 +02:00
palmas-pmic.txt
pbias-regulator.txt
pfuze100.yaml regulator: dt-bindings: add missing unevaluatedProperties for each regulator 2023-07-26 12:49:49 +01:00
pv88060.txt
pv88080.txt
pv88090.txt
pwm-regulator.yaml regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" 2023-06-14 12:27:20 +01:00
qcom,qca6390-pmu.yaml regulator: dt-bindings: qcom,qca6390-pmu: document wcn6750-pmu 2024-12-09 13:06:06 +00:00
qcom,rpm-regulator.yaml regulator: dt-bindings: qcom,rpm: fix pattern for children 2023-07-25 21:24:00 +01:00
qcom,rpmh-regulator.yaml Devicetree updates for v6.19: 2025-12-04 15:50:37 -08:00
qcom,sdm845-refgen-regulator.yaml regulator: dt-bindings: qcom,sdm845-refgen-regulator: document more platforms 2025-09-23 10:56:54 +02:00
qcom,smd-rpm-regulator.yaml regulator: qcom_smd: Add l2, l5 sub-node to mp5496 regulator 2025-02-05 12:19:49 +00:00
qcom,spmi-regulator.yaml dt-bindings: regulator: qcom,spmi-regulator: Document PM8937 PMIC 2023-11-13 01:26:21 +00:00
qcom,usb-vbus-regulator.yaml dt-bindings: regulator: qcom,usb-vbus-regulator: Add PM7250B compatible 2024-03-25 00:48:40 +00:00
qcom-labibb-regulator.yaml dt-bindings: regulator: qcom-labibb-regulator: document the pmi8950 labibb regulator 2024-11-19 17:29:10 +00:00
raspberrypi,7inch-touchscreen-panel-regulator-v2.yaml regulator: dt-bindings: rpi-panel: Split 7" Raspberry Pi 720x1280 v2 binding 2025-09-08 18:39:18 +01:00
raspberrypi,7inch-touchscreen-panel-regulator.yaml regulator: dt-bindings: rpi-panel: Split 7" Raspberry Pi 720x1280 v2 binding 2025-09-08 18:39:18 +01:00
regulator-max77620.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
regulator-output.yaml regulator: Add regulator-output binding 2022-11-03 13:35:01 +00:00
regulator.txt
regulator.yaml regulator: dt-bindings: Add regulator-power-budget-milliwatt property 2025-01-17 17:48:55 +00:00
renesas,raa215300.yaml regulator: dt-bindings: Add Renesas RAA215300 PMIC bindings 2023-06-23 16:29:00 +01:00
richtek,rt4801-regulator.yaml regulator: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes 2022-08-23 17:34:08 +01:00
richtek,rt4803.yaml regulator: dt-bindings: Add Richtek RT4803 2023-03-29 17:46:30 +01:00
richtek,rt4831-regulator.yaml regulator: dt-bindings: add missing unevaluatedProperties for each regulator 2023-07-26 12:49:49 +01:00
richtek,rt5133.yaml regulator: dt-bindings: Add Richtek RT5133 Support 2025-08-13 11:10:58 +01:00
richtek,rt5190a-regulator.yaml dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
richtek,rt5739.yaml regulator: dt-bindings: rt5739: Add compatible for rt5733 2023-07-09 22:48:53 +01:00
richtek,rt5759-regulator.yaml
richtek,rt6160-regulator.yaml
richtek,rt6190.yaml regulator: Add bindings for Richtek RT6190 regulator 2022-11-02 14:38:35 +00:00
richtek,rt6245-regulator.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
richtek,rtmv20-regulator.yaml regulator: dt-bindings: add missing unevaluatedProperties for each regulator 2023-07-26 12:49:49 +01:00
richtek,rtq2134-regulator.yaml
richtek,rtq2208.yaml regulator: dt-bindings: rtq2208: Cleanup whitespace 2025-03-18 12:25:25 +00:00
richtek,rtq6752-regulator.yaml regulator: dt-bindings: add missing unevaluatedProperties for each regulator 2023-07-26 12:49:49 +01:00
rohm,bd9576-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
rohm,bd71815-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
rohm,bd71828-regulator.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
rohm,bd71837-regulator.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
rohm,bd71847-regulator.yaml Devicetree updates for v6.4, part 1: 2023-04-27 09:23:57 -07:00
rohm,bd96801-regulator.yaml dt-bindings: ROHM BD96801 PMIC regulators 2024-06-27 09:24:44 +01:00
rohm,bd96802-regulator.yaml dt-bindings: regulator: Add ROHM BD96802 PMIC 2025-04-24 14:52:03 +01:00
samsung,s2mpa01.yaml
samsung,s2mps11.yaml
samsung,s2mps13.yaml
samsung,s2mps14.yaml regulator: dt-bindings: samsung,s2mps14: add lost samsung,ext-control-gpios 2023-01-20 14:09:57 +00:00
samsung,s2mps15.yaml
samsung,s2mpu02.yaml
samsung,s2mpu05.yaml regulator: dt-bindings: add documentation for s2mpu05-pmic regulators 2025-03-13 12:38:21 +00:00
samsung,s5m8767.yaml
silergy,sy8106a.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
silergy,sy8824x.yaml
silergy,sy8827n.yaml
siliconmitus,sm5703-regulator.yaml regulator: sm5703: Correct reference to the common regulator schema 2022-04-29 13:28:06 +01:00
sky81452-regulator.txt
socionext,uniphier-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
sprd,sc2731-regulator.yaml dt-bindings: mfd: sprd,sc2731: Convert to YAML 2024-11-12 14:48:45 +00:00
st,stm32-booster.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
st,stm32-vrefbuf.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
st,stm32mp1-pwr-reg.yaml regulator: st,stm32mp1-pwr-reg: add compatible for STM32MP13 2024-05-27 01:32:23 +01:00
ti,tps62360.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
ti,tps62864.yaml dt-bindings: Drop unnecessary quotes on keys 2024-05-03 07:50:05 -05:00
ti,tps62870.yaml regulator: dt-bindings: Add bindings for TPS6287x 2023-05-09 13:26:48 +09:00
ti,tps65132.yaml dt-bindings: regulator: ti,tps65132: document VIN supply 2024-07-04 13:24:52 +01:00
ti,tps65219.yaml dt-bindings: regulator: Add TI TPS65214 PMIC bindings 2025-03-14 08:59:06 +00:00
ti-abb-regulator.txt
tps6586x.txt
tps51632-regulator.txt
tps65023.txt
tps65090.txt
tps65217.txt
tps65218.txt
vctrl-regulator.yaml regulator: dt-bindings: vctrl-regulator: convert to YAML 2024-10-08 11:44:14 +01:00
vexpress.txt dt-bindings: arm: update vexpress-config.yaml references 2022-06-06 12:17:00 -05:00
vqmmc-ipq4019-regulator.yaml regulator: dt-bindings: Drop unneeded quotes 2023-03-20 13:11:35 +00:00
wlf,arizona.yaml regulator: dt-bindings: add missing unevaluatedProperties for each regulator 2023-07-26 12:49:49 +01:00