Hi folks, This series adds support for the MT8186 Voltorb Chromebooks. This is yet another product based on the Corsola reference design. This particular version features a higher end spec-ed SoC, necessitating a beefier regulator for the big core cluster. Patch 1 adds an entry for a new regulator IC. How this differs from the previous iteration is not totally clear. Patch 2 adds an entry for the Voltorb devices. Patch 3 adds the device trees for the new devices. Please have a look. I expect either all three patches to go through the MediaTek tree; or the first can go through the regulator tree, and the other two through the MediaTek tree. Thanks ChenYu Chen-Yu Tsai (3): dt-bindings: regulator: mt6315: Document MT6319 PMIC dt-bindings: arm: mediatek: Add MT8186 Voltorb Chromebooks arm64: dts: mediatek: Add MT8186 Voltorb Chromebooks .../devicetree/bindings/arm/mediatek.yaml | 7 ++ .../bindings/regulator/mt6315-regulator.yaml | 6 +- arch/arm64/boot/dts/mediatek/Makefile | 2 + .../mt8186-corsola-voltorb-sku589824.dts | 13 +++ .../mt8186-corsola-voltorb-sku589825.dts | 25 +++++ .../dts/mediatek/mt8186-corsola-voltorb.dtsi | 103 ++++++++++++++++++ 6 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb-sku589824.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb-sku589825.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb.dtsi -- 2.45.2.741.gdbec12cfda-goog