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 82D42C52D71 for ; Tue, 6 Aug 2024 17:07:49 +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=cO/xiNU83YoqGV70NUJB3CLoooK3E0KgBAmri2UDR2Y=; b=pCjJX1FyhuMWaF 51uuOz8vTqM/nORQxOm+qklOEH4q0c3zD7NA9+piG0q6kzjZWmS72pbqWHIuUqUDSXu/PSyRBYm/j 5/vs2A1LTnbE3z04kB5/Hucl3H5qL2WnPvCHZqOkMUr9nWsofJs3cAADzMH73enHF0PxpLXX8diRo RX2/yRB2E18+AJgzkoQtUzOB5p9wg/FbUSsio3b8mXsjIbk5RrxmdGCXlDBzmySQ/btOx7dW3HTI7 5Ycnt++ELlYmrte8PAQxHNbph3Ahsqlg87AwlnXmW3wU2sxKgYG0TWS17uk6s7r6vhPYmeSFQegnX N3c6gxRPf12jwG4o4+TQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbNf3-00000002Ri9-0rbD; Tue, 06 Aug 2024 17:07:49 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sbNf0-00000002RhP-1OAP; Tue, 06 Aug 2024 17:07:47 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 52B11CE0F1C; Tue, 6 Aug 2024 17:07:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63975C32786; Tue, 6 Aug 2024 17:07:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1722964063; bh=HvEeTOUhv0C5pYu4c2PjUH50AMGhSOMbB8EnQ1HMeqg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CwIxAO33u0yFzM+dF0iUSmlKMQsZXTwp8VI7ArfEHq0VvmnDx6cYZLVP1UxWLUfWw GF/uA5Wcsds4bRYB1J98jF2OlYsy1vLLnSZwo0+uUFj5DbOsxC4UbIZ5zDYOsATlGP uLcn7/1lIZ1ef5eTnSzqbAGyf9dTIaX/m0Z40gJRHLURctanhzWe+IBC1oFwnVcsNK M7AXV/D9ruxMGaRGoCrW3IW9MgVQqiophBMn+rxsBN8L0xgm/yY7AUHqMtrzgG4Z9o ac0deMWGdNHxZ+hn9HJgD9wQyc5excsl/0T/9TVWAb+H7IQz5KU90IpSo2oEp9w/f1 70sCB3rJtPuTw== Date: Tue, 6 Aug 2024 11:07:42 -0600 From: "Rob Herring (Arm)" To: Jan Kiszka Cc: linux-phy@lists.infradead.org, linux-riscv@lists.infradead.org, Minda Chen , Vinod Koul , Conor Dooley , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Kishon Vijay Abraham I Subject: Re: [PATCH 1/3] dt-bindings: phy: jh7110-usb-phy: Add sys-syscon property Message-ID: <172296406163.1706072.1585378061823817206.robh@kernel.org> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240806_100746_571248_1DFC3D40 X-CRM114-Status: UNSURE ( 9.42 ) X-CRM114-Notice: Please train this message. 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 Wed, 31 Jul 2024 22:18:41 +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Analogously to the PCI PHY, access to sys_syscon is needed to connect > the USB PHY to its controller. > > Signed-off-by: Jan Kiszka > --- > CC: Rob Herring > CC: Krzysztof Kozlowski > CC: Conor Dooley > --- > .../bindings/phy/starfive,jh7110-usb-phy.yaml | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Reviewed-by: Rob Herring (Arm) -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy