[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e0572030-c715-4af2-87d9-8a87755bebf2@linaro.org>
Date: Fri, 20 May 2022 12:41:47 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Alec Su <ae40515@...oo.com.tw>, agross@...nel.org,
bjorn.andersson@...aro.org, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, sboyd@...eaurora.org
Cc: linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, y.oudjana@...tonmail.com
Subject: Re: [PATCH v2 2/2] arm64: dts: qcom: msm8996-xiaomi-natrium: Add
support for Xiaomi Mi 5s Plus
On 20/05/2022 08:50, Alec Su wrote:
> Add the device tree for Xiaomi Mi 5s Plus (natrium).
>
> Signed-off-by: Alec Su <ae40515@...oo.com.tw>
> Reviewed-by: Yassine Oudjana <y.oudjana@...tonmail.com>
> ---
> arch/arm64/boot/dts/qcom/Makefile | 1 +
> .../boot/dts/qcom/msm8996-xiaomi-natrium.dts | 416 ++++++++++++++++++
> 2 files changed, 417 insertions(+)
> create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts
>
> diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
> index 2f8aec2cc6db..3ae7ecd369fb 100644
> --- a/arch/arm64/boot/dts/qcom/Makefile
> +++ b/arch/arm64/boot/dts/qcom/Makefile
> @@ -37,6 +37,7 @@ dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-dora.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-kagura.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-keyaki.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8996-xiaomi-gemini.dtb
> +dtb-$(CONFIG_ARCH_QCOM) += msm8996-xiaomi-natrium.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8996-xiaomi-scorpio.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8998-asus-novago-tp370ql.dtb
> dtb-$(CONFIG_ARCH_QCOM) += msm8998-fxtec-pro1.dtb
> diff --git a/arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts
> new file mode 100644
> index 000000000000..c16dc96e7049
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/msm8996-xiaomi-natrium.dts
> @@ -0,0 +1,416 @@
> +// SPDX-License-Identifier: BSD-3-Clause
> +/*
> + * Copyright (c) 2022, Alec Su <ae40515@...oo.com.tw>
> + */
> +
> +/dts-v1/;
> +
> +#include "msm8996-xiaomi-common.dtsi"
> +#include "pmi8996.dtsi"
> +#include <dt-bindings/sound/qcom,q6afe.h>
> +#include <dt-bindings/sound/qcom,q6asm.h>
> +
> +/ {
> + model = "Xiaomi Mi 5s Plus";
> + compatible = "xiaomi,natrium", "qcom,msm8996";
> + chassis-type = "handset";
> + qcom,msm-id = <305 0x10000>;
> + qcom,board-id = <47 0>;
> +};
> +
> +&adsp_pil {
> + firmware-name = "qcom/msm8996/natrium/adsp.mbn";
> +};
> +
> +&blsp2_i2c6 {
> + synaptics@20 {
Generic node name, so this is a touchpad? touchscreen?
Best regards,
Krzysztof
Powered by blists - more mailing lists