This dts adds support for BQ Aquaris M5 (Longcheer L9100) released in 2015. Add a device tree with initial support for: - GPIO keys - Hall sensor - SDHCI - WCNSS (BT/WIFI) - Accelerometer/Magnetometer - Vibrator - Touchscreen - Front flash Signed-off-by: André Apitzsch <git@xxxxxxxxxxx> --- Changes in v4: - replace "interrupt-parent" and "interrupts" by "interrupts-extended" - add R-b to second patch - Link to v3: https://lore.kernel.org/r/20230727-bq_m5-v3-0-df5e227c79d0@xxxxxxxxxxx Changes in v3: - use "id-gpios" instead of "id-gpio" to avoid conflicts with https://lore.kernel.org/linux-arm-msm/20230724103914.1779027-7-alexander.stein@xxxxxxxxxxxxxxx/ (v2 only contained the changelog entry, but not the actual change) - Link to v2: https://lore.kernel.org/r/20230725-bq_m5-v2-0-9779c249aeb1@xxxxxxxxxxx Changes in v2: - add R-b to first patch - sort node extends/overrides by name, but keep &tlmm last, as done in msm8939-samsung-a7.dts - use id-gpios, to avoid conflict with https://lore.kernel.org/linux-arm-msm/20230724103914.1779027-7-alexander.stein@xxxxxxxxxxxxxxx/ - don't enable mdss for now; postpone it till display support is added - Link to v1: https://lore.kernel.org/r/20230724-bq_m5-v1-0-17a0870a73be@xxxxxxxxxxx --- André Apitzsch (2): dt-bindings: arm: qcom: Add BQ Aquaris M5 arm64: dts: qcom: msm8939-longcheer-l9100: Add initial device tree Documentation/devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/msm8939-longcheer-l9100.dts | 334 +++++++++++++++++++++ 3 files changed, 336 insertions(+) --- base-commit: 6269320850097903b30be8f07a5c61d9f7592393 change-id: 20230724-bq_m5-bc9afe378f8d Best regards, -- André Apitzsch <git@xxxxxxxxxxx>