From: "Barnabás Czémán" <barnabas.czeman@mainlining.org>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org,
"Konrad Dybcio" <konrad.dybcio@oss.qualcomm.com>,
"Barnabás Czémán" <barnabas.czeman@mainlining.org>
Subject: [PATCH v2 7/7] arm64: dts: qcom: Add Redmi Go
Date: Tue, 10 Mar 2026 18:21:37 +0100 [thread overview]
Message-ID: <20260310-riva-common-v2-7-3bfc23996857@mainlining.org> (raw)
In-Reply-To: <20260310-riva-common-v2-0-3bfc23996857@mainlining.org>
Redmi Go (tiare) is like Redmi 5A with small differences like charging,
fuel gauge and different speaker codec.
Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
---
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/msm8917-xiaomi-tiare.dts | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
index 20e161e843ed..a74598cf0b47 100644
--- a/arch/arm64/boot/dts/qcom/Makefile
+++ b/arch/arm64/boot/dts/qcom/Makefile
@@ -83,6 +83,7 @@ dtb-$(CONFIG_ARCH_QCOM) += msm8916-wingtech-wt88047.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-yiming-uz801v3.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8917-xiaomi-riva.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8917-xiaomi-rolex.dtb
+dtb-$(CONFIG_ARCH_QCOM) += msm8917-xiaomi-tiare.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8929-wingtech-wt82918hd.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8937-xiaomi-land.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8939-asus-z00t.dtb
diff --git a/arch/arm64/boot/dts/qcom/msm8917-xiaomi-tiare.dts b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-tiare.dts
new file mode 100644
index 000000000000..64a564d97dd0
--- /dev/null
+++ b/arch/arm64/boot/dts/qcom/msm8917-xiaomi-tiare.dts
@@ -0,0 +1,23 @@
+// SPDX-License-Identifier: GPL-2.0-only
+/*
+ * Copyright (c) 2026, Barnabas Czeman
+ */
+
+/dts-v1/;
+
+#include "msm8917-xiaomi-wingtech.dtsi"
+
+/ {
+ model = "Xiaomi Redmi Go (tiare)";
+ compatible = "xiaomi,tiare", "qcom,msm8917";
+
+ qcom,board-id = <0x1000b 1>;
+};
+
+&pm8937_l22 {
+ regulator-max-microvolt = <2850000>;
+};
+
+&pm8937_l23 {
+ regulator-max-microvolt = <1250000>;
+};
--
2.53.0
prev parent reply other threads:[~2026-03-10 17:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 17:21 [PATCH v2 0/7] Commonize Redmi 5A for 4A and GO Barnabás Czémán
2026-03-10 17:21 ` [PATCH v2 1/7] arm64: dts: qcom: msm8917-xiaomi-riva: Fix board-id for all bootloader Barnabás Czémán
2026-03-11 9:14 ` Konrad Dybcio
2026-03-10 17:21 ` [PATCH v2 2/7] arm64: dts: qcom: Make a common base from Redmi 5A Barnabás Czémán
2026-03-10 17:21 ` [PATCH v2 3/7] arm64: dts: qcom: msm8917-xiaomi-wingtech: Add goodix touch Barnabás Czémán
2026-03-10 17:21 ` [PATCH v2 4/7] arm64: dts: qcom: Add back Xiaomi Redmi 5A Barnabás Czémán
2026-03-11 1:47 ` Dmitry Baryshkov
2026-03-11 9:01 ` Krzysztof Kozlowski
2026-03-10 17:21 ` [PATCH v2 5/7] dt-bindings: arm: qcom: Add Redmi 4A and Go Barnabás Czémán
2026-03-10 17:21 ` [PATCH v2 6/7] arm64: dts: qcom: Add Redmi 4A Barnabás Czémán
2026-03-11 9:16 ` Konrad Dybcio
2026-03-11 14:38 ` barnabas.czeman
2026-03-13 12:52 ` Konrad Dybcio
2026-03-10 17:21 ` Barnabás Czémán [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=20260310-riva-common-v2-7-3bfc23996857@mainlining.org \
--to=barnabas.czeman@mainlining.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phone-devel@vger.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