mbox series

[0/3] Add MT8196 compatibles to bindings

Message ID 20250611110800.458164-1-angelogioacchino.delregno@collabora.com
Headers show
Series Add MT8196 compatibles to bindings | expand

Message

AngeloGioacchino Del Regno June 11, 2025, 11:07 a.m. UTC
This series adds compatibles for MT8196 (Chromebooks) and MT6991
(Smartphones) for HW that is fully compatible with older SoCs.

AngeloGioacchino Del Regno (3):
  dt-bindings: timer: mediatek,timer: Add MediaTek MT8196 compatible
  dt-bindings: serial: mediatek,uart: Add compatible for MT8196
  dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles

 Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml       | 5 +++++
 Documentation/devicetree/bindings/serial/mediatek,uart.yaml | 1 +
 Documentation/devicetree/bindings/timer/mediatek,timer.yaml | 1 +
 3 files changed, 7 insertions(+)

Comments

Conor Dooley June 12, 2025, 3:57 p.m. UTC | #1
On Wed, Jun 11, 2025 at 01:08:00PM +0200, AngeloGioacchino Del Regno wrote:
> Add support for the MediaTek MT8196 Chromebook SoC and for its
> close relative, the MediaTek Dimensity 9400 MT6991 SoC.
> 
> Those chips' multiple I2C controller instances are compatible with
> the ones found in the MT8188 SoC.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>