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 433DDE94625 for ; Tue, 10 Feb 2026 01:30:33 +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=paMEAsYeHbqs/+LlApms+Hf2h9iglK007i1TUsSUKNs=; b=PTBSG4SybOWiA/ +zxz5bz3ENpVdra/bTRBn1sJA5gcenDw8dLdcTryzywzjfoqRBuGGgIlX0ceZJ8orgsOWu8ofM0H4 uGIR14wkvMLKdtp3pvawfnLuStlL2y6L6X/VGXEaZQN94tKwqWiYMhDSS3+UaHgUOalDL9cXASruK DDpUzkMjFTsg25AwzJOusp2TiJfgunKBto0Ef+5ChrTaEowSk0dprnNK/V+2/QBT3w4q0P0i+HifP C6BonERELs0NU0f99wor29QzEJ1pNAGQuixvHCPvRj+jWlr6kFdDMHZ1auUJwObL3Je6tD3CahwKD /TXf8XJKvi3q4OJKA/Dw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vpcaG-0000000GHc4-3By6; Tue, 10 Feb 2026 01:30:32 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vpcaF-0000000GHbk-1lgD; Tue, 10 Feb 2026 01:30:31 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 6119160137; Tue, 10 Feb 2026 01:30:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB022C116C6; Tue, 10 Feb 2026 01:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770687030; bh=Uo2Pfl6hyhMXQD3RE7rk1AAawAsayGOyRKqwMxrRElI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=b17xXxT1qROJYRtlyi8CwFU78ehZFBEo28RsXAmTsu9gdxHALE9ZCjcX9ZE0RYhFW F2vCeOHxWJc6XJcNQeBH4PcKnMc9/Og8gyYkTWb9rBTmo9CXytP7fQJwXnJTaXcOAp vnwtVvqj5+R3U1YQ/4A9Ti9tHqIQI0wYkeAnCsGLNCTMEa449PT6MXaWdh1/HrXdeA 43wR/K90+CWDebSF03rDGdsltgK6Xgr5h6ElWRKdbB+g72Sr4yyLzayUxsmI9Q+dIk DEGSMqafLv2cBjLTmNsIEn6VXcKm7ksdd7NKxBK1WQx99QaRerEZRiDsoPOhNKKA2x 8iFXDu70A/7vw== Date: Mon, 9 Feb 2026 19:30:29 -0600 From: "Rob Herring (Arm)" To: Tzu-Hao Wei Cc: openbmc@lists.ozlabs.org, Conor Dooley , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Vinod Koul , Neil Armstrong , SriNavmani A , Prasad Bolisetty , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/4] dt-bindings: phy: axiado,ax3000-emmc-phy: add Axiado eMMC PHY Message-ID: <177068702757.2279882.2179431241227360532.robh@kernel.org> References: <20260206-axiado-ax3000-add-emmc-phy-driver-support-v2-0-a2f59e97a92d@axiado.com> <20260206-axiado-ax3000-add-emmc-phy-driver-support-v2-1-a2f59e97a92d@axiado.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260206-axiado-ax3000-add-emmc-phy-driver-support-v2-1-a2f59e97a92d@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 Fri, 06 Feb 2026 16:22:08 +0800, Tzu-Hao Wei wrote: > From: SriNavmani A > > Axiado AX3000 SoC contains Arasan PHY which provides the interface to the > HS200 eMMC host controller. > > Signed-off-by: SriNavmani A > Signed-off-by: Tzu-Hao Wei > --- > .../bindings/phy/axiado,ax3000-emmc-phy.yaml | 37 ++++++++++++++++++++++ > 1 file changed, 37 insertions(+) > Reviewed-by: Rob Herring (Arm) -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy