From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 01E2AE6F095 for ; Tue, 23 Dec 2025 14:34:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZPgztmx+ZTEp5MvcJ1Xrh8JaNa+GmFDgYb8qsr1Souk=; b=KxYiqjTdNBuLiQ nuBQMzqtbt7DqOJpl3geytssl9mOaH1HXz22ANUSYaKfc4TRKEcLooQcBPAEBKrcJVwHZCnbBINV7 o3X03oFmwzsLngsQ/jOkdvMeiVvL9szyy+gNSNpFG5APa0sXn6g2UPdnPSmCC2W/VwbrAmKqcJVkE ycU93E3dx4n/6owu+PIJaup2ya2rV1EE0W4CRv2+WJHzKN9HH0rR0R4DmPNcQn+ORDDo7J3j1W6qW +1ojfd54UlFvwXNDI5qf2xt1ttIEaQmduihRIISzvCC/J+i3masWgKNLK8fbb/syDnlGg5eh+GWQc dt00yQcIcAElG2u9+cDw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vY3TW-0000000FcjK-38vw; Tue, 23 Dec 2025 14:34:58 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vY3TV-0000000Fcip-1ruj; Tue, 23 Dec 2025 14:34:57 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id DD9C960139; Tue, 23 Dec 2025 14:34:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 68B82C16AAE; Tue, 23 Dec 2025 14:34:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766500496; bh=GXtA+vB+W9gE4Dn/u160SHU3bD3uZ/5Ml+1W+23Kiwg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LUpNs4vhYmXhRm1ObM0ruZ/cdf+EVFZ5EU+hW1R0kx15iGOoVNNkXIhCq6ZEe6+nm x2mFl1uR73zvgyI9B6Lib4DBUesmi30KrBJfAyYByz/Lky7qqJRnOiZrLfNMO2RAEo P+0RbpwhaIiAbaixDEqDRPcdqwK1BY4s7swnbvRqXHdAz4yPiHwRbxn0Tprv9dwKme kJcpEq2SsKr46ufiqo7fg2MYG6Daoc2e6ghp8OkiW6PdjDZXzRRkdxCJw+S+yJF6f/ etTP2/+e8KI5joxJPC+L5KqOmhXxCDN/ELpZVFxryHh5DdPtL7QeYQDLezSj7Fc1Bn pk8zxtFJh7bbg== Date: Tue, 23 Dec 2025 15:34:52 +0100 From: Krzysztof Kozlowski To: Tzu-Hao Wei Cc: SriNavmani A , Prasad Bolisetty , Vinod Koul , Neil Armstrong , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Harshit Shah , Ulf Hansson , Adrian Hunter , Michal Simek , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mmc@vger.kernel.org Subject: Re: [PATCH 8/8] arm64: dts: axiado: enable sdhci host Message-ID: <20251223-fat-nickel-copperhead-9adeed@quoll> References: <20251222-axiado-ax3000-add-emmc-host-driver-support-v1-0-5457d0ebcdb4@axiado.com> <20251222-axiado-ax3000-add-emmc-host-driver-support-v1-8-5457d0ebcdb4@axiado.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20251222-axiado-ax3000-add-emmc-host-driver-support-v1-8-5457d0ebcdb4@axiado.com> X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Mon, Dec 22, 2025 at 04:45:07PM +0800, Tzu-Hao Wei wrote: > From: SriNavmani A > > Enable the SDHCI host controller for eMMC support on the AX3000 EVK > evaluation board by referencing the SDHCI node defined in the SoC > device tree include file. This enables eMMC functionality on the > evaluation board. > > Signed-off-by: Tzu-Hao Wei Why DTS is both BEFORE and AFTER drivers? This is a total mess. > --- > arch/arm64/boot/dts/axiado/ax3000-evk.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/axiado/ax3000-evk.dts b/arch/arm64/boot/dts/axiado/ax3000-evk.dts > index b86e969625573bf92bdd5e4435ea571dd7500de2..a5cc75dfbe554749201b0910ec268c899bc5246c 100644 > --- a/arch/arm64/boot/dts/axiado/ax3000-evk.dts > +++ b/arch/arm64/boot/dts/axiado/ax3000-evk.dts > @@ -80,3 +80,11 @@ &uart2 { > &uart3 { > status = "okay"; > }; > + > +&emmc_phy { Axiado already received comment to read DTS coding style. Did you read it? Best regards, Krzysztof -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy