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 0821FC6FD1D for ; Fri, 7 Apr 2023 16:31:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbjDGQbz (ORCPT ); Fri, 7 Apr 2023 12:31:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbjDGQby (ORCPT ); Fri, 7 Apr 2023 12:31:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FA2426B5; Fri, 7 Apr 2023 09:31: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 0AACC64ACF; Fri, 7 Apr 2023 16:31:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C768EC433EF; Fri, 7 Apr 2023 16:31:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680885112; bh=wq9bsk8ML93Zxf67UYy7/IDhV7suBYyyk0sawC6Ybjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gh0LtGCAAQ1zb5l1cUdTuceD+mUKO39AOIeJ235lMCZaI5Xj2YVjzxnG06MUr0Smy c594yBWqPFp0N4xv1zwYi4KwnnJWHbJY3DFwNqQt7yNlmLtTckxdSc+rIm3GPFyhVv 1ITo5BLFJ9ASh6Wsz01JgbQhxMIEA5anWqimWwH68ZT/OufKkOTCLUIOhs2iuS1FYa j4h18FP5TnCun1thFqBk6VuDlBqhFZbqpnXucBmlEXsbOjCANQ+pDT5k/Zx2jtVn+V UJVL/crXcZ9Mks4l+Hz6ONnHxlAUWzTVMFJC+IcT6367MWBVejQl6D54aA8PstWEPW lPbSMAsXRdd0g== Date: Fri, 7 Apr 2023 09:34:42 -0700 From: Bjorn Andersson To: Krzysztof Kozlowski Cc: Andy Gross , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: qcom: sdm630: move DSI opp-table out of soc node Message-ID: <20230407163442.ckbd4vxa5b2xu3eu@ripper> References: <20230326091605.18908-1-krzysztof.kozlowski@linaro.org> <20230327193938.42rvpttgo5p4kia6@ripper> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Mar 27, 2023 at 09:39:00PM +0200, Krzysztof Kozlowski wrote: > On 27/03/2023 21:39, Bjorn Andersson wrote: > > On Sun, Mar 26, 2023 at 11:16:05AM +0200, Krzysztof Kozlowski wrote: > >> The soc node is supposed to have only device nodes with MMIO addresses, > >> so move the DSI OPP out of it (it is used also by second DSI1 on > >> SDM660): > >> > > > > This node has been moved into the dsi node, so if we still want this, > > could you please update the commit message. > > The OPP table has been moved *out of* DSI node. The v1 was moving > inside, but this was not good approach, thus v2 moves it out. > > I don't understand what shall be updated here. > The commit message doesn't reflect what's in linux-next today and the patch doesn't apply. Regards, Bjorn