From nobody Mon Oct 6 06:26:56 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 4FEFD225D6; Thu, 24 Jul 2025 07:56:53 +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=1753343816; cv=none; b=BZGc8L0V3ooAse/572DeUMYAgmEfBGUvubi1UA9pLO7Dcop1rLo4rTX/MDg6ondCJXcWXsclG26GiaN1s7bWwU6xUhMqUYq6dgYpZ4uSjq8/X1759JR+A52BgTCuAQW0K9g0wTTuMew8gIEQjJXqC7QSPozkk4pvdg8mReXc0AE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753343816; c=relaxed/simple; bh=ghBB/PHxWvRV+AUck2mi8CWGeB3M55wT/OdGADJT6W0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=QrSR82RzoDO60lglU8+Xl/Aj7j6LE2co3LbXSJXH2BsTGHlU6F1N7LJqeXrwNr49eIPtzvnBAVU1VM7txJMFABtgp6223RO6DCSVEVrSW/sSOT4NZ2lEOLpEnJt41zcmp4RrtfZgJoT5rWEEKgxDqh2GxDSE99YU7vZMYv5t9ck= 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 A8DFDB4D05E5; Thu, 24 Jul 2025 09:56:48 +0200 (CEST) From: E Shattow To: Conor Dooley , Emil Renner Berthing , Rob Herring , Krzysztof Kozlowski , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti Cc: E Shattow , linux-riscv@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] riscv: dts: starfive: jh7110-common: drop no-sdio property from mmc1 Date: Thu, 24 Jul 2025 00:55:53 -0700 Message-ID: <20250724075600.239522-1-e@freeshell.de> X-Mailer: git-send-email 2.50.0 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" Drop no-sdio property avoids a delete-property on variant board dts having an SDIO wireless module connected to mmc1. Signed-off-by: E Shattow --- 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 2eaf01775ef5..a315113840e5 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-sdio; no-mmc; cd-gpios =3D <&sysgpio 41 GPIO_ACTIVE_LOW>; disable-wp; base-commit: 28fa0dcb571ab8f3be4d919f0e20e01d4e44bcb1 --=20 2.50.0