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 9C4C7C6379F for ; Fri, 3 Feb 2023 13:38:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232735AbjBCNiu (ORCPT ); Fri, 3 Feb 2023 08:38:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231478AbjBCNis (ORCPT ); Fri, 3 Feb 2023 08:38:48 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BA0AD53F; Fri, 3 Feb 2023 05:38:44 -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 sin.source.kernel.org (Postfix) with ESMTPS id 7146DCE3011; Fri, 3 Feb 2023 13:38:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CED9C433D2; Fri, 3 Feb 2023 13:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675431521; bh=BqaOPD7dtW+RNHVp4mgKLBVQpvvG60YANreOlI0gJxg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=evKiwZSWWHq/qBOOG0ag4W1iOjACpWe36QHwp8aizUTnsxnR1+MetWq3qDf6/cAmF BIlDSLxJj27+Xx/j14ggrXENJ10kGmiFxOiYPZOEWv73XL7lckK4lttRXbx6yLmWBU hwSHfI6XPrp/SXz7v5LixhNp5bNv7jA3KZVKzxz5UjWAyCbulnutb5+7AncRuo8dnm PBIpi+tYEVPJeO++fjxN5t7q6H6nQhJmgFB1qRwjl+fi6owKGM8p0DMDiZecebCt7W 0J562Lda99U9aC85GuwtRUbyKcvR6CLzA9kyItTEbbF0L8UUDrcEINWEpzBrsOc6lN odKbmnsDv6uRw== Date: Fri, 3 Feb 2023 19:08:37 +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 2/8] dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle Message-ID: References: <20230127194057.186458-1-krzysztof.kozlowski@linaro.org> <20230127194057.186458-3-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230127194057.186458-3-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