mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
There are a handful of new SoCs this time, all of these are
more or less related to chips in a wider family:
- SpacemiT Key Stone K3 is an 8-core risc-v chip, and the first
widely available RVA23 implementation. Note that this is
entirely unrelated with the similarly named Texas Instruments
K3 chip family that follwed the TI Keystone2 SoC.
- The Realtek Kent family of SoCs contains three chip models
rtd1501s, rtd1861b and rtd1920s, and is related to their earlier
Set-top-box and NAS products such as rtd1619, but is built
on newer Arm Cortex-A78 cores.
- The Qualcomm Milos family includes the Snapdragon 7s Gen 3
(SM7635) mobile phone SoC built around Armv9 Kryo cores of the Arm
Cortex-A720 generation. This one is used in the Fairphone Gen 6
- Qualcomm Kaanapali is a new SoC based around eight high
performance Oryon CPU cores
- NXP i.MX8QP and i.MX952 are both feature reduced versions of
chips we already support, i.e. the i.MX8QM and i.MX952, with
fewer CPU cores and I/O interfaces.
As part of a cleanup, a number of SoC specific devicetree files got
removed because they did not have a single board using the .dtsi files
and they were never compile tested as a result: Samsung s3c6400,
ST spear320s, ST stm32mp21xc/stm32mp23xc/stm32mp25xc, Renesas
r8a779m0/r8a779m2/r8a779m4/r8a779m6/r8a779m7/r8a779m8/r8a779mb/
r9a07g044c1/r9a07g044l1/r9a07g054l1/r9a09g047e37, and TI am3703/am3715.
All of these could be restored easily if a new board gets merged.
Broadcom/Cavium/Marvell ThunderX2 gets removed along with its only
machine, as all remaining users are assumed to be using ACPI
based firmware.
A relatively small number of 43 boards get added this time, and
almost all of them for arm64. Aside from the reference boards for
the newly added SoCs, this includes:
- Three server boards use 32-bit ASpeed BMCs
- One more reference board for 32-bit Microchip LAN9668
- 64-bit Arm single-board computers based on Amlogic s905y4,
CIX sky1, NXP ls1028a/imx8mn/imx8mp/imx91/imx93/imx95,
Qualcomm qcs6490/qrb2210 and Rockchip rk3568/rk3588s
- Carrier board for SOMs using Intel agilex5, Marvell Armada 7020,
NXP iMX8QP, Mediatek mt8370/mt8390 and rockchip rk3588
- Two mobile phones using Snapdragon 845
- A gaming device and a NAS box, both based on Rockchips rk356x
On top of the newly added boards and SoCs, there is a lot of
background activity going into cleanups, in particular towards
getting a warning-free dtc build, and the usual work on adding
support for more hardware on the previously added machines.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmmLSTIACgkQmmx57+YA
GNk6xw//bn239Nn6XUSrmm3b7SGDf+9AvdrukrUEOsIYBYUM7fkulVSINpVOSzZU
DAxLSCY1qfE9zP4x+hrYv922w9Rt19zPuEwFVCslbbTk9NN8IhmhIOs06o2jrvN3
HS/AcESV2SCUe0EVjDIdBgisKMGdbN2t8bdrFFOmqUkQ+7EJ2GvNL0MoaKrdF+Sr
ilt5Hhkl6ixbGDq2KEB2QQHQhYKa/5GdKS0CLTY4et/dZbjHVg9o6/sfgIhLINCz
wNb9CKnt1Gv5L3RWW2LxQrrNe5qhLmHq1vmPbxSJGrzqnOwY9Tcg4s1Io9EcDtyW
LZlq4PkLJV9oPVHgi0mygZ3ONVhWhCMVhTXg6Osi1aHJeEERuIaYMfeU7WD0jHv8
ZcGboxfyiQmphRJumL0C74uIuuXgdoKrv7gqQvo9dy+HRxdHW/7p8TQi9SSfh7kF
Iysc2ePMmqLd4WJCMxV+7FrT8oZxOL+/KfisCu6n/Qdv65kTWmBlLCK6XZrmWYyk
YKg48F8xpQaSmgevWePwhcH0a/TmgmoT+6xOfTuyo88k65FLXXmrFp14th2Kg5sI
60W9ur6ujPI3s19H9C3IQp7ub5Ermvj+g893zEB1e2CR9blfqRARV9zFSv4OMkq+
hQmqe5cU9/17k7wchFke4Y/FsS8W2oFFJ9o6czOTnh5NhlpVSJw=
=IK23
-----END PGP SIGNATURE-----
Merge tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC devicetree updates from Arnd Bergmann:
"There are a handful of new SoCs this time, all of these are more or
less related to chips in a wider family:
- SpacemiT Key Stone K3 is an 8-core risc-v chip, and the first
widely available RVA23 implementation. Note that this is entirely
unrelated with the similarly named Texas Instruments K3 chip family
that follwed the TI Keystone2 SoC.
- The Realtek Kent family of SoCs contains three chip models
rtd1501s, rtd1861b and rtd1920s, and is related to their earlier
Set-top-box and NAS products such as rtd1619, but is built on newer
Arm Cortex-A78 cores.
- The Qualcomm Milos family includes the Snapdragon 7s Gen 3 (SM7635)
mobile phone SoC built around Armv9 Kryo cores of the Arm
Cortex-A720 generation. This one is used in the Fairphone Gen 6
- Qualcomm Kaanapali is a new SoC based around eight high performance
Oryon CPU cores
- NXP i.MX8QP and i.MX952 are both feature reduced versions of chips
we already support, i.e. the i.MX8QM and i.MX952, with fewer CPU
cores and I/O interfaces.
As part of a cleanup, a number of SoC specific devicetree files got
removed because they did not have a single board using the .dtsi files
and they were never compile tested as a result: Samsung s3c6400, ST
spear320s, ST stm32mp21xc/stm32mp23xc/stm32mp25xc, Renesas
r8a779m0/r8a779m2/r8a779m4/r8a779m6/r8a779m7/r8a779m8/r8a779mb/
r9a07g044c1/r9a07g044l1/r9a07g054l1/r9a09g047e37, and TI
am3703/am3715. All of these could be restored easily if a new board
gets merged.
Broadcom/Cavium/Marvell ThunderX2 gets removed along with its only
machine, as all remaining users are assumed to be using ACPI based
firmware.
A relatively small number of 43 boards get added this time, and almost
all of them for arm64. Aside from the reference boards for the newly
added SoCs, this includes:
- Three server boards use 32-bit ASpeed BMCs
- One more reference board for 32-bit Microchip LAN9668
- 64-bit Arm single-board computers based on Amlogic s905y4, CIX
sky1, NXP ls1028a/imx8mn/imx8mp/imx91/imx93/imx95, Qualcomm
qcs6490/qrb2210 and Rockchip rk3568/rk3588s
- Carrier board for SOMs using Intel agilex5, Marvell Armada 7020,
NXP iMX8QP, Mediatek mt8370/mt8390 and rockchip rk3588
- Two mobile phones using Snapdragon 845
- A gaming device and a NAS box, both based on Rockchips rk356x
On top of the newly added boards and SoCs, there is a lot of
background activity going into cleanups, in particular towards getting
a warning-free dtc build, and the usual work on adding support for
more hardware on the previously added machines"
* tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (757 commits)
dt-bindings: intel: Add Agilex eMMC support
arm64: dts: socfpga: agilex: add emmc support
arm64: dts: intel: agilex5: Add simple-bus node on top of dma controller node
ARM: dts: socfpga: fix dtbs_check warning for fpga-region
ARM: dts: socfpga: add #address-cells and #size-cells for sram node
dt-bindings: altera: document syscon as fallback for sys-mgr
arm64: dts: altera: Use lowercase hex
dt-bindings: arm: altera: combine Intel's SoCFPGA into altera.yaml
arm64: dts: socfpga: agilex5: Add IOMMUS property for ethernet nodes
arm64: dts: socfpga: agilex5: add support for modular board
dt-bindings: intel: Add Agilex5 SoCFPGA modular board
arm64: dts: socfpga: agilex5: Add dma-coherent property
arm64: dts: realtek: Add Kent SoC and EVB device trees
dt-bindings: arm: realtek: Add Kent Soc family compatibles
ARM: dts: samsung: Drop s3c6400.dtsi
ARM: dts: nuvoton: Minor whitespace cleanup
MAINTAINERS: Add Falcon DB
arm64: dts: a7k: add COM Express boards
ARM: dts: microchip: Drop usb_a9g20-dab-mmx.dtsi
arm64: dts: rockchip: Fix rk3588 PCIe range mappings
...
|
||
|---|---|---|
| .. | ||
| altera | ||
| amlogic | ||
| apple | ||
| aspeed | ||
| bcm | ||
| calxeda | ||
| cirrus | ||
| cpu-enable-method | ||
| firmware | ||
| freescale | ||
| hisilicon | ||
| keystone | ||
| marvell | ||
| mediatek | ||
| mrvl | ||
| mstar | ||
| nuvoton | ||
| nxp | ||
| omap | ||
| rockchip | ||
| samsung | ||
| socionext | ||
| sprd | ||
| stm32 | ||
| sunxi | ||
| tegra | ||
| ti | ||
| ux500 | ||
| vt8500 | ||
| actions.yaml | ||
| airoha,en7581-chip-scu.yaml | ||
| airoha.yaml | ||
| altera.yaml | ||
| amazon,al.yaml | ||
| amd,pensando.yaml | ||
| amd,seattle.yaml | ||
| amlogic.yaml | ||
| apm.yaml | ||
| apple.yaml | ||
| arm,cci-400.yaml | ||
| arm,coresight-catu.yaml | ||
| arm,coresight-cpu-debug.yaml | ||
| arm,coresight-cti.yaml | ||
| arm,coresight-dummy-sink.yaml | ||
| arm,coresight-dummy-source.yaml | ||
| arm,coresight-dynamic-funnel.yaml | ||
| arm,coresight-dynamic-replicator.yaml | ||
| arm,coresight-etb10.yaml | ||
| arm,coresight-etm.yaml | ||
| arm,coresight-static-funnel.yaml | ||
| arm,coresight-static-replicator.yaml | ||
| arm,coresight-stm.yaml | ||
| arm,coresight-tmc.yaml | ||
| arm,coresight-tpiu.yaml | ||
| arm,corstone1000.yaml | ||
| arm,embedded-trace-extension.yaml | ||
| arm,integrator.yaml | ||
| arm,juno-fpga-apb-regs.yaml | ||
| arm,morello.yaml | ||
| arm,realview.yaml | ||
| arm,scu.yaml | ||
| arm,trace-buffer-extension.yaml | ||
| arm,versatile-sysreg.yaml | ||
| arm,versatile.yaml | ||
| arm,vexpress-juno.yaml | ||
| atmel,sama5d2-secumod.yaml | ||
| atmel-at91.yaml | ||
| atmel-sysregs.txt | ||
| axiado.yaml | ||
| axis.yaml | ||
| axxia.yaml | ||
| bitmain.yaml | ||
| blaize.yaml | ||
| bst.yaml | ||
| calxeda.yaml | ||
| cavium,thunder-88xx.yaml | ||
| cci-control-port.yaml | ||
| cix.yaml | ||
| cpus.yaml | ||
| digicolor.yaml | ||
| fsl.yaml | ||
| gemini.yaml | ||
| google.yaml | ||
| hpe,gxp.yaml | ||
| intel,keembay.yaml | ||
| intel-ixp4xx.yaml | ||
| lge.yaml | ||
| linux,dummy-virt.yaml | ||
| marvell,berlin.yaml | ||
| mediatek.yaml | ||
| microchip,sparx5.yaml | ||
| moxart.yaml | ||
| nvidia,tegra194-ccplex.yaml | ||
| pmu.yaml | ||
| primecell.yaml | ||
| psci.yaml | ||
| qcom,coresight-ctcu.yaml | ||
| qcom,coresight-remote-etm.yaml | ||
| qcom,coresight-tnoc.yaml | ||
| qcom,coresight-tpda.yaml | ||
| qcom,coresight-tpdm.yaml | ||
| qcom-soc.yaml | ||
| qcom.yaml | ||
| rda.yaml | ||
| realtek.yaml | ||
| rockchip.yaml | ||
| secure.txt | ||
| sp810.yaml | ||
| spear.yaml | ||
| ste-nomadik.txt | ||
| sti.yaml | ||
| sunplus,sp7021.yaml | ||
| sunxi.yaml | ||
| tegra.yaml | ||
| tesla.yaml | ||
| toshiba.yaml | ||
| ux500.yaml | ||
| vexpress-config.yaml | ||
| vexpress-scc.txt | ||
| vexpress-sysreg.yaml | ||
| vt8500.yaml | ||
| xen.txt | ||