mbox series

[GIT,PULL] arm64: dts: mediatek updates for v6.2

Message ID 8933d687-71f0-e9ad-a7c6-2e5a8993463d@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts: mediatek updates for v6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ tags/v6.1-next-dts64

Message

Matthias Brugger Nov. 21, 2022, 6:47 p.m. UTC
Hi Olof and Arnd,

Please have a look on the latest and greatest DT patches for MediaTek. We got 
basic support for the Sony Xperia M5 (Helios X10 based). Apart from that we have 
activity around the MT7986 which is on the BananPi R3. Hopefully support the 
latter will be ready in the next merge window.
Apart from that, MT8195 based Chromebooks have now support for video encoder, 
PCIe and display port (internal and external one).

Best regards,
Matthias

---
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

   Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ 
tags/v6.1-next-dts64

for you to fetch changes up to 885e153ed7c1b0ec8bc25651f0644b3cb65ecaf4:

   arm64: dts: mt7986: add spi related device nodes (2022-11-21 18:17:35 +0100)

----------------------------------------------------------------
Fix check warnings all over the place.

mt7986:
- Add crypto, I2C and SPI nodes

mt6795:
- Add clock nodes
- Add DMA support for UARTs
- Add MMC nodes
- Add basic support for Sonyx Xperia M5

mt8195:
- Add video enconder node
- Add PCIe support
- Fine tune capacity-dmips-mhz
- Add support for internal and external display port

----------------------------------------------------------------
AngeloGioacchino Del Regno (15):
       arm64: dts: mediatek: mt8195: Fix CPUs capacity-dmips-mhz
       arm64: dts: mt7896a: Fix unit_address_vs_reg warning for oscillator
       arm64: dts: mt6779: Fix devicetree build warnings
       arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
       arm64: dts: mt2712e: Fix unit address for pinctrl node
       arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
       arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
       arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
       arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
       arm64: dts: mediatek: mt6795: Add topckgen, infra, peri clocks/resets
       arm64: dts: mediatek: mt6795: Replace UART dummy clocks with pericfg
       arm64: dts: mediatek: mt6795: Add support for APDMA and wire up UART DMAs
       arm64: dts: mediatek: mt6795: Add support for eMMC/SD/SDIO controllers
       dt-bindings: arm: mediatek: Add compatible for MT6795 Sony Xperia M5
       arm64: dts: mediatek: Add support for MT6795 Sony Xperia M5 smartphone

Bo-Chen Chen (4):
       arm64: dts: mt8195: Add dp-intf nodes
       arm64: dts: mt8195: Add edptx and dptx nodes
       arm64: dts: mediatek: cherry: Add dp-intf ports
       arm64: dts: mediatek: cherry: Add edptx and dptx support

Frank Wunderlich (7):
       arm64: dts: mediatek: mt2712e: swap last 2 clocks to match binding
       arm64: dts: mt8183: drop drv-type from mmc-node
       arm64: dts: mt7622: drop r_smpl property from mmc node
       arm64: dts: mt7986: fix trng node name
       arm64: dts: mt7986: add i2c node
       dt-bindings: arm64: dts: mediatek: add compatible for bananapi r3
       arm64: dts: mt7986: move wed_pcie node

Matthias Brugger (1):
       arm64: dts: mediatek: mt7986: Add SoC compatible

Nícolas F. R. A. Prado (1):
       arm64: dts: mediatek: kukui: Remove i2s-share properties

Pierre Gondois (1):
       arm64: dts: Update cache properties for mediatek

Sam Shih (3):
       arm64: dts: mt7986: harmonize device node order
       arm64: dts: mt7986: add crypto related device nodes
       arm64: dts: mt7986: add spi related device nodes

Tinghan Shen (2):
       arm64: dts: mt8195: Add venc node
       arm64: dts: mt8195: Add pcie and pcie phy nodes

Yassine Oudjana (1):
       arm64: dts: mediatek: mt6779: Remove syscon compatible from pin controller

  .../devicetree/bindings/arm/mediatek.yaml          |   2 +
  arch/arm64/boot/dts/mediatek/Makefile              |   1 +
  arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  12 +-
  arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |  28 +--
  arch/arm64/boot/dts/mediatek/mt6779.dtsi           |  10 +-
  .../boot/dts/mediatek/mt6795-sony-xperia-m5.dts    |  88 ++++++++
  arch/arm64/boot/dts/mediatek/mt6795.dtsi           | 109 +++++++++-
  arch/arm64/boot/dts/mediatek/mt6797.dtsi           |   2 +-
  .../boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts  |   1 -
  arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |   1 -
  arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts       | 135 +++++++-----
  arch/arm64/boot/dts/mediatek/mt7986a.dtsi          |  74 ++++++-
  arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts       |  57 ++++-
  arch/arm64/boot/dts/mediatek/mt7986b.dtsi          |   3 +
  arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi     |   6 -
  arch/arm64/boot/dts/mediatek/mt8186.dtsi           |   3 +
  arch/arm64/boot/dts/mediatek/mt8192.dtsi           |   3 +
  arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi    |  86 ++++++++
  arch/arm64/boot/dts/mediatek/mt8195.dtsi           | 233 ++++++++++++++++++++-
  arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi   |   6 +-
  20 files changed, 750 insertions(+), 110 deletions(-)
  create mode 100644 arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dts

Comments

Macpaul Lin Nov. 22, 2022, 3:34 a.m. UTC | #1
On 11/22/22 02:47, Matthias Brugger wrote:
> Hi Olof and Arnd,
> 
> Please have a look on the latest and greatest DT patches for MediaTek. 
> We got basic support for the Sony Xperia M5 (Helios X10 based). Apart 
> from that we have activity around the MT7986 which is on the BananPi R3. 
> Hopefully support the latter will be ready in the next merge window.
> Apart from that, MT8195 based Chromebooks have now support for video 
> encoder, PCIe and display port (internal and external one).
> 
> Best regards,
> Matthias
> 
> ---
> The following changes since commit 
> 9abf2313adc1ca1b6180c508c25f22f9395cc780:
> 
>    Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
> 
> are available in the Git repository at:
> 
>    
> https://urldefense.com/v3/__https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/__;!!CTRNKA9wMg0ARbw!27PeFLVkB-GGYHHNA51sblVY8UUfYoly9LDdEupM8_c-POxI4Me0a9eBkZvuotWDcBw$ 
> tags/v6.1-next-dts64
> 
> for you to fetch changes up to 885e153ed7c1b0ec8bc25651f0644b3cb65ecaf4:
> 
>    arm64: dts: mt7986: add spi related device nodes (2022-11-21 18:17:35 
> +0100)
> 
> ----------------------------------------------------------------
> Fix check warnings all over the place.
> 
> mt7986:
> - Add crypto, I2C and SPI nodes
> 
> mt6795:
> - Add clock nodes
> - Add DMA support for UARTs
> - Add MMC nodes
> - Add basic support for Sonyx Xperia M5
> 
> mt8195:
> - Add video enconder node
> - Add PCIe support
> - Fine tune capacity-dmips-mhz
> - Add support for internal and external display port

Dear Matthias,

Sorry for bothering you and a reminding again.

It seems the bug fix for booting failure of mt8195-demo isn't in this 
dts series.
The patch has been send in the late of September [1] (v1) and resend 
during this RC period [2] (v2). I'm not sure if the patch simply went to 
junk mailbox, or I need to send it in more lists. Many board makers are 
waiting the boot failure fix be merged into mainline and back port to 
previous stable tree since 5.19. We need your help. Thank for your 
attention. :)

arm64: dts: mediatek: mt8195-demo: fix the memory size of node secmon

[1] 
https://lore.kernel.org/all/20220922091648.2821-1-macpaul.lin@mediatek.com/
[2] 
https://lore.kernel.org/all/20221111095540.28881-1-macpaul.lin@mediatek.com/

> ----------------------------------------------------------------
> AngeloGioacchino Del Regno (15):
>        arm64: dts: mediatek: mt8195: Fix CPUs capacity-dmips-mhz
>        arm64: dts: mt7896a: Fix unit_address_vs_reg warning for oscillator
>        arm64: dts: mt6779: Fix devicetree build warnings
>        arm64: dts: mt2712e: Fix unit_address_vs_reg warning for oscillators
>        arm64: dts: mt2712e: Fix unit address for pinctrl node
>        arm64: dts: mt2712-evb: Fix vproc fixed regulators unit names
>        arm64: dts: mt2712-evb: Fix usb vbus regulators unit names
>        arm64: dts: mediatek: pumpkin-common: Fix devicetree warnings
>        arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name
>        arm64: dts: mediatek: mt6795: Add topckgen, infra, peri 
> clocks/resets
>        arm64: dts: mediatek: mt6795: Replace UART dummy clocks with pericfg
>        arm64: dts: mediatek: mt6795: Add support for APDMA and wire up 
> UART DMAs
>        arm64: dts: mediatek: mt6795: Add support for eMMC/SD/SDIO 
> controllers
>        dt-bindings: arm: mediatek: Add compatible for MT6795 Sony Xperia M5
>        arm64: dts: mediatek: Add support for MT6795 Sony Xperia M5 
> smartphone
> 
> Bo-Chen Chen (4):
>        arm64: dts: mt8195: Add dp-intf nodes
>        arm64: dts: mt8195: Add edptx and dptx nodes
>        arm64: dts: mediatek: cherry: Add dp-intf ports
>        arm64: dts: mediatek: cherry: Add edptx and dptx support
> 
> Frank Wunderlich (7):
>        arm64: dts: mediatek: mt2712e: swap last 2 clocks to match binding
>        arm64: dts: mt8183: drop drv-type from mmc-node
>        arm64: dts: mt7622: drop r_smpl property from mmc node
>        arm64: dts: mt7986: fix trng node name
>        arm64: dts: mt7986: add i2c node
>        dt-bindings: arm64: dts: mediatek: add compatible for bananapi r3
>        arm64: dts: mt7986: move wed_pcie node
> 
> Matthias Brugger (1):
>        arm64: dts: mediatek: mt7986: Add SoC compatible
> 
> Nícolas F. R. A. Prado (1):
>        arm64: dts: mediatek: kukui: Remove i2s-share properties
> 
> Pierre Gondois (1):
>        arm64: dts: Update cache properties for mediatek
> 
> Sam Shih (3):
>        arm64: dts: mt7986: harmonize device node order
>        arm64: dts: mt7986: add crypto related device nodes
>        arm64: dts: mt7986: add spi related device nodes
> 
> Tinghan Shen (2):
>        arm64: dts: mt8195: Add venc node
>        arm64: dts: mt8195: Add pcie and pcie phy nodes
> 
> Yassine Oudjana (1):
>        arm64: dts: mediatek: mt6779: Remove syscon compatible from pin 
> controller
> 
>   .../devicetree/bindings/arm/mediatek.yaml          |   2 +
>   arch/arm64/boot/dts/mediatek/Makefile              |   1 +
>   arch/arm64/boot/dts/mediatek/mt2712-evb.dts        |  12 +-
>   arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |  28 +--
>   arch/arm64/boot/dts/mediatek/mt6779.dtsi           |  10 +-
>   .../boot/dts/mediatek/mt6795-sony-xperia-m5.dts    |  88 ++++++++
>   arch/arm64/boot/dts/mediatek/mt6795.dtsi           | 109 +++++++++-
>   arch/arm64/boot/dts/mediatek/mt6797.dtsi           |   2 +-
>   .../boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts  |   1 -
>   arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts       |   1 -
>   arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts       | 135 +++++++-----
>   arch/arm64/boot/dts/mediatek/mt7986a.dtsi          |  74 ++++++-
>   arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts       |  57 ++++-
>   arch/arm64/boot/dts/mediatek/mt7986b.dtsi          |   3 +
>   arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi     |   6 -
>   arch/arm64/boot/dts/mediatek/mt8186.dtsi           |   3 +
>   arch/arm64/boot/dts/mediatek/mt8192.dtsi           |   3 +
>   arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi    |  86 ++++++++
>   arch/arm64/boot/dts/mediatek/mt8195.dtsi           | 233 
> ++++++++++++++++++++-
>   arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi   |   6 +-
>   20 files changed, 750 insertions(+), 110 deletions(-)
>   create mode 100644 arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dts
> 

Regards,
Macpaul Lin