All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: robh@kernel.org, krzysztof.kozlowski@linaro.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com
Cc: kernel@puri.sm, linux-imx@nxp.com, devicetree@vger.kernel.org,
	phone-devel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>,
	Martin Kepplinger <martin.kepplinger@puri.sm>
Subject: [PATCH v1 09/14] arm64: dts: imx8mq-librem5: Bump usdhc2 frequency to 100MHz
Date: Thu,  9 Mar 2023 21:46:03 +0100	[thread overview]
Message-ID: <20230309204608.237605-10-martin.kepplinger@puri.sm> (raw)
In-Reply-To: <20230309204608.237605-1-martin.kepplinger@puri.sm>

From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

RS9116 card already limits itself to 50MHz by being a high-speed card,
while AP6275S can work at 100MHz just fine (technically it should work
at 200MHz as well since it's a SDR104 card, but it doesn't appear to be
the case in practice and further research will be needed to find out why).

Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 7e470135b86a4..0b4b49fa1392a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -1389,7 +1389,7 @@ &usdhc2 {
 	mmc-pwrseq = <&usdhc2_pwrseq>;
 	post-power-on-delay-ms = <1000>;
 	cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
-	max-frequency = <50000000>;
+	max-frequency = <100000000>;
 	disable-wp;
 	cap-sdio-irq;
 	keep-power-in-suspend;
-- 
2.30.2


WARNING: multiple messages have this Message-ID (diff)
From: Martin Kepplinger <martin.kepplinger@puri.sm>
To: robh@kernel.org, krzysztof.kozlowski@linaro.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com
Cc: kernel@puri.sm, linux-imx@nxp.com, devicetree@vger.kernel.org,
	phone-devel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>,
	Martin Kepplinger <martin.kepplinger@puri.sm>
Subject: [PATCH v1 09/14] arm64: dts: imx8mq-librem5: Bump usdhc2 frequency to 100MHz
Date: Thu,  9 Mar 2023 21:46:03 +0100	[thread overview]
Message-ID: <20230309204608.237605-10-martin.kepplinger@puri.sm> (raw)
In-Reply-To: <20230309204608.237605-1-martin.kepplinger@puri.sm>

From: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>

RS9116 card already limits itself to 50MHz by being a high-speed card,
while AP6275S can work at 100MHz just fine (technically it should work
at 200MHz as well since it's a SDR104 card, but it doesn't appear to be
the case in practice and further research will be needed to find out why).

Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
---
 arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
index 7e470135b86a4..0b4b49fa1392a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
@@ -1389,7 +1389,7 @@ &usdhc2 {
 	mmc-pwrseq = <&usdhc2_pwrseq>;
 	post-power-on-delay-ms = <1000>;
 	cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
-	max-frequency = <50000000>;
+	max-frequency = <100000000>;
 	disable-wp;
 	cap-sdio-irq;
 	keep-power-in-suspend;
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-03-09 20:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-09 20:45 [PATCH v1 00/14] arm64: dts: imx8mq-librem5: updates and fixes until march 2023 Martin Kepplinger
2023-03-09 20:45 ` Martin Kepplinger
2023-03-09 20:45 ` [PATCH v1 01/14] arm64: dts: imx8mq-librem5: lower the mipi csi 1 frequencies Martin Kepplinger
2023-03-09 20:45   ` Martin Kepplinger
2023-03-09 20:45 ` [PATCH v1 02/14] arm64: dts: imx8mq-librem5: describe the clock for the csi sensors Martin Kepplinger
2023-03-09 20:45   ` Martin Kepplinger
2023-03-09 20:45 ` [PATCH v1 03/14] arm64: dts: imx8mq-librem5: fix audio-1v8 regulator name Martin Kepplinger
2023-03-09 20:45   ` Martin Kepplinger
2023-03-09 20:45 ` [PATCH v1 04/14] arm64: dts: imx8mq-librem5: Describe MIC_2V4 regulator Martin Kepplinger
2023-03-09 20:45   ` Martin Kepplinger
2023-03-09 20:45 ` [PATCH v1 05/14] arm64: dts: imx8mq-librem5: add brightness levels to led-backlight Martin Kepplinger
2023-03-09 20:45   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 06/14] arm64: dts: imx8mq-librem5: Set charger parameters for each batch Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 07/14] arm64: dts: imx8mq-librem5: Set the DVS voltages lower Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 08/14] arm64: dts: imx8mq-librem5: add the magnetometer mount matrix Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` Martin Kepplinger [this message]
2023-03-09 20:46   ` [PATCH v1 09/14] arm64: dts: imx8mq-librem5: Bump usdhc2 frequency to 100MHz Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 10/14] arm64: dts: imx8mq-librem5: Adjust proximity sensor's near levels Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 11/14] arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0 Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-14  7:28   ` Shawn Guo
2023-03-14  7:28     ` Shawn Guo
2023-03-15 12:30     ` Angus Ainslie
2023-03-15 12:30       ` Angus Ainslie
2023-03-09 20:46 ` [PATCH v1 12/14] arm64: dts: imx8mq-librem5: Bump BUCK1 suspend voltage to 0.81V Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 13/14] arm64: dts: imx8mq-librem5: Reduce I2C frequency to 384kHz Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-09 20:46 ` [PATCH v1 14/14] arm64: dts: imx8mq-librem5: Add 166MHz to DDRC OPP table Martin Kepplinger
2023-03-09 20:46   ` Martin Kepplinger
2023-03-27  1:48 ` [PATCH v1 00/14] arm64: dts: imx8mq-librem5: updates and fixes until march 2023 Shawn Guo
2023-03-27  1:48   ` Shawn Guo

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=20230309204608.237605-10-martin.kepplinger@puri.sm \
    --to=martin.kepplinger@puri.sm \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=kernel@puri.sm \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sebastian.krzyszkowiak@puri.sm \
    --cc=shawnguo@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.