This dts adds support for Asus ZenFone 2 Laser/Selfie (1080p) smartphone released in 2015.
Add an initial device tree support for Z00T with support for: - GPIO keys - SDHCI (Internal and external storage) - WCNSS (WiFi/BT) - Sensors (accelerometer and magnetometer) - Touchscreen - Audio input and output - Vibrator --- Changes in v2: - added customary newline before 'status' properties - removed odd newlines in pin configuration nodes - reordered pin configuration nodes by their 'pins' properties Link to v1: https://lore.kernel.org/linux-arm-msm/[email protected]/ Erikas Bitovtas (2): dt-bindings: arm: qcom: Add Asus ZenFone 2 Laser/Selfie arm64: dts: qcom: msm8939-asus-z00t: add initial device tree .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../arm64/boot/dts/qcom/msm8939-asus-z00t.dts | 256 ++++++++++++++++++ 3 files changed, 258 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/msm8939-asus-z00t.dts -- 2.51.0

