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 E59FEC433FE for ; Mon, 28 Mar 2022 17:16:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244480AbiC1RSH (ORCPT ); Mon, 28 Mar 2022 13:18:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50444 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244582AbiC1RSG (ORCPT ); Mon, 28 Mar 2022 13:18:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F3D84F9C2; Mon, 28 Mar 2022 10:16:25 -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 32C7760C1A; Mon, 28 Mar 2022 17:16:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E380C340F0; Mon, 28 Mar 2022 17:16:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648487784; bh=o14EgBIuBc/4hkkPdrc5dpLxJVeRUhse87xGCCnnTtE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DkVASHPDf7Lp+C5wh52bc+X1BzB4Dao314D1FoJjWLbb5s+2hb6PJh1EVKiWtNiM3 xQeX9+olf3lt0FAL0khKzGyPPLxwkE/+WFTFs/AFjdwl2tSMFjj43ubNPugBIFXZoh 4/BR93Plhr7H35FHGEYD3qnM8N2t7SrD58TbBrEX8WGjDaQ5vedHSNYQ8WmdLkV1qY xmFjxJdZhMLglZQj4jrusVBPuQeje4TjzUEbMeRxyTPg58UjgS2iAVTAQgXVZSIgqa 4i2CBGb4qY5kC2CuFCPmOgCxOzWmLhfInCj7/D0yWzdYT2ry+OfwzrldoVYs26kxg5 Hre5eJTpqwytA== Date: Mon, 28 Mar 2022 22:46:19 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Krzysztof Kozlowski , Rob Clark , Sean Paul , Abhinav Kumar , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Krishna Manikandan , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: display: msm: dsi: remove address/size cells Message-ID: References: <20220328152923.90623-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 28-03-22, 19:43, Dmitry Baryshkov wrote: > On Mon, 28 Mar 2022 at 18:30, Krzysztof Kozlowski > wrote: > > > > The DSI node is not a bus and the children do not have unit addresses. > > > > Reported-by: Vinod Koul > > Signed-off-by: Krzysztof Kozlowski > > NAK. > DSI panels are children of the DSI device tree node with the reg = <0>; address. > This is the convention used by other platforms too (see e.g. > arch/arm64/boot/dts/freescale/imx8mq-evk.dts). So we should add reg = 0, i will update my dtsi fix > With the DSI split link it is possible to attach two panels to a > single DSI host, so addresses are necessary. > > > --- > > .../bindings/display/msm/dsi-controller-main.yaml | 7 ------- > > 1 file changed, 7 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml > > index 7095ec3c890d..57f238f72326 100644 > > --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml > > +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml > > @@ -51,10 +51,6 @@ properties: > > phy-names: > > const: dsi > > > > - "#address-cells": true > > - > > - "#size-cells": true > > - > > syscon-sfpb: > > description: A phandle to mmss_sfpb syscon node (only for DSIv2). > > $ref: "/schemas/types.yaml#/definitions/phandle" > > @@ -154,9 +150,6 @@ examples: > > reg = <0x0ae94000 0x400>; > > reg-names = "dsi_ctrl"; > > > > - #address-cells = <1>; > > - #size-cells = <0>; > > - > > interrupt-parent = <&mdss>; > > interrupts = <4>; > > > > -- > > 2.32.0 > > > > > -- > With best wishes > Dmitry -- ~Vinod