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 DF333C636D7 for ; Fri, 3 Feb 2023 13:42:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232875AbjBCNmM (ORCPT ); Fri, 3 Feb 2023 08:42:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232542AbjBCNmJ (ORCPT ); Fri, 3 Feb 2023 08:42:09 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA6807DBF9; Fri, 3 Feb 2023 05:42:07 -0800 (PST) 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 7157F61F31; Fri, 3 Feb 2023 13:42:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39156C433D2; Fri, 3 Feb 2023 13:42:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675431726; bh=RnwQVyGFLcxgHt6nfUiqt/UjT70bTIiQ8XkNhyLtBdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LQNXdeb8gqQj1nVZXdb6t5NXlNJswHnII/ZLBcQhY5bfBg3rCzpfGaVampjRbGXoT K7m+tLNGHe0YcTZDHzKBo0mZqSXuNmSH9mEbXC0Nxx30GP7BkhNDCo4mqcFar6nXvI XVHSwmkyNCgh30t0MS+7yM+c9ukaC5MG5d95AfKFTEWM5xalERuSLNGyP1N0REMhMf L6bqjGeqT3rhumyOZguejAfl85h37WPyFTx+lKODUZUF+CZdDhPlYbqmS2rpD0oDae OuHdFPqhAKG1mqmNJO6bJB0UpbZ8tH+1DGCa1Lq4qpyXhLfekm8kx5UAheMMm32rb9 iwilUKGp4WCCg== Date: Fri, 3 Feb 2023 19:12:03 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Alim Akhtar , Marek Szyprowski , Sylwester Nawrocki , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, replicant@osuosl.org, phone-devel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, Martin =?iso-8859-1?Q?J=FCcker?= , Henrik Grimler , Chanwoo Choi Subject: Re: [PATCH 5/8] phy: samsung,mipi-video-phy: deprecate syscon phandle Message-ID: References: <20230127194057.186458-1-krzysztof.kozlowski@linaro.org> <20230127194057.186458-6-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230127194057.186458-6-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27-01-23, 20:40, Krzysztof Kozlowski wrote: > The MIPI phy is actually part of the Power Management Unit system > controller, thus it should be its child, instead of sibling node with > syscon phandle. Acked-By: Vinod Koul -- ~Vinod