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 4DA00C61DA4 for ; Fri, 3 Feb 2023 13:42:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232795AbjBCNmA (ORCPT ); Fri, 3 Feb 2023 08:42:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231216AbjBCNl4 (ORCPT ); Fri, 3 Feb 2023 08:41:56 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29CEB1167B; Fri, 3 Feb 2023 05:41:56 -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 A54A461F35; Fri, 3 Feb 2023 13:41:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3A094C433EF; Fri, 3 Feb 2023 13:41:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675431715; bh=BqaOPD7dtW+RNHVp4mgKLBVQpvvG60YANreOlI0gJxg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JEL3ms4aky4mGro9nclf+YSpo4wIBk2JCpPYcDAbY4baq08IBt7okTWrLo02yxAtf l8PXET00rxRHm6oaCxfObVJ5uLqAoaRxbKU3ZQps/CzUfsyqHq4XhPuVATv77/4WVu 86WymKtbblho1p/fJirBQzeZTNAebrVSmfhhRQnAVPbz69RgrMEYOI5KiRAgCui1TG Fl8I9NLKPK1NMXgqh9P6F2jj9/SegxLDRayWKzQT99FTFqwKNd4ncAGbKZ+AGtc6Gp V8A4rMFRXIa5hvV20m+htcxp5J/c5WyWPcS+DnuG+FNsXcTSoamonJmWzMXG0PGMgy iSQAXs31ggHdQ== Date: Fri, 3 Feb 2023 19:11:50 +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 4/8] phy: samsung,dp-video-phy: deprecate syscon phandle Message-ID: References: <20230127194057.186458-1-krzysztof.kozlowski@linaro.org> <20230127194057.186458-5-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230127194057.186458-5-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 DisplayPort 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