mirror of https://github.com/torvalds/linux.git
DT core:
- Update dtc to upstream version v1.7.2-35-g52f07dcca47c
- Add stub for of_get_next_child_with_prefix()
- Convert of_msi_map_id() callers to of_msi_xlate()
DT bindings:
- Convert Megachips stdpxxxx-ge-b850v3-fw DP bridges, NVIDIA Tegra GPUs,
SUN Sparc RNG, aspeed,ast2400-sdram-edac, Marvell arm32 SoCs, Marvell
Berlin SoCs, apm,xgene-edac, marvell,armada-ap806-thermal,
marvell,armada370-thermal, marvell,armada-3700-wdt, nuvoton,npcm-wdt,
brcm,iproc-flexrm-mbox, brcm,iproc-pdc-mbox,
marvell,armada-3700-rwtm-mailbox, rockchip,rk3368-mailbox,
eckelmann,siox-gpio, aspeed,ast2400-gfx, apm,xgene-pmu,
hisilicon,mbigen-v2, cavium,thunder-88xx,
aspeed,ast2400-cf-fsi-master,
fsi-master-gpio, and mediatek,mt8173-vpu bindings to DT schema format
- Add bindings for synaptics,synaptics_i2c touchscreen controller,
innolux,n133hse-ea1 and nlt,nl12880bc20-spwg-24 displays, and NXP
vf610 reboot controller
- Add new Arm Cortex-A320/A520AE/A720AE and
C1-Nano/Pro/Premium/Ultra CPUs. Add missing Applied Micro CPU
compatibles. Add pu-supply and fsl,soc-operating-points properties for
CPU nodes.
- Add QCom Glymur PDC and tegra264-agic interrupt controllers
- Add samsung,exynos8890-mali GPU to Arm Mali Midgard
- Drop Samsung S3C2410 display related bindings
- Allow separate DP lane and AUX connections in dp-connector
- Add some missing, undocumented vendor prefixes
- Add missing '#address-cells' properties in interrupt controller
bindings which dtc now warns about
- Drop duplicate socfpga-sdram-edac.txt, moxa,moxart-watchdog.txt,
fsl/mpic.txt, ti,opa362.txt, and cavium-thunder2.txt legacy text
bindings which are already covered by existing schemas.
- Various binding fixes for Mediatek platforms in mailbox, regulator,
pinctrl, timer, and display
- Drop work-around for yamllint quoting of values containing ','
- Various spelling, typo, grammar, and duplicated words fixes in DT
bindings and docs
- Add binding guidelines for defining properties at top level of
schemas, lack of node name ABI, and usage of simple-mfd
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmjatrgACgkQ+vtdtY28
YcMyOBAAlZW1GqpFbfh0TBGL3HTOdBgEqBdBvoVigkzQxpIpgGHBfQiyY2z5WUru
TzgQ2fK+hBHRx/7KsizpxHNWX5LWX9pUbVmJsDqBMlIAqtNnJGqKDjXibCYdtonf
IsK8Ow48LHfVPcGPixaFhbvoxIL7hg8b+4OgVPjUN3Bbj6Tsh+bi+SzH0bJhWmLD
842jqUeymxeeYZBW4lKvjWKK6QWU+zwtCeuZfzMC/iOn9YB8x8FqGhFG951aSA8g
kgdi36tOyYAmGj6kbTTOlUFrmHC5qQbXQUv8evhz7h4pw0xPXPkg0Foe7WfJBFq3
CnfHuhmFadwfUI6K4WAK/TfM9QEi9fm+Nu0sv/q4s6YHlfGGuA9AVgRRWLhC9aAr
CDp73jF4/aXWmUe5MZZiee1aHSbl9DzdDx+UEpjX3V8I2DiRyFXTuy9p5shkmH7D
mUX+GdRf4cF+uxwWz4/G4XTHkFMgpoUJBoz8Hwn10JG1//+Na1FBrPHx2jeRyTpb
HLXf7G8MIrpVUT2FkurVFV1QSWB9VB3Lm9wwT7KbAaEA82n8OYI7sM/ZABFOEMCD
/ZnwdOjq3izUcrejwr6iP436gHBvwId1IyVQFtY+dDcgS1neZ9LMqsvcDS2GAW30
P8wkt5ogiu0zIc6ysgKMCW9VV3Fh9ZcplMhylTqDrpV+A0O+QbQ=
=pcE2
-----END PGP SIGNATURE-----
Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Pull devicetree updates from Rob Herring:
"DT core:
- Update dtc to upstream version v1.7.2-35-g52f07dcca47c
- Add stub for of_get_next_child_with_prefix()
- Convert of_msi_map_id() callers to of_msi_xlate()
DT bindings:
- Convert multiple text board bindings to DT schema format
- Add bindings for synaptics,synaptics_i2c touchscreen controller,
innolux,n133hse-ea1 and nlt,nl12880bc20-spwg-24 displays, and NXP
vf610 reboot controller
- Add new Arm Cortex-A320/A520AE/A720AE and C1-Nano/Pro/Premium/Ultra
CPUs. Add missing Applied Micro CPU compatibles. Add pu-supply and
fsl,soc-operating-points properties for CPU nodes.
- Add QCom Glymur PDC and tegra264-agic interrupt controllers
- Add samsung,exynos8890-mali GPU to Arm Mali Midgard
- Drop Samsung S3C2410 display related bindings
- Allow separate DP lane and AUX connections in dp-connector
- Add some missing, undocumented vendor prefixes
- Add missing '#address-cells' properties in interrupt controller
bindings which dtc now warns about
- Drop duplicate socfpga-sdram-edac.txt, moxa,moxart-watchdog.txt,
fsl/mpic.txt, ti,opa362.txt, and cavium-thunder2.txt legacy text
bindings which are already covered by existing schemas.
- Various binding fixes for Mediatek platforms in mailbox, regulator,
pinctrl, timer, and display
- Drop work-around for yamllint quoting of values containing ','
- Various spelling, typo, grammar, and duplicated words fixes in DT
bindings and docs
- Add binding guidelines for defining properties at top level of
schemas, lack of node name ABI, and usage of simple-mfd"
* tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (81 commits)
dt-bindings: arm: altera: Drop socfpga-sdram-edac.txt
dt-bindings: gpu: Convert nvidia,gk20a to DT schema
dt-bindings: rng: sparc_sun_oracle_rng: convert to DT schema
dt-bindings: vendor-prefixes: update regex for properties without a prefix
dt-bindings: display: bridge: convert megachips-stdpxxxx-ge-b850v3-fw.txt to yaml
scripts: dt_to_config: fix grammar and a typo in --help text
dt-bindings: fix spelling, typos, grammar, duplicated words
docs: dt: fix grammar and spelling
of: base: Add of_get_next_child_with_prefix() stub
dt-bindings: trivial-devices: Add compatible string synaptics,synaptics_i2c
dt-bindings: soc: mediatek: pwrap: Add power-domains property
dt-bindings: pinctrl: mt65xx: Allow gpio-line-names
dt-bindings: media: Convert MediaTek mt8173-vpu bindings to DT schema
dt-bindings: arm: mediatek: Support mt8183-audiosys variant
dt-bindings: mailbox: mediatek,gce-mailbox: Make clock-names optional
dt-bindings: regulator: mediatek,mt6331: Add missing compatible
dt-bindings: regulator: mediatek,mt6331: Fix various regulator names
dt-bindings: regulator: mediatek,mt6332-regulator: Add missing compatible
dt-bindings: pinctrl: mediatek,mt7622-pinctrl: Add missing base reg
dt-bindings: pinctrl: mediatek,mt7622-pinctrl: Add missing pwm_ch7_2
...
|
||
|---|---|---|
| .. | ||
| 88pg86x.txt | ||
| 88pm800.txt | ||
| 88pm860x.txt | ||
| active-semi,act8600.yaml | ||
| active-semi,act8846.yaml | ||
| active-semi,act8865.yaml | ||
| active-semi,act8945a.yaml | ||
| adi,adp5055-regulator.yaml | ||
| adi,max77503-regulator.yaml | ||
| adi,max77541-regulator.yaml | ||
| adi,max77857.yaml | ||
| allwinner,sun20i-d1-system-ldos.yaml | ||
| anatop-regulator.yaml | ||
| as3722-regulator.txt | ||
| awinic,aw37503.yaml | ||
| brcm,bcm59054.yaml | ||
| brcm,bcm59056.yaml | ||
| cpcap-regulator.txt | ||
| da9211.txt | ||
| dlg,da9121.yaml | ||
| dlg,da9210.yaml | ||
| dlg,slg51000.yaml | ||
| fcs,fan53555.yaml | ||
| fixed-regulator.yaml | ||
| google,cros-ec-regulator.yaml | ||
| gpio-regulator.yaml | ||
| hisilicon,hi655x-regulator.txt | ||
| infineon,ir38060.yaml | ||
| isl9305.txt | ||
| lltc,ltc3676.yaml | ||
| lm363x-regulator.txt | ||
| lp872x.txt | ||
| ltc3589.txt | ||
| max1586-regulator.txt | ||
| max8660.yaml | ||
| max8893.yaml | ||
| max8907.txt | ||
| max8925-regulator.txt | ||
| max77650-regulator.yaml | ||
| maxim,max8952.yaml | ||
| maxim,max8973.yaml | ||
| maxim,max8997.yaml | ||
| maxim,max14577.yaml | ||
| maxim,max20086.yaml | ||
| maxim,max20411.yaml | ||
| maxim,max77686.yaml | ||
| maxim,max77693.yaml | ||
| maxim,max77802.yaml | ||
| maxim,max77826.yaml | ||
| maxim,max77838.yaml | ||
| maxim,max77843.yaml | ||
| mediatek,mt6331-regulator.yaml | ||
| mediatek,mt6332-regulator.yaml | ||
| mediatek,mt6357-regulator.yaml | ||
| mediatek,mt6358-regulator.yaml | ||
| mediatek,mt6397-regulator.yaml | ||
| mediatek,mt6873-dvfsrc-regulator.yaml | ||
| microchip,mcp16502.yaml | ||
| mp8859.txt | ||
| mps,mp886x.yaml | ||
| mps,mp5416.yaml | ||
| mps,mpq2286.yaml | ||
| mps,mpq7920.yaml | ||
| mps,mpq7932.yaml | ||
| mt6311-regulator.txt | ||
| mt6315-regulator.yaml | ||
| mt6323-regulator.txt | ||
| mt6359-regulator.yaml | ||
| mt6360-regulator.yaml | ||
| mt6380-regulator.txt | ||
| nvidia,tegra-regulators-coupling.txt | ||
| nxp,pca9450-regulator.yaml | ||
| nxp,pf8x00-regulator.yaml | ||
| nxp,pf0900.yaml | ||
| nxp,pf5300.yaml | ||
| onnn,fan53880.yaml | ||
| palmas-pmic.txt | ||
| pbias-regulator.txt | ||
| pfuze100.yaml | ||
| pv88060.txt | ||
| pv88080.txt | ||
| pv88090.txt | ||
| pwm-regulator.yaml | ||
| qcom,qca6390-pmu.yaml | ||
| qcom,rpm-regulator.yaml | ||
| qcom,rpmh-regulator.yaml | ||
| qcom,sdm845-refgen-regulator.yaml | ||
| qcom,smd-rpm-regulator.yaml | ||
| qcom,spmi-regulator.yaml | ||
| qcom,usb-vbus-regulator.yaml | ||
| qcom-labibb-regulator.yaml | ||
| raspberrypi,7inch-touchscreen-panel-regulator-v2.yaml | ||
| raspberrypi,7inch-touchscreen-panel-regulator.yaml | ||
| regulator-max77620.txt | ||
| regulator-output.yaml | ||
| regulator.txt | ||
| regulator.yaml | ||
| renesas,raa215300.yaml | ||
| richtek,rt4801-regulator.yaml | ||
| richtek,rt4803.yaml | ||
| richtek,rt4831-regulator.yaml | ||
| richtek,rt5133.yaml | ||
| richtek,rt5190a-regulator.yaml | ||
| richtek,rt5739.yaml | ||
| richtek,rt5759-regulator.yaml | ||
| richtek,rt6160-regulator.yaml | ||
| richtek,rt6190.yaml | ||
| richtek,rt6245-regulator.yaml | ||
| richtek,rtmv20-regulator.yaml | ||
| richtek,rtq2134-regulator.yaml | ||
| richtek,rtq2208.yaml | ||
| richtek,rtq6752-regulator.yaml | ||
| rohm,bd9576-regulator.yaml | ||
| rohm,bd71815-regulator.yaml | ||
| rohm,bd71828-regulator.yaml | ||
| rohm,bd71837-regulator.yaml | ||
| rohm,bd71847-regulator.yaml | ||
| rohm,bd96801-regulator.yaml | ||
| rohm,bd96802-regulator.yaml | ||
| samsung,s2mpa01.yaml | ||
| samsung,s2mps11.yaml | ||
| samsung,s2mps13.yaml | ||
| samsung,s2mps14.yaml | ||
| samsung,s2mps15.yaml | ||
| samsung,s2mpu02.yaml | ||
| samsung,s2mpu05.yaml | ||
| samsung,s5m8767.yaml | ||
| silergy,sy8106a.yaml | ||
| silergy,sy8824x.yaml | ||
| silergy,sy8827n.yaml | ||
| siliconmitus,sm5703-regulator.yaml | ||
| sky81452-regulator.txt | ||
| socionext,uniphier-regulator.yaml | ||
| sprd,sc2731-regulator.yaml | ||
| st,stm32-booster.yaml | ||
| st,stm32-vrefbuf.yaml | ||
| st,stm32mp1-pwr-reg.yaml | ||
| ti,tps62360.yaml | ||
| ti,tps62864.yaml | ||
| ti,tps62870.yaml | ||
| ti,tps65132.yaml | ||
| ti,tps65219.yaml | ||
| ti-abb-regulator.txt | ||
| tps6586x.txt | ||
| tps51632-regulator.txt | ||
| tps65023.txt | ||
| tps65090.txt | ||
| tps65217.txt | ||
| tps65218.txt | ||
| vctrl-regulator.yaml | ||
| vexpress.txt | ||
| vqmmc-ipq4019-regulator.yaml | ||
| wlf,arizona.yaml | ||