This series introduces a set of msm8916 bsed Motorola devices: - Moto G4 Play (harpia) - Moto G 2015 (osprey) - Moto E 2015 LTE (surnia) The submission brings up the following features: - eMMC and SD; - Buttons; - Touchscreen; - USB; - Fuel Gauge; - Sound; - Accelerometer (harpia only). Since the devices share a lot of similarities, the common parts of the DT are separated out into a dedicated dtsi, introduced with the first device. Signed-off-by: Nikita Travkin <nikita@xxxxxxx> --- Martijn Braam (1): arm64: dts: qcom: Add Motorola Moto G 2015 (osprey) Nikita Travkin (1): dt-bindings: arm: qcom: Add msm8916 based Motorola devices Ruby Iris Juric (1): arm64: dts: qcom: Add device tree for Motorola Moto G4 Play (harpia) Wiktor Strzębała (1): arm64: dts: qcom: Add Motorola Moto E 2015 LTE (surnia) Documentation/devicetree/bindings/arm/qcom.yaml | 3 + arch/arm64/boot/dts/qcom/Makefile | 3 + .../boot/dts/qcom/msm8916-motorola-common.dtsi | 161 +++++++++++++++++++++ .../boot/dts/qcom/msm8916-motorola-harpia.dts | 147 +++++++++++++++++++ .../boot/dts/qcom/msm8916-motorola-osprey.dts | 105 ++++++++++++++ .../boot/dts/qcom/msm8916-motorola-surnia.dts | 83 +++++++++++ 6 files changed, 502 insertions(+) --- base-commit: 29493ca7d6b1d3fdc224467c422ac9bdf6d7a252 change-id: 20240405-msm8916-moto-init-640862b8f57c Best regards, -- Nikita Travkin <nikita@xxxxxxx>