From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.manjaro.org (mail.manjaro.org [116.203.91.91]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5E1BD21B42A; Tue, 12 Nov 2024 23:38:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.203.91.91 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731454688; cv=none; b=aD2X9TKPUOAe6NPLKQ9bWleRQTdKJI82nZjQ0ISCUdmot4xDIwWpngTU5LW7UtyGbq5yH4gJDyeGvXeI0/UwTkZEZg35gbtUaxLe4lZkjPI5AGHczreUTFzf+ZGhw7OlNCMWM4M4z3WnmjABrH2eBsxbXmLu3fbt09OvCi7BKfI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731454688; c=relaxed/simple; bh=t74KPrkjrNpsf2JqJoCXhsgxFeLHlwoqGWh1VxFvRBs=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type; b=GvDSMBwloOtAEjM8Ivj8xsAYmM/dw0Z36dkF5tsqwqf7c8tTAE9rymcokSPUZj9MSggoNbi1fbFaj10VMSWXTv5OCONt+3GOvXhnQRGfWJniIhVi+NEgy3aWIq6eW89zKArOuGI2ECtcTVYfbRvXyc8tqE59QPLIO8BaNctLFxM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=manjaro.org; spf=pass smtp.mailfrom=manjaro.org; dkim=pass (2048-bit key) header.d=manjaro.org header.i=@manjaro.org header.b=Ht7maYT7; arc=none smtp.client-ip=116.203.91.91 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=manjaro.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=manjaro.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=manjaro.org header.i=@manjaro.org header.b="Ht7maYT7" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=manjaro.org; s=2021; t=1731454684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2+mr0DlZN4EyyGjnjP1eHYT3LVyqvBJxcEiOj6aHIV0=; b=Ht7maYT7+Jd8XKO+m7HuBlFIBYNWH6xZfhv14gifYCfmFfDVufNFZTm2CG4lMSrH7PNFhi a2mzGxm8WCjo4/wMuyNSpialpUe1GpmW6mx0XlyZ1U6yvc1S9pdDdH9/bZDCGhf+DbRYDq cSuyat6nGZc47x7Xk346gE//Lo9qzyGOlf9OFOVfwTAxeN2V4hACgOXdurs0YcZA4gZqff DY6iE7xK92YocNYKYxDVSElBJrBnA4KRowElipzDPa6QZDcbOqUTNByDfJfYAGtN2hwD93 ACLPp7cBAPRAGdNxcldomOlwWuJfbo+dh49feZ+fakYrEJ7zDXkAL7GE90F9oA== Date: Wed, 13 Nov 2024 00:38:03 +0100 From: Dragan Simic To: =?UTF-8?Q?Tam=C3=A1s_Sz=C5=B1cs?= Cc: Jonas Karlman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , FUKAUMI Naoki , Chukun Pan , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] arm64: dts: rockchip: Enable sdmmc2 on rock-3b and set it up for SDIO devices In-Reply-To: References: <20241111181807.13211-1-tszucs@linux.com> <20241111181807.13211-3-tszucs@linux.com> <9fbdf05c-42e6-4ac5-9542-805200bc8c87@kwiboo.se> <260af427ae64d6f3b02a1579ee83eb3b@manjaro.org> <303ad3910668e852d6670d1c79dc22e0@manjaro.org> Message-ID: X-Sender: dsimic@manjaro.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Authentication-Results: ORIGINATING; auth=pass smtp.auth=dsimic@manjaro.org smtp.mailfrom=dsimic@manjaro.org Hello Tamas, On 2024-11-12 22:05, Tamás Szűcs wrote: > On Tue, Nov 12, 2024 at 4:16 PM Dragan Simic > wrote: >> On 2024-11-12 15:35, Tamás Szűcs wrote: >> > I think it was totally fine to disable sdmmc2 at first, especially if >> > it couldn’t be tested or wasn’t needed right away. From what I’ve >> > seen, this board works great even at higher clock speeds than what >> > rk356x-base.dtsi suggests. I don’t have access to the RK3568 errata, >> > and there don’t seem to be any limits mentioned in the TRM either. >> > Overall, this board is doing just fine as it is. >> >> Sorry, I'm missing the point of mentioning some clock speeds? Any >> chances, please, to clarify that a bit? > > It's all about stress scenarios, right. Sustained transfer at maximum > clock, multiple SD/MMC blocks used concurrently. That kind of thing. > Different data rates forced. I hope that answers your question. Ah, I see. Though, I don't think we should worry much about that, although testing it all is, of course, a good thing to do. >> > Regarding device tree overlays, they would be ideal for implementing >> > secondary functions, such as PCIe endpoint mode for users with >> > specific requirements. However, the primary functions for PCIe on the >> > M2E will be root complex mode, along with SDIO host, etc. In my view, >> > the hardware is well-designed and interconnected. Users have a >> > reasonable expectation that these primary functions should work >> > seamlessly without additional configuration, right out of the box. >> >> That's basically what I referred to in my earlier response, and in my >> previous response regarding the UART. Users would expect the >> Bluetooth >> part to work as well, but the error messages I mentioned look nasty, >> so >> perhaps something should be done about that first. > > I'm not aware of any nasty error messages especially related to UART. > Well, MMC core will acknowledge when the platform part fails to > enumerate a device on sdmmc2, but there's nothing wrong with this. > It's not even an error -- certainly not a nasty one. > > [ 1.799703] mmc_host mmc2: card is non-removable. > [ 1.935011] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req > 400000Hz, actual 375000HZ div = 0) > [ 7.195009] mmc_host mmc2: Bus speed (slot 0) = 375000Hz (slot req > 375000Hz, actual 375000HZ div = 0) > [ 13.029540] mmc2: Failed to initialize a non-removable card This looks acceptable to me, but I'm now not really sure that we should enable the sdmmc2 in the board dts. Let me explain. As Jonas demonstrated with the WiFi+Bluetooth DT overlay, additional DT configuration is needed to actually make an SDIO M.2 module plugged into the ROCK 3B's M.2 slot work, so what do we actually get from enabling the sdmmc2 in the board dts? Just some error messages in the kernel log :) and AFAICT no additional functionality when an SDIO M.2 module is actually plugged into the slot. >> > Dragan, what did you mean by SDIO related power timing requirements? >> >> Whenever there's an SDIO module, there's usually some required timing >> of the power rails. Though, I don't know what's that like with the >> non-standard M.2 SDIO modules that Radxa sells, which are intended to >> be used on Radxa boards with "hybrid" M.2 slots. > > Ok, I see. Not always. I can't comment on Radxa's SDIO module but I'm > sure it's reasonably standard. And so is the M.2 Key E on this board. > Actually, part of the appeal is that all standard buses are very > nicely wired up. I want everybody to be able to use them. Yes, but getting it all wired in some way unfortunately doesn't mean that it will all work without additional DT configuration in place, as described above. Also, I'm not really sure there's some strict standard for the "GPIO" and "UART" M.2 modules, that part of the specification was/is a bit blurry or perhaps even non-existent. It's been a while since I wrote the M.2 aricle on English Wikipedia, :) maybe it's become defined better in the meantime. >> Once again, please use inline replying. [*] >> >> [*] https://en.wikipedia.org/wiki/Posting_style >> >> > On Tue, Nov 12, 2024 at 5:41 AM Dragan Simic >> > wrote: >> >> >> >> Hello Jonas and Tamas, >> >> >> >> On 2024-11-11 20:06, Jonas Karlman wrote: >> >> > On 2024-11-11 19:17, Tamás Szűcs wrote: >> >> >> Enable SDIO on Radxa ROCK 3 Model B M.2 Key E. Add all supported UHS-I >> >> >> rates and >> >> >> enable 200 MHz maximum clock. Also, allow host wakeup via SDIO IRQ. >> >> >> >> >> >> Signed-off-by: Tamás Szűcs >> >> >> --- >> >> >> arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts | 8 +++++++- >> >> >> 1 file changed, 7 insertions(+), 1 deletion(-) >> >> >> >> >> >> diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts >> >> >> b/arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts >> >> >> index 242af5337cdf..b7527ba418f7 100644 >> >> >> --- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts >> >> >> +++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts >> >> >> @@ -688,14 +688,20 @@ &sdmmc2 { >> >> >> cap-sd-highspeed; >> >> >> cap-sdio-irq; >> >> >> keep-power-in-suspend; >> >> >> + max-frequency = <200000000>; >> >> >> mmc-pwrseq = <&sdio_pwrseq>; >> >> >> non-removable; >> >> >> pinctrl-names = "default"; >> >> >> pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_clk &sdmmc2m0_cmd>; >> >> >> + sd-uhs-sdr12; >> >> >> + sd-uhs-sdr25; >> >> >> + sd-uhs-sdr50; >> >> > >> >> > I thought that lower speeds was implied by uhs-sdr104? >> >> >> >> Last time I went through the MMC drivers, they were implied. IIRC, >> >> such backward mode compatibility is actually a requirement made by >> >> the MMC specification. >> >> >> >> >> sd-uhs-sdr104; >> >> >> + sd-uhs-ddr50; >> >> >> vmmc-supply = <&vcc3v3_sys2>; >> >> >> vqmmc-supply = <&vcc_1v8>; >> >> >> - status = "disabled"; >> >> >> + wakeup-source; >> >> >> + status = "okay"; >> >> > >> >> > This should probably be enabled using an dt-overlay, there is no >> >> > SDIO device embedded on the board and the reason I left it disabled >> >> > in original board DT submission. >> >> >> >> Just went through the ROCK 3B schematic, version 1.51, and I think >> >> there should be no need for a separate overlay, because sdmmc2 goes >> >> to the M.2 slot on the board, which any user can plug an M.2 module >> >> into, and the SDIO interface is kind-of self-discoverable. >> >> >> >> Of course, all that unless there are some horribly looking :) error >> >> messages emitted to the kernel log when nothing is actually found, >> >> in which case the SDIO/MMC driers should be fixed first. Also, I'm >> >> not sure what do we do with the possible SDIO-related power timing >> >> requirements?