From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Luca Weiss <luca@z3ntu.xyz>,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>
Cc: Rob Herring <robh@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH 3/3] ARM: dts: qcom: Add support for HTC One Mini 2
Date: Wed, 11 Oct 2023 20:25:41 +0200 [thread overview]
Message-ID: <5c992232-38f2-48e4-83b7-19212c328592@linaro.org> (raw)
In-Reply-To: <20231011-htc-memul-v1-3-76e57873190c@z3ntu.xyz>
On 10/11/23 19:02, Luca Weiss wrote:
> Add support for this smartphone based on the MSM8926 SoC, codenamed
> "memul".
>
> Supported functionality:
> * Power & volume buttons
> * ADSP
> * Magnetometer
> * Accelerometer
> * Touchscreen
> * Vibrator
> * Internal storage
> * SD card
> * Charger
> * USB
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> arch/arm/boot/dts/qcom/Makefile | 1 +
> arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts | 337 ++++++++++++++++++++++
> 2 files changed, 338 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile
> index a3d293e40820..0cb272f4fa45 100644
> --- a/arch/arm/boot/dts/qcom/Makefile
> +++ b/arch/arm/boot/dts/qcom/Makefile
> @@ -32,6 +32,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
> qcom-msm8916-samsung-e7.dtb \
> qcom-msm8916-samsung-grandmax.dtb \
> qcom-msm8916-samsung-serranove.dtb \
> + qcom-msm8926-htc-memul.dtb \
> qcom-msm8926-microsoft-superman-lte.dtb \
> qcom-msm8926-microsoft-tesla.dtb \
> qcom-msm8960-cdp.dtb \
> diff --git a/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts b/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
> new file mode 100644
> index 000000000000..b848f0cce3b4
> --- /dev/null
> +++ b/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
> @@ -0,0 +1,337 @@
> +// SPDX-License-Identifier: BSD-3-Clause
> +/*
> + * Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz>
> + */
> +
> +/dts-v1/;
> +
> +#include "qcom-msm8226.dtsi"
> +#include "qcom-pm8226.dtsi"
> +
> +/delete-node/ &adsp_region;
> +/delete-node/ &smem_region;
> +
> +/ {
> + model = "HTC One Mini 2";
> + compatible = "htc,memul", "qcom,msm8926", "qcom,msm8226";
> + chassis-type = "handset";
> +
> + aliases {
> + mmc0 = &sdhc_1; /* SDC1 eMMC slot */
> + mmc1 = &sdhc_2; /* SDC2 SD card slot */
> + };
> +
> + gpio-keys {
> + compatible = "gpio-keys";
> +
> + key-power {
> + label = "Power";
> + gpios = <&tlmm 106 GPIO_ACTIVE_LOW>;
> + linux,code = <KEY_POWER>;
> + debounce-interval = <15>;
> + };
> +
> + key-volume-down {
> + label = "Volume Down";
> + gpios = <&tlmm 107 GPIO_ACTIVE_LOW>;
> + linux,code = <KEY_VOLUMEDOWN>;
> + debounce-interval = <15>;
> + };
> +
> + key-volume-up {
> + label = "Volume Up";
> + gpios = <&tlmm 108 GPIO_ACTIVE_LOW>;
> + linux,code = <KEY_VOLUMEUP>;
> + debounce-interval = <15>;
> + };
> + };
> +
> + reserved-memory {
> + unknown@5b00000 {
> + reg = <0x05b00000 0x200000>;
> + no-map;
> + };
> +
> + unknown@7a00000 {
> + reg = <0x07a00000 0x100000>;
> + no-map;
> + };
> +
> + mpss_region: mpss@8000000 {
> + reg = <0x08000000 0x4f00000>;
> + no-map;
> + };
> +
> + unknown@cf00000 {
> + reg = <0x0cf00000 0x200000>;
> + no-map;
> + };
> +
> + mba_region: mba@d100000 {
> + reg = <0x0d100000 0x3a000>;
> + no-map;
> + };
> +
> + wcnss_region: wcnss@d200000 {
> + reg = <0x0d200000 0x650000>;
> + no-map;
> + };
> +
> + adsp_region: adsp@dc00000 {
> + reg = <0x0dc00000 0x1400000>;
> + no-map;
> + };
> +
> + venus_region: venus@f500000 {
> + reg = <0x0f500000 0x500000>;
> + no-map;
> + };
> +
> + smem_region: smem@fa00000 {
> + reg = <0x0fa00000 0x100000>;
> + no-map;
> + };
> +
> + unknown@fc00000 {
> + reg = <0x0fc00000 0xa00000>;
> + no-map;
> + };
> + };
> +};
> +
> +&adsp {
> + status = "okay";
firmware-path?
[...]
> + pm8226_s3: s3 {
> + regulator-min-microvolt = <1200000>;
> + regulator-max-microvolt = <1350000>;
> + };
Newline between subnodes, please
[...]
> +&smbb {
> + qcom,fast-charge-safe-current = <1750000>;
> + qcom,fast-charge-current-limit = <1750000>;
> + qcom,fast-charge-safe-voltage = <4360000>;
> + qcom,fast-charge-high-threshold-voltage = <4350000>;
> + qcom,auto-recharge-threshold-voltage = <4300000>;
> + qcom,minimum-input-voltage = <4300000>;
we had quickcharge in 2013? nice
Konrad
prev parent reply other threads:[~2023-10-11 18:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-11 17:02 [PATCH 0/3] Add support for HTC One Mini 2 smartphone Luca Weiss
2023-10-11 17:02 ` [PATCH 1/3] dt-bindings: vendor-prefixes: document HTC Corporation Luca Weiss
2023-10-11 18:24 ` Krzysztof Kozlowski
2023-10-11 18:26 ` Konrad Dybcio
2023-10-11 17:02 ` [PATCH 2/3] dt-bindings: arm: qcom: Add HTC One Mini 2 Luca Weiss
2023-10-11 18:06 ` Krzysztof Kozlowski
2023-10-11 17:02 ` [PATCH 3/3] ARM: dts: qcom: Add support for " Luca Weiss
2023-10-11 18:25 ` Konrad Dybcio [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5c992232-38f2-48e4-83b7-19212c328592@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca@z3ntu.xyz \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).