This is v11 of the MT8186 Chromebook device tree series. --- Changes in v11: - PATCH 1/2: Remove redundant items. - Link to v10:https://lore.kernel.org/all/20250423093647.4074135-2-cengjian...@huaqin.corp-partner.google.com/
Changes in v10: - PATCH 1/2: Add enum for ponyta sku. - Link to v9:https://lore.kernel.org/all/20250328094034.3400233-2-cengjian...@huaqin.corp-partner.google.com/ Changes in v9: - PATCH 2/2: Add sound model to fix the warning. - Link to v8:https://lore.kernel.org/all/20240914063122.1622196-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v8: - PATCH 1/2: Remove custom label. - PATCH 2/2: Change the commit about ponyta. - Link to v7:https://lore.kernel.org/all/20240913031505.372868-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v7: - PATCH 2/2: Remove prototype sku. - PATCH 2/2: Disable the other trackpad to enable one of them. - Link to v5:https://lore.kernel.org/all/20240913015503.4192806-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v6: - No change. Changes in v5: - PATCH 1/2: Remove sku2147483647. - PATCH 2/2: Remove sku2147483647. - Link to v4:https://lore.kernel.org/all/20240906085739.1322676-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v4: - PATCH 1/2: Add more info for Ponyta custom label in commit. - Link to v3:https://lore.kernel.org/all/20240904081501.2060933-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v3: - PATCH 0/2: Add the modify records. - PATCH 1/2: Modify lable to label. - Link to v2:https://lore.kernel.org/all/20240903061603.3007289-1-cengjian...@huaqin.corp-partner.google.com/ Changes in v2: - PATCH 2/2: Modify the dtb name without rev2. - Link to v1:https://lore.kernel.org/all/20240902125502.1844374-1-cengjian...@huaqin.corp-partner.google.com/ Jianeng Ceng (2): dt-bindings: arm: mediatek: Add MT8186 Ponyta Chromebook arm64: dts: mediatek: Add MT8186 Ponyta Chromebooks .../devicetree/bindings/arm/mediatek.yaml | 7 +++ arch/arm64/boot/dts/mediatek/Makefile | 2 + .../mediatek/mt8186-corsola-ponyta-sku0.dts | 18 +++++++ .../mediatek/mt8186-corsola-ponyta-sku1.dts | 22 +++++++++ .../dts/mediatek/mt8186-corsola-ponyta.dtsi | 49 +++++++++++++++++++ 5 files changed, 98 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku0.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku1.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta.dtsi -- 2.34.1