This is v4 of the MT8186 Chromebook device tree series to support MT8186 chinchou platform. It is based on the "corsola" design. It includes chinchou and chinchou360, including LTE, stylus, touchscreen combinations. Changes in v4: - modify 'rt1019p_pins_default' to 'speaker_codec_pins_default' - Move usbc_extcon out of typec - Link to v3: https://patchwork.kernel.org/project/linux-arm-kernel/cover/20241021072626.15102-1-xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes in v3: - Add a patch to change codec in pmic (in mt8186-corsola.dtsi) to audio-codec - Link to v2: https://lore.kernel.org/all/20241018091135.17075-1-xiazhengqiao@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes in v2: - Modify location of "const: google,chinchou-sku17" in mediatek.yaml - rename "pin-report" to "pin-report-pins" - add "vcc33-supply" and "vcc33-supply" - rename "cbj-sleeve-gpio" to "cbj-sleeve-gpios" - modify subnode of sound - Link to v1: https://lore.kernel.org/all/172900161180.733089.8963543745385219831.robh@xxxxxxxxxx/ Zhengqiao Xia (4): dt-bindings: arm: mediatek: Add MT8186 Chinchou Chromebook arm64: dts: mediatek: Add MT8186 Chinchou Chromebooks arm64: dts: mediatek: Add exton node for DP bridge arm64: dts: mediatek: Modify audio codec name for pmic .../devicetree/bindings/arm/mediatek.yaml | 28 ++ arch/arm64/boot/dts/mediatek/Makefile | 3 + .../mediatek/mt8186-corsola-chinchou-sku0.dts | 18 + .../mediatek/mt8186-corsola-chinchou-sku1.dts | 35 ++ .../mt8186-corsola-chinchou-sku16.dts | 29 ++ .../dts/mediatek/mt8186-corsola-chinchou.dtsi | 321 ++++++++++++++++++ .../boot/dts/mediatek/mt8186-corsola.dtsi | 8 +- 7 files changed, 441 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-chinchou-sku0.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-chinchou-sku1.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-chinchou-sku16.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-chinchou.dtsi -- 2.17.1