From: Petr Vorel <petr.vorel@gmail.com>
To: linux-arm-msm@vger.kernel.org
Cc: Petr Vorel <petr.vorel@gmail.com>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Gustave Monce <gustave.monce@outlook.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: [PATCH v3 3/3] arm64: dts: qcom: msm8994-huawei-angler: Add sdhc{1,2} definitions
Date: Tue, 1 Feb 2022 00:02:14 +0100 [thread overview]
Message-ID: <20220131230214.123610-1-petr.vorel@gmail.com> (raw)
Although downstream supports HS400, there are overclocking warnings when
using mmc-hs400-1_8v:
mmc0: Card appears overclocked; req 200000000 Hz, actual 384000000 Hz
mmc0: Card appears overclocked; req 200000000 Hz, actual 384000000 Hz
mmc0: Card appears overclocked; req 200000000 Hz, actual 384000000 Hz
mmc0: Card appears overclocked; req 400000000 Hz, actual 768000000 Hz
mmc0: Card appears overclocked; req 400000000 Hz, actual 768000000 Hz
mmc0: new HS400 MMC card at address 0001
Using HS200 (i.e. mmc-hs200-1_8v or mmc-ddr-1_8v) would reduce them:
mmc0: Card appears overclocked; req 200000000 Hz, actual 384000000 Hz
mmc0: Card appears overclocked; req 200000000 Hz, actual 384000000 Hz
mmc0: new HS200 MMC card at address 0001
But as the problem is probably elsewhere (bullhead behaves the same),
keep mmc-hs400-1_8v.
Angler does not have SD card, thus sdhc2 kept disabled.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
Changes v2->v3:
* update sdhc1 overclocking comment.
Kind regards,
Petr
.../boot/dts/qcom/msm8994-huawei-angler-rev-101.dts | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts b/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts
index 0e3dd48f0dbf..64f9dbee06a1 100644
--- a/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts
+++ b/arch/arm64/boot/dts/qcom/msm8994-huawei-angler-rev-101.dts
@@ -1,12 +1,13 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015, Huawei Inc. All rights reserved.
* Copyright (c) 2016, The Linux Foundation. All rights reserved.
- * Copyright (c) 2021, Petr Vorel <petr.vorel@gmail.com>
+ * Copyright (c) 2021-2022, Petr Vorel <petr.vorel@gmail.com>
*/
/dts-v1/;
#include "msm8994.dtsi"
+#include <dt-bindings/gpio/gpio.h>
/* Angler's firmware does not report where the memory is allocated */
/delete-node/ &cont_splash_mem;
@@ -41,3 +42,13 @@ serial@f991e000 {
&tlmm {
gpio-reserved-ranges = <85 4>;
};
+
+/*
+ * There are overclocking warnings (more for HS400 than for HS200), but
+ * downstream also supports also HS400 thus keep it (problem elsewhere?).
+ */
+&sdhc1 {
+ status = "okay";
+
+ mmc-hs400-1_8v;
+};
--
2.34.1
next reply other threads:[~2022-01-31 23:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-31 23:02 Petr Vorel [this message]
2022-02-05 0:11 ` [PATCH v3 3/3] arm64: dts: qcom: msm8994-huawei-angler: Add sdhc{1,2} definitions Petr Vorel
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=20220131230214.123610-1-petr.vorel@gmail.com \
--to=petr.vorel@gmail.com \
--cc=bjorn.andersson@linaro.org \
--cc=gustave.monce@outlook.com \
--cc=konrad.dybcio@somainline.org \
--cc=linux-arm-msm@vger.kernel.org \
/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).