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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 442D2C7618A for ; Mon, 20 Mar 2023 11:45:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229524AbjCTLpK (ORCPT ); Mon, 20 Mar 2023 07:45:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231332AbjCTLpE (ORCPT ); Mon, 20 Mar 2023 07:45:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2837158AC for ; Mon, 20 Mar 2023 04:44:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8D7B56149D for ; Mon, 20 Mar 2023 11:44:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63D81C433EF; Mon, 20 Mar 2023 11:44:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679312693; bh=CHx32plH/8ZPNfLvdZDyAv14pUpvBNpy/SnN9m3SZ+4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rw71ikQwxwHPh0LUoWeifO2qPO1q6+4tHyXlbhKMCVwQ1SErE8AH0a7oCpjDOxBqv Q8CkXbq/BrA3ndnYFBaFUAeAlmzQS9nebhCg4OTR8Pig67o05t6XoTM7okXaYedchs uuNMWj1hchYJXWq7XHQvvtTxAnnpPyl1Ql6OYsklp2R8kblwWxgtr+1LijWAjB2iGv 7yptd1lcoX8JS3QCOgqc9fNFptwl1jmQl7U/vSHtt/lUNU43ocZTnteHeXWV50HgVv lfQTW28s7jRsGvSNHQ5hSthrpNEIbzEM2zXwnaeL7sUps96boGwOhlpjY7skqa/Wrp 8SZlhIw+JrLQw== Date: Mon, 20 Mar 2023 17:14:48 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Kishon Vijay Abraham I , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] phy: marvell: drop of_match_ptr for ID table Message-ID: References: <20230312132611.352654-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230312132611.352654-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-03-23, 14:26, Krzysztof Kozlowski wrote: > The driver can match only via the DT table so the table should be always > used and the of_match_ptr does not have any sense (this also allows ACPI > matching via PRP0001, even though it might not be relevant here). This > also fixes !CONFIG_OF error: Applied both, thanks -- ~Vinod