All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-01 10:12 ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-02-01 10:12 UTC (permalink / raw)
  To: SoC Team, arm-soc
  Cc: moderated list:ARM/Mediatek SoC support, linux-arm-kernel,
	Argus Lin, Enric Balletbo i Serra, Fabien Parent,
	Frank Wunderlich, Hsin-Yi Wang, James Liao, Neal Liu,
	Yongqiang Niu, Bayi Cheng

Hi Olof and Arnd,

Please find below the updates for the MediaTek dts64.
Lots of work is done in the MT8183 SoC which can be found in some newer
Chromebooks, especially around grafics support. Not so much is happening on the
shiny new MT8192, as we still lack some core drivers, which provide a lots of
dependencies.

Apart from that we support two new devices for the MT6779 from the mobile chip
line. One is a SoC specific device called DEVAPC. It provides a kind of bus
firewall which will pass information on potentially malicious bus accesses from
TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
is now supported by the device.

On the IoT side of the chips we now have support for the APDMA controller for
the MT8516 UARTs.

Regards,
Matthias

---
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 18d6e3f6744d6105ab61de790170cb60534eeebc:

  arm64: dts: mt8183: Fix GCE include path (2021-02-01 09:48:19 +0100)

----------------------------------------------------------------
mt6779:
- add DEVAPC node to detect mallicious bus accesses
- add PMIC wrapper node

mt7622:
- add reset to mmc node

mt8183:
- fix typo in drma-fifo-size property
- refine compatible for the disp-gamma
- add phandel of PM domain to the PWM node
- add second PWM node
- add regulator to MFG power domain
- enable DSI node in kukui
- add krane sku0, which uses different panel
- fix mailbox dt-bindings include path

mt8192:
- add NOR flash node
- add PSCI based CPU idle states

mt8516:
- add node for the UART's APDMA controller

----------------------------------------------------------------
Argus Lin (1):
      arm64: dts: mt6779: Support pwrap on Mediatek MT6779 platform

Enric Balletbo i Serra (1):
      arm64: dts: mt8183: Add missing power-domain for pwm0 node

Fabien Parent (3):
      arm64: dts: mediatek: mt8183: add pwm node
      arm64: dts: mediatek: mt8183-evb: add PWM support
      arm64: dts: mediatek: mt8516: add support for APDMA

Frank Wunderlich (1):
      dts64: mt7622: fix slow sd card access

Hsin-Yi Wang (4):
      arm64: dts: mediatek: mt8183: Add domain supply for mfg
      arm64: dts: mt8183: config dsi node
      arm64: dts: mt8183: Add krane-sku0 board.
      dt-bindings: arm64: dts: mediatek: Add krane sku0

James Liao (1):
      arm64: dts: mt8192: Add cpu-idle-states

Matthias Brugger (1):
      arm64: dts: mt8183: Fix GCE include path

Neal Liu (1):
      arm64: dts: mt6779: Support devapc

Yongqiang Niu (2):
      arm64: dts: mt8183: rename rdma fifo size
      arm64: dts: mt8183: refine gamma compatible name

bayi cheng (1):
      arm64: dts: mt8192: add nor_flash device node

 .../devicetree/bindings/arm/mediatek.yaml          |  4 +-
 arch/arm64/boot/dts/mediatek/Makefile              |  1 +
 arch/arm64/boot/dts/mediatek/mt6779.dtsi           | 17 +++++++
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           |  2 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        | 12 +++++
 .../boot/dts/mediatek/mt8183-kukui-krane-sku0.dts  | 23 +++++++++
 .../dts/mediatek/mt8183-kukui-krane-sku176.dts     |  5 ++
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi     | 46 +++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 26 +++++++---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi           | 57 ++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8516.dtsi           | 30 ++++++++++++
 11 files changed, 216 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts

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

* [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-01 10:12 ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-02-01 10:12 UTC (permalink / raw)
  To: SoC Team, arm-soc
  Cc: James Liao, Argus Lin, Frank Wunderlich, Bayi Cheng,
	Fabien Parent, moderated list:ARM/Mediatek SoC support,
	Yongqiang Niu, Hsin-Yi Wang, Enric Balletbo i Serra, Neal Liu,
	linux-arm-kernel

Hi Olof and Arnd,

Please find below the updates for the MediaTek dts64.
Lots of work is done in the MT8183 SoC which can be found in some newer
Chromebooks, especially around grafics support. Not so much is happening on the
shiny new MT8192, as we still lack some core drivers, which provide a lots of
dependencies.

Apart from that we support two new devices for the MT6779 from the mobile chip
line. One is a SoC specific device called DEVAPC. It provides a kind of bus
firewall which will pass information on potentially malicious bus accesses from
TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
is now supported by the device.

On the IoT side of the chips we now have support for the APDMA controller for
the MT8516 UARTs.

Regards,
Matthias

---
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 18d6e3f6744d6105ab61de790170cb60534eeebc:

  arm64: dts: mt8183: Fix GCE include path (2021-02-01 09:48:19 +0100)

----------------------------------------------------------------
mt6779:
- add DEVAPC node to detect mallicious bus accesses
- add PMIC wrapper node

mt7622:
- add reset to mmc node

mt8183:
- fix typo in drma-fifo-size property
- refine compatible for the disp-gamma
- add phandel of PM domain to the PWM node
- add second PWM node
- add regulator to MFG power domain
- enable DSI node in kukui
- add krane sku0, which uses different panel
- fix mailbox dt-bindings include path

mt8192:
- add NOR flash node
- add PSCI based CPU idle states

mt8516:
- add node for the UART's APDMA controller

----------------------------------------------------------------
Argus Lin (1):
      arm64: dts: mt6779: Support pwrap on Mediatek MT6779 platform

Enric Balletbo i Serra (1):
      arm64: dts: mt8183: Add missing power-domain for pwm0 node

Fabien Parent (3):
      arm64: dts: mediatek: mt8183: add pwm node
      arm64: dts: mediatek: mt8183-evb: add PWM support
      arm64: dts: mediatek: mt8516: add support for APDMA

Frank Wunderlich (1):
      dts64: mt7622: fix slow sd card access

Hsin-Yi Wang (4):
      arm64: dts: mediatek: mt8183: Add domain supply for mfg
      arm64: dts: mt8183: config dsi node
      arm64: dts: mt8183: Add krane-sku0 board.
      dt-bindings: arm64: dts: mediatek: Add krane sku0

James Liao (1):
      arm64: dts: mt8192: Add cpu-idle-states

Matthias Brugger (1):
      arm64: dts: mt8183: Fix GCE include path

Neal Liu (1):
      arm64: dts: mt6779: Support devapc

Yongqiang Niu (2):
      arm64: dts: mt8183: rename rdma fifo size
      arm64: dts: mt8183: refine gamma compatible name

bayi cheng (1):
      arm64: dts: mt8192: add nor_flash device node

 .../devicetree/bindings/arm/mediatek.yaml          |  4 +-
 arch/arm64/boot/dts/mediatek/Makefile              |  1 +
 arch/arm64/boot/dts/mediatek/mt6779.dtsi           | 17 +++++++
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           |  2 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        | 12 +++++
 .../boot/dts/mediatek/mt8183-kukui-krane-sku0.dts  | 23 +++++++++
 .../dts/mediatek/mt8183-kukui-krane-sku176.dts     |  5 ++
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi     | 46 +++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 26 +++++++---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi           | 57 ++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8516.dtsi           | 30 ++++++++++++
 11 files changed, 216 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-01 10:12 ` Matthias Brugger
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Brugger @ 2021-02-01 10:12 UTC (permalink / raw)
  To: SoC Team, arm-soc
  Cc: James Liao, Argus Lin, Frank Wunderlich, Bayi Cheng,
	Fabien Parent, moderated list:ARM/Mediatek SoC support,
	Yongqiang Niu, Hsin-Yi Wang, Enric Balletbo i Serra, Neal Liu,
	linux-arm-kernel

Hi Olof and Arnd,

Please find below the updates for the MediaTek dts64.
Lots of work is done in the MT8183 SoC which can be found in some newer
Chromebooks, especially around grafics support. Not so much is happening on the
shiny new MT8192, as we still lack some core drivers, which provide a lots of
dependencies.

Apart from that we support two new devices for the MT6779 from the mobile chip
line. One is a SoC specific device called DEVAPC. It provides a kind of bus
firewall which will pass information on potentially malicious bus accesses from
TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
is now supported by the device.

On the IoT side of the chips we now have support for the APDMA controller for
the MT8516 UARTs.

Regards,
Matthias

---
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 18d6e3f6744d6105ab61de790170cb60534eeebc:

  arm64: dts: mt8183: Fix GCE include path (2021-02-01 09:48:19 +0100)

----------------------------------------------------------------
mt6779:
- add DEVAPC node to detect mallicious bus accesses
- add PMIC wrapper node

mt7622:
- add reset to mmc node

mt8183:
- fix typo in drma-fifo-size property
- refine compatible for the disp-gamma
- add phandel of PM domain to the PWM node
- add second PWM node
- add regulator to MFG power domain
- enable DSI node in kukui
- add krane sku0, which uses different panel
- fix mailbox dt-bindings include path

mt8192:
- add NOR flash node
- add PSCI based CPU idle states

mt8516:
- add node for the UART's APDMA controller

----------------------------------------------------------------
Argus Lin (1):
      arm64: dts: mt6779: Support pwrap on Mediatek MT6779 platform

Enric Balletbo i Serra (1):
      arm64: dts: mt8183: Add missing power-domain for pwm0 node

Fabien Parent (3):
      arm64: dts: mediatek: mt8183: add pwm node
      arm64: dts: mediatek: mt8183-evb: add PWM support
      arm64: dts: mediatek: mt8516: add support for APDMA

Frank Wunderlich (1):
      dts64: mt7622: fix slow sd card access

Hsin-Yi Wang (4):
      arm64: dts: mediatek: mt8183: Add domain supply for mfg
      arm64: dts: mt8183: config dsi node
      arm64: dts: mt8183: Add krane-sku0 board.
      dt-bindings: arm64: dts: mediatek: Add krane sku0

James Liao (1):
      arm64: dts: mt8192: Add cpu-idle-states

Matthias Brugger (1):
      arm64: dts: mt8183: Fix GCE include path

Neal Liu (1):
      arm64: dts: mt6779: Support devapc

Yongqiang Niu (2):
      arm64: dts: mt8183: rename rdma fifo size
      arm64: dts: mt8183: refine gamma compatible name

bayi cheng (1):
      arm64: dts: mt8192: add nor_flash device node

 .../devicetree/bindings/arm/mediatek.yaml          |  4 +-
 arch/arm64/boot/dts/mediatek/Makefile              |  1 +
 arch/arm64/boot/dts/mediatek/mt6779.dtsi           | 17 +++++++
 arch/arm64/boot/dts/mediatek/mt7622.dtsi           |  2 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        | 12 +++++
 .../boot/dts/mediatek/mt8183-kukui-krane-sku0.dts  | 23 +++++++++
 .../dts/mediatek/mt8183-kukui-krane-sku176.dts     |  5 ++
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi     | 46 +++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 26 +++++++---
 arch/arm64/boot/dts/mediatek/mt8192.dtsi           | 57 ++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8516.dtsi           | 30 ++++++++++++
 11 files changed, 216 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-kukui-krane-sku0.dts

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 UTC (permalink / raw)
  To: arm-soc, SoC Team, Matthias Brugger
  Cc: Arnd Bergmann, linux-arm-kernel, Fabien Parent, Hsin-Yi Wang,
	Yongqiang Niu, Neal Liu, Argus Lin,
	moderated list:ARM/Mediatek SoC support, Bayi Cheng,
	Enric Balletbo i Serra, Frank Wunderlich, James Liao

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 1 Feb 2021 11:12:26 +0100, Matthias Brugger wrote:
> Please find below the updates for the MediaTek dts64.
> Lots of work is done in the MT8183 SoC which can be found in some newer
> Chromebooks, especially around grafics support. Not so much is happening on the
> shiny new MT8192, as we still lack some core drivers, which provide a lots of
> dependencies.
> 
> Apart from that we support two new devices for the MT6779 from the mobile chip
> line. One is a SoC specific device called DEVAPC. It provides a kind of bus
> firewall which will pass information on potentially malicious bus accesses from
> TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
> is now supported by the device.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 542b9f11e5643d165d43e45675993e040cf32e5f

       Arnd

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

* Re: [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 UTC (permalink / raw)
  To: arm-soc, SoC Team, Matthias Brugger
  Cc: James Liao, Argus Lin, Arnd Bergmann, Frank Wunderlich,
	Bayi Cheng, Fabien Parent, Neal Liu, Yongqiang Niu, Hsin-Yi Wang,
	Enric Balletbo i Serra, moderated list:ARM/Mediatek SoC support,
	linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 1 Feb 2021 11:12:26 +0100, Matthias Brugger wrote:
> Please find below the updates for the MediaTek dts64.
> Lots of work is done in the MT8183 SoC which can be found in some newer
> Chromebooks, especially around grafics support. Not so much is happening on the
> shiny new MT8192, as we still lack some core drivers, which provide a lots of
> dependencies.
> 
> Apart from that we support two new devices for the MT6779 from the mobile chip
> line. One is a SoC specific device called DEVAPC. It provides a kind of bus
> firewall which will pass information on potentially malicious bus accesses from
> TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
> is now supported by the device.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 542b9f11e5643d165d43e45675993e040cf32e5f

       Arnd

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* Re: [GIT PULL] arm64: dts: mediatek: updates for v5.12
@ 2021-02-02 17:10   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2021-02-02 17:10 UTC (permalink / raw)
  To: arm-soc, SoC Team, Matthias Brugger
  Cc: James Liao, Argus Lin, Arnd Bergmann, Frank Wunderlich,
	Bayi Cheng, Fabien Parent, Neal Liu, Yongqiang Niu, Hsin-Yi Wang,
	Enric Balletbo i Serra, moderated list:ARM/Mediatek SoC support,
	linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 1 Feb 2021 11:12:26 +0100, Matthias Brugger wrote:
> Please find below the updates for the MediaTek dts64.
> Lots of work is done in the MT8183 SoC which can be found in some newer
> Chromebooks, especially around grafics support. Not so much is happening on the
> shiny new MT8192, as we still lack some core drivers, which provide a lots of
> dependencies.
> 
> Apart from that we support two new devices for the MT6779 from the mobile chip
> line. One is a SoC specific device called DEVAPC. It provides a kind of bus
> firewall which will pass information on potentially malicious bus accesses from
> TF-A to the SoC. It had been a long journey for the driver and I'm happy that it
> is now supported by the device.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 542b9f11e5643d165d43e45675993e040cf32e5f

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-02-02 17:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 10:12 [GIT PULL] arm64: dts: mediatek: updates for v5.12 Matthias Brugger
2021-02-01 10:12 ` Matthias Brugger
2021-02-01 10:12 ` Matthias Brugger
2021-02-02 17:10 ` Arnd Bergmann
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.