This series adds support for the HP Chromebook x360 13b-ca0002sa, Cherry platform, codename Dojo. There are very few differences with Tomato, and specifically: - Different touchscreen controller (still HID over I2C, different addr) - Different (dual MAX98390) speaker amplifier - Slightly different keyboard top row keymap - NVMe storage over PCIe0 This series depends on [1] the ASoC MTK cleanup, and was tested working by PostmarketOS community members. As for the changes in mt8195-cherry.dtsi: personally tested on MT8195 Cherry Tomato, no issues. [1]: https://lore.kernel.org/r/20240313110147.1267793-1-angelogioacchino.delregno@xxxxxxxxxxxxx AngeloGioacchino Del Regno (2): dt-bindings: arm: mediatek: Add MT8195 HP Chromebook x360 13b-ca0002sa arm64: mediatek: mt8195-cherry: Introduce the MT8195 Dojo Chromebook .../devicetree/bindings/arm/mediatek.yaml | 8 ++ arch/arm64/boot/dts/mediatek/Makefile | 1 + .../dts/mediatek/mt8195-cherry-dojo-r1.dts | 114 ++++++++++++++++++ .../boot/dts/mediatek/mt8195-cherry.dtsi | 5 + 4 files changed, 128 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt8195-cherry-dojo-r1.dts -- 2.44.0