This patch add common dtsi and WIFI/LTE dts for evoker. Changes in v11: - sort out the "Status" property with sc7280-herobrine-audio-rt5682.dtsi - sort out the "Status" property with sc7280-herobrine-audio-rt5682-3mic.dtsi Changes in v10: - add sc7280-herobrine-audio-rt5682-3mic.dtsi then evoker can include it Changes in v9: - new patch for evoker include rt5682.dtsi Changes in v8: - updated patch subjects Changes in v7: - goodix gt7986 dt bindings added in v7 - add compiatable for gt7986 Changes in v6: - add removed pinctrl and align touchscreen label with herobrine board Changes in v5: - recover whitespace change - new patch for Touchscreen/trackpad in v5 Changes in v4: - fix typo in tittle and commit - recover change for trackpad and touchscreen Changes in v3: - none Changes in v2: - none Sheng-Liang Pan (5): dt-bindings: arm: qcom: Separate LTE/WIFI SKU for sc7280-evoker arm64: dts: qcom: sc7280: Add LTE SKU for sc7280-evoker family arm64: dts: qcom: sc7280: Add touchscreen and touchpad support for evoker arm64: dts: qcom: sc7280: add sc7280-herobrine-audio-rt5682-3mic3.dtsi for evoker arm64: dts: qcom: sc7280: sort out the "Status" to last property with sc7280-herobrine-audio-rt5682.dtsi .../devicetree/bindings/arm/qcom.yaml | 5 + arch/arm64/boot/dts/qcom/Makefile | 3 +- .../sc7280-herobrine-audio-rt5682-3mic.dtsi | 195 ++++++++++++++++++ .../qcom/sc7280-herobrine-audio-rt5682.dtsi | 14 +- .../dts/qcom/sc7280-herobrine-evoker-lte.dts | 14 ++ .../boot/dts/qcom/sc7280-herobrine-evoker.dts | 16 ++ ...er-r0.dts => sc7280-herobrine-evoker.dtsi} | 22 +- 7 files changed, 246 insertions(+), 23 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-audio-rt5682-3mic.dtsi create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker-lte.dts create mode 100644 arch/arm64/boot/dts/qcom/sc7280-herobrine-evoker.dts rename arch/arm64/boot/dts/qcom/{sc7280-herobrine-evoker-r0.dts => sc7280-herobrine-evoker.dtsi} (95%) -- 2.34.1