public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/22] continue mt7988 devicetree work
@ 2024-12-17  9:12 Frank Wunderlich
  2024-12-17  9:12 ` [PATCH v3 01/22] arm64: dts: mediatek: mt7988: Add reserved memory Frank Wunderlich
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: Frank Wunderlich @ 2024-12-17  9:12 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: Frank Wunderlich, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

From: Frank Wunderlich <frank-w@public-files.de>

This series adds some missing labels and new nodes to mt7988 DTS.

based on pinctrl-series
https://patchwork.kernel.org/project/linux-mediatek/list/?series=918572

changes:
v3:
- reorder
- small fixes
- add some new patches (t-phy, pcie, mmc overlays)
- dropped pmic and proc-supply for now because we found a mismatch compared with schematic

v2:
- reorder and squash label-commits to where they are used
- add some more nodes
- add changes to bananapi-r4 board
- moving some nodes from SoC dtsi to board dts

Frank Wunderlich (22):
  arm64: dts: mediatek: mt7988: Add reserved memory
  arm64: dts: mediatek: mt7988: Add mmc support
  arm64: dts: mediatek: mt7988: Add lvts node
  arm64: dts: mediatek: mt7988: Add thermal-zone
  arm64: dts: mediatek: mt7988: Add missing clock-div property for i2c
  arm64: dts: mediatek: mt7988: Add mcu-sys node for cpu
  arm64: dts: mediatek: mt7988: Add CPU OPP table for clock scaling
  arm64: dts: mediatek: mt7988: Disable usb controllers by default
  arm64: dts: mediatek: mt7988: Add t-phy for ssusb1
  arm64: dts: mediatek: mt7988: Add pcie nodes
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable watchdog
  arm64: dts: mediatek: mt7988a-bpi-r4: Add fixed regulators for 1v8 and
    3v3
  arm64: dts: mediatek: mt7988a-bpi-r4: Add dt overlays for sd + emmc
  arm64: dts: mediatek: mt7988a-bpi-r4: Add thermal configuration
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable serial0 debug uart
  arm64: dts: mediatek: mt7988a-bpi-r4: Add default UART stdout
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers
  arm64: dts: mediatek: mt7988a-bpi-r4: Add PCA9545 I2C Mux
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable t-phy for ssusb1
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable ssusb1 on bpi-r4
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable pwm
  arm64: dts: mediatek: mt7988a-bpi-r4: Enable pcie

 arch/arm64/boot/dts/mediatek/Makefile         |   3 +
 .../mt7988a-bananapi-bpi-r4-emmc.dtso         |  33 ++
 .../mediatek/mt7988a-bananapi-bpi-r4-sd.dtso  |  31 ++
 .../dts/mediatek/mt7988a-bananapi-bpi-r4.dts  | 143 +++++++++
 arch/arm64/boot/dts/mediatek/mt7988a.dtsi     | 303 +++++++++++++++++-
 5 files changed, 506 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-emmc.dtso
 create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-sd.dtso

-- 
2.43.0


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2025-01-02 12:46 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17  9:12 [PATCH v3 00/22] continue mt7988 devicetree work Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 01/22] arm64: dts: mediatek: mt7988: Add reserved memory Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 02/22] arm64: dts: mediatek: mt7988: Add mmc support Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 03/22] arm64: dts: mediatek: mt7988: Add lvts node Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 04/22] arm64: dts: mediatek: mt7988: Add thermal-zone Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 05/22] arm64: dts: mediatek: mt7988: Add missing clock-div property for i2c Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 06/22] arm64: dts: mediatek: mt7988: Add mcu-sys node for cpu Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 07/22] arm64: dts: mediatek: mt7988: Add CPU OPP table for clock scaling Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 08/22] arm64: dts: mediatek: mt7988: Disable usb controllers by default Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 09/22] arm64: dts: mediatek: mt7988: Add t-phy for ssusb1 Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 10/22] arm64: dts: mediatek: mt7988: Add pcie nodes Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 11/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable watchdog Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 12/22] arm64: dts: mediatek: mt7988a-bpi-r4: Add fixed regulators for 1v8 and 3v3 Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 13/22] arm64: dts: mediatek: mt7988a-bpi-r4: Add dt overlays for sd + emmc Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 14/22] arm64: dts: mediatek: mt7988a-bpi-r4: Add thermal configuration Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 15/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable serial0 debug uart Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 16/22] arm64: dts: mediatek: mt7988a-bpi-r4: Add default UART stdout Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 17/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable I2C controllers Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 18/22] arm64: dts: mediatek: mt7988a-bpi-r4: Add PCA9545 I2C Mux Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 19/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable t-phy for ssusb1 Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 20/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable ssusb1 on bpi-r4 Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 21/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable pwm Frank Wunderlich
2024-12-17  9:12 ` [PATCH v3 22/22] arm64: dts: mediatek: mt7988a-bpi-r4: Enable pcie Frank Wunderlich
2024-12-18 14:10 ` [PATCH v3 00/22] continue mt7988 devicetree work AngeloGioacchino Del Regno
2025-01-02 12:46 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox