From nobody Fri Oct 3 10:12:40 2025 Received: from freeshell.de (freeshell.de [116.202.128.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6D4252EFD86; Wed, 3 Sep 2025 10:15:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=116.202.128.144 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756894519; cv=none; b=Avq5pTGf3RqviFoewapwQd2HET6EOYkS+XDDxGfDNEwNr+n2/VKinsd3SEgDvLc3vjqarkUX9XFRiHhQ4O6Hozfz0w/Hb+uPfmKdJYcEcE3QReKMn6cZ+dob2DUA++GWN8aQWtPor/YxIQ16DdZghBeKsZJUd31vA9LGAS3nzmw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756894519; c=relaxed/simple; bh=W5FHx4bQ8EIpS3SS+j7DONHhNgZXYPNJPyjh8UxwOoo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jIJWU51H5pMqOooFqNZEKCdBFQ4VaKvYaOoNuM4QYSoI+Qki7oMqhKhnsCMO+ZGw3m2GOlRVw8Bj3nfUgbGxbb4Kn4f0+EzTZVBtjoWey9IgEdpO8bJgp/9HfNuMJlcP4cIw1KEd0HH8mCdzlEopB9I2Z8dAj1GYFdwg002ttMs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de; spf=pass smtp.mailfrom=freeshell.de; arc=none smtp.client-ip=116.202.128.144 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=freeshell.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=freeshell.de Received: from hay.lan (unknown [IPv6:2605:59c0:2078:cf00:6ecf:39ff:fe00:8375]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 6FFE9B22028C; Wed, 3 Sep 2025 12:15:11 +0200 (CEST) From: E Shattow To: Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti Cc: linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, E Shattow , Hal Feng Subject: [PATCH v1 1/2] riscv: dts: starfive: jh7110-common: drop no-mmc property from mmc1 Date: Wed, 3 Sep 2025 03:13:35 -0700 Message-ID: <20250903101346.861076-2-e@freeshell.de> X-Mailer: git-send-email 2.50.0 In-Reply-To: <20250903101346.861076-1-e@freeshell.de> References: <20250903101346.861076-1-e@freeshell.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Relax no-mmc restriction on mmc1 for jh7110 boards. The restriction is only needed to block use of commands that would cause a device to malfunction, which by testing and observation [1] is not any problem. 1: https://lore.kernel.org/lkml/NT0PR01MB1312E0D9EE9F158A57B77700E63D2@NT0P= R01MB1312.CHNPR01.prod.partner.outlook.cn/ Signed-off-by: E Shattow Tested-by: Hal Feng --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/b= oot/dts/starfive/jh7110-common.dtsi index a315113840e5..4fa77ffd54e3 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -299,7 +299,6 @@ &mmc1 { assigned-clock-rates =3D <50000000>; bus-width =3D <4>; bootph-pre-ram; - no-mmc; cd-gpios =3D <&sysgpio 41 GPIO_ACTIVE_LOW>; disable-wp; cap-sd-highspeed; --=20 2.50.0