Add support for the SC8280XP-based Huawei Matebook E Go (sc8280xp) Signed-off-by: Pengyu Luo <mitltlatltl@xxxxxxxxx> --- Changes in v2: - use Co-developed-by: tag (Konrad) - follow this order (property-n property-names) (Konrad) - add a label for tablet mode switch (Konrad) - handle line breaks properly (Konrad) - remove the wlan calibration variant (Konrad) - drop the venus node, as upstream has not supported it now - Link to v1: https://lore.kernel.org/linux-arm-msm/20241211153754.356476-1-mitltlatltl@xxxxxxxxx --- Pengyu Luo (3): dt-bindings: arm: qcom: Document Huawei Matebook E Go (sc8280xp) firmware: qcom: scm: Allow QSEECOM on Huawei Matebook E Go (sc8280xp) arm64: dts: qcom: sc8280xp: Add Huawei Matebook E Go (sc8280xp) .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sc8280xp-huawei-gaokun3.dts | 1318 +++++++++++++++++ drivers/firmware/qcom/qcom_scm.c | 1 + 4 files changed, 1321 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sc8280xp-huawei-gaokun3.dts -- 2.47.1