[GIT,PULL,1/2] Additional MediaTek ARM64 DTS updates for v6.16
AngeloGioacchino Del Regno
angelogioacchino.delregno at collabora.com
Tue May 20 04:43:51 PDT 2025
The following changes since commit 1fe38d2a19950fa6dbc384ee8967c057aef9faf4:
arm64: dts: mt6359: Add missing 'compatible' property to regulators node (2025-05-06 10:35:45 +0200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v6.16-2
for you to fetch changes up to 99af08feb7fad3df79bda1628e4ee8b6eb1f6a32:
Revert "arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0" (2025-05-20 13:25:02 +0200)
----------------------------------------------------------------
Additional MediaTek ARM64 DTS updates for v6.16
This addresses devicetree binding warnings happening on the
MDP3 nodes in mt8188 dts, reverts the commit adding the SCP
firmware-name as strongly suggested by Arnd, and also adds
some more late commits.
In particular:
- MT6359 PMIC
- Renamed PMIC RTC node to fix dtbs_check warning
- MT7988(A)
- Support for SPI controllers was added to SoC and BPI-R4
- Support for XSPHY, USB and PCIe2 was added as well
- Fan and cooling maps were added to BPI-R4 machine
- Added BananaPi R4 2G5 machine variant
- MT8365
- Added touchscreen support to MT8365 Genio EVK
- MT8188
- Addressed dtbs_check warnings for MDP3 nodes
- MT8390 (Genio)
- Reverted SCP firmware-name addition
----------------------------------------------------------------
AngeloGioacchino Del Regno (2):
arm64: dts: mediatek: mt8188: Address binding warnings for MDP3 nodes
Revert "arm64: dts: mediatek: mt8390-genio-common: Add firmware-name for scp0"
Frank Wunderlich (9):
dt-bindings: arm: mediatek: add bpi-r4 2g5 phy variant
arm64: dts: mediatek: mt7988a-bpi-r4: allow hw variants of bpi-r4
arm64: dts: mediatek: mt7988: Add xsphy for ssusb0/pcie2
arm64: dts: mediatek: mt7988a-bpi-r4: enable xsphy
arm64: dts: mediatek: mt7988: add spi controllers
arm64: dts: mediatek: mt7988: move uart0 and spi1 pins to soc dtsi
arm64: dts: mediatek: mt7988: add phy calibration efuse subnodes
arm64: dts: mediatek: mt7988a-bpi-r4: Add fan and coolingmaps
arm64: dts: mediatek: mt7988a-bpi-r4: configure spi-nodes
Julien Massot (2):
arm64: dts: mediatek: mt8188: Add missing #reset-cells property
arm64: dts: mt6359: Rename RTC node to match binding expectations
Lorenzo Bianconi (2):
arm64: dts: airoha: en7581: Add gpio-ranges property for gpio controller
arm64: dts: airoha: en7581: Add PCIe nodes to EN7581 SoC evaluation board
Louis-Alexis Eyraud (1):
arm64: dts: mt8365-evk: Add goodix touchscreen support
Documentation/devicetree/bindings/arm/mediatek.yaml | 4 +
arch/arm64/boot/dts/airoha/en7581-evb.dts | 30 ++
arch/arm64/boot/dts/airoha/en7581.dtsi | 105 ++++++
arch/arm64/boot/dts/mediatek/Makefile | 2 +
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 2 +-
.../arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-2g5.dts | 11 +
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dts | 400 +----------------------
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi | 450 ++++++++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 115 +++++++
arch/arm64/boot/dts/mediatek/mt8188.dtsi | 86 +++--
arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 40 +++
arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 1 -
12 files changed, 804 insertions(+), 442 deletions(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-2g5.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4.dtsi
More information about the Linux-mediatek
mailing list