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
...
|
||
|---|---|---|
| .. | ||
| actions,owl-timer.yaml | ||
| allwinner,sun4i-a10-timer.yaml | ||
| allwinner,sun5i-a13-hstimer.yaml | ||
| altr,timer-1.0.yaml | ||
| amlogic,meson6-timer.yaml | ||
| andestech,plmt0.yaml | ||
| arm,arch_timer.yaml | ||
| arm,arch_timer_mmio.yaml | ||
| arm,armv7m-systick.yaml | ||
| arm,global_timer.yaml | ||
| arm,mps2-timer.yaml | ||
| arm,sp804.yaml | ||
| arm,twd-timer.yaml | ||
| brcm,bcm2835-system-timer.yaml | ||
| brcm,bcmbca-timer.yaml | ||
| brcm,kona-timer.yaml | ||
| cdns,ttc.yaml | ||
| cirrus,clps711x-timer.yaml | ||
| cirrus,ep9301-timer.yaml | ||
| cnxt,cx92755-timer.yaml | ||
| csky,gx6605s-timer.yaml | ||
| csky,mptimer.yaml | ||
| econet,en751221-timer.yaml | ||
| ezchip,nps400-timer.yaml | ||
| faraday,fttmr010.yaml | ||
| fsl,ftm-timer.yaml | ||
| fsl,gtm.yaml | ||
| fsl,imxgpt.yaml | ||
| fsl,timrot.yaml | ||
| fsl,vf610-pit.yaml | ||
| hpe,gxp-timer.yaml | ||
| img,pistachio-gptimer.yaml | ||
| ingenic,sysost.yaml | ||
| ingenic,tcu.yaml | ||
| intel,ixp4xx-timer.yaml | ||
| jcore,pit.yaml | ||
| loongson,ls1x-pwmtimer.yaml | ||
| lsi,zevio-timer.yaml | ||
| marvell,armada-370-timer.yaml | ||
| marvell,orion-timer.yaml | ||
| mediatek,timer.yaml | ||
| mrvl,mmp-timer.yaml | ||
| mstar,msc313e-timer.yaml | ||
| nuvoton,npcm7xx-timer.yaml | ||
| nvidia,tegra-timer.yaml | ||
| nvidia,tegra186-timer.yaml | ||
| nxp,lpc3220-timer.yaml | ||
| nxp,s32g2-stm.yaml | ||
| nxp,sysctr-timer.yaml | ||
| nxp,tpm-timer.yaml | ||
| ralink,cevt-systick.yaml | ||
| ralink,rt2880-timer.yaml | ||
| rda,8810pl-timer.yaml | ||
| realtek,otto-timer.yaml | ||
| renesas,cmt.yaml | ||
| renesas,em-sti.yaml | ||
| renesas,mtu2.yaml | ||
| renesas,ostm.yaml | ||
| renesas,rz-mtu3.yaml | ||
| renesas,tmu.yaml | ||
| riscv,timer.yaml | ||
| rockchip,rk-timer.yaml | ||
| samsung,exynos4210-mct.yaml | ||
| sifive,clint.yaml | ||
| snps,arc-timer.yaml | ||
| snps,archs-gfrc.yaml | ||
| snps,archs-rtc.yaml | ||
| snps,dw-apb-timer.yaml | ||
| socionext,milbeaut-timer.yaml | ||
| sprd,sc9860-timer.yaml | ||
| st,nomadik-mtu.yaml | ||
| st,spear-timer.yaml | ||
| st,stih407-lpc | ||
| st,stm32-timer.yaml | ||
| thead,c900-aclint-mtimer.yaml | ||
| ti,da830-timer.yaml | ||
| ti,keystone-timer.yaml | ||
| ti,timer-dm.yaml | ||
| via,vt8500-timer.yaml | ||
| xlnx,xps-timer.yaml | ||