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 30DAAC77B61 for ; Tue, 25 Apr 2023 16:53:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234441AbjDYQxT (ORCPT ); Tue, 25 Apr 2023 12:53:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234426AbjDYQxS (ORCPT ); Tue, 25 Apr 2023 12:53:18 -0400 Received: from mail-oi1-f171.google.com (mail-oi1-f171.google.com [209.85.167.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 879B1D307; Tue, 25 Apr 2023 09:53:12 -0700 (PDT) Received: by mail-oi1-f171.google.com with SMTP id 5614622812f47-38e2740958aso2235765b6e.1; Tue, 25 Apr 2023 09:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682441592; x=1685033592; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=xsSaFPoEnp1cGsorTT7ZaH8aG8h2ymJ3AbL8g9oAX2c=; b=cjW8wW9V34uotDp0F3DfgWyO4QJ8Kzxa8C9LmcfFRlvEq4+vJgN3v4APp9Uktv8ZNd Ok704JoruZrTDrp1J4zdp4PffbO60iMG096h7Wg0OWCsmuW4JZrX3eMQjWSrL7myzrie 40hEoNjOzKiNASjaHRqUZPYBqjX0NmD+gGZ8yfYEiqKxsa0AB7qjXutSe4N6R4pKCg+Z ki12G05LXS767LmtLmw1uc0TX+G7D/4pC6BbpfWcd54QpGAqV3KXEHgI91o3Ci3PVirb XKbPG3AN0PJtjC+vx9XSJt+MDpl0nfSnS8oCBi92mBzNsjnAuw8BABeiGUVuyhDsn/Cx ZbMg== X-Gm-Message-State: AAQBX9ejuv3mE8vTgIqd0Zy0kgfJjfVOXj5ZSKSlvQlkPD9HrN7PGX8C n06J+Dwrjmfd/nDfBNNaOw== X-Google-Smtp-Source: AKy350bfrDTwQxvMUyap3y3hJHSKG/gULg481X3pOZQCJmRNZ5VYkfUL4Idx8sx5O25r4MyufQ1RvQ== X-Received: by 2002:a05:6808:1392:b0:387:14b7:f8e7 with SMTP id c18-20020a056808139200b0038714b7f8e7mr10106662oiw.38.1682441591645; Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z9-20020a056808048900b0038dd5bf922bsm5772958oid.22.2023.04.25.09.53.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: (nullmailer pid 1931342 invoked by uid 1000); Tue, 25 Apr 2023 16:53:10 -0000 Date: Tue, 25 Apr 2023 11:53:10 -0500 From: Rob Herring To: Konrad Dybcio Cc: Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter , Krzysztof Kozlowski , Krishna Manikandan , Will Deacon , Robin Murphy , Joerg Roedel , Marijn Suijten , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev Subject: Re: [PATCH v2 03/13] dt-bindings: display/msm: Add SM6350 DPU Message-ID: <20230425165310.GA1928942-robh@kernel.org> References: <20230411-topic-straitlagoon_mdss-v2-0-5def73f50980@linaro.org> <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Apr 21, 2023 at 12:31:12AM +0200, Konrad Dybcio wrote: > Document the SM6350 DPU. > > Signed-off-by: Konrad Dybcio > --- > .../bindings/display/msm/qcom,sm6350-dpu.yaml | 94 ++++++++++++++++++++++ > 1 file changed, 94 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > new file mode 100644 > index 000000000000..979fcf81afc9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > @@ -0,0 +1,94 @@ > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/msm/qcom,sm6350-dpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Display DPU dt properties for SM6350 target > + > +maintainers: > + - Konrad Dybcio > + > +$ref: /schemas/display/msm/dpu-common.yaml# > + > +properties: > + compatible: > + items: > + - const: qcom,sm6350-dpu > + > + reg: > + items: > + - description: Address offset and size for mdp register set > + - description: Address offset and size for vbif register set Drop 'Address offset and size for ' With that, Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 92219C6FD18 for ; Tue, 25 Apr 2023 16:54:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RDHz+DvqX3n8ZVA1sokQQPTLCjHMLn2gJoVnwlaEa2M=; b=QJArfxi0BMyKAC U9J9JikfW5qusSK6XbRMSStOZQ+DHBP5K1f+W2Up8KoM8zMCsyssiCzr57av5hmjXJFLZ6Ya2Bwq9 eIelL2u/anRy0UVxOZ7BU+k4dCl5YYj5dlzUDACNo8Mv107+Ampa7D9W/mtp8554LhGjzHsLlFFDJ hsN+zUkqFmf6oXBZcdV/HvZ6ybkI3le8v8Q/spvYEJkjxRhdsCqcVGX/ZokE3f329RuXnqzRYAlF0 E/QPrEITs3kqvM2UvtWzVN0gF1rFEs5xfS+MF7EICNk0thI/NXu8V78kUUMd+DnCzIBErAXamVyYi TpbFv+0fux6rXDn6H3Bw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1prLul-001ig7-2G; Tue, 25 Apr 2023 16:53:15 +0000 Received: from mail-oi1-f176.google.com ([209.85.167.176]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1prLuj-001ifh-07 for linux-arm-kernel@lists.infradead.org; Tue, 25 Apr 2023 16:53:14 +0000 Received: by mail-oi1-f176.google.com with SMTP id 5614622812f47-38e2740958aso2235766b6e.1 for ; Tue, 25 Apr 2023 09:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682441592; x=1685033592; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=xsSaFPoEnp1cGsorTT7ZaH8aG8h2ymJ3AbL8g9oAX2c=; b=dwB33n2eMYkYSL+yi2jiv4UpWQgW7aW5WI2PEHI9N1RiQxnXz8tRr/jvAQXV/S0brq Yiz3foTLAxOhEEA82ZMkRgP3YqtQAQYmoet181X5zJvm/cdlWjYSo16niNUrSXf6wuxx yrEN3uWZbzj0lKW1c8zKNd1TOKgF+h9VZ5vPOxIS0nRl4P8r0VE7vzKBhrZhHQo0sLQy V6QPbRAF4y+Ld1+noUDQVIjfhzmwd6wy+GptskPAkpGOsB5LF5cQGzqtQwCBDPBkauNB mYtJnU+uALsOhpbctYJBNL7/ZxWXzqOxec8Foyrqp0IimVNRnZIgIZR1lRU+Iod+YqbG AxLg== X-Gm-Message-State: AAQBX9cELVM4jl3r/E/j2bIYwPrlLoUsj08RfBqEohVCa2uTCzpLJilc SEw/9ufe4rWoMgZaz9GgpQ== X-Google-Smtp-Source: AKy350bfrDTwQxvMUyap3y3hJHSKG/gULg481X3pOZQCJmRNZ5VYkfUL4Idx8sx5O25r4MyufQ1RvQ== X-Received: by 2002:a05:6808:1392:b0:387:14b7:f8e7 with SMTP id c18-20020a056808139200b0038714b7f8e7mr10106662oiw.38.1682441591645; Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z9-20020a056808048900b0038dd5bf922bsm5772958oid.22.2023.04.25.09.53.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: (nullmailer pid 1931342 invoked by uid 1000); Tue, 25 Apr 2023 16:53:10 -0000 Date: Tue, 25 Apr 2023 11:53:10 -0500 From: Rob Herring To: Konrad Dybcio Cc: Rob Clark , Abhinav Kumar , Dmitry Baryshkov , Sean Paul , David Airlie , Daniel Vetter , Krzysztof Kozlowski , Krishna Manikandan , Will Deacon , Robin Murphy , Joerg Roedel , Marijn Suijten , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, iommu@lists.linux.dev Subject: Re: [PATCH v2 03/13] dt-bindings: display/msm: Add SM6350 DPU Message-ID: <20230425165310.GA1928942-robh@kernel.org> References: <20230411-topic-straitlagoon_mdss-v2-0-5def73f50980@linaro.org> <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230425_095313_071493_040E0EA8 X-CRM114-Status: GOOD ( 15.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Apr 21, 2023 at 12:31:12AM +0200, Konrad Dybcio wrote: > Document the SM6350 DPU. > > Signed-off-by: Konrad Dybcio > --- > .../bindings/display/msm/qcom,sm6350-dpu.yaml | 94 ++++++++++++++++++++++ > 1 file changed, 94 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > new file mode 100644 > index 000000000000..979fcf81afc9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > @@ -0,0 +1,94 @@ > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/msm/qcom,sm6350-dpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Display DPU dt properties for SM6350 target > + > +maintainers: > + - Konrad Dybcio > + > +$ref: /schemas/display/msm/dpu-common.yaml# > + > +properties: > + compatible: > + items: > + - const: qcom,sm6350-dpu > + > + reg: > + items: > + - description: Address offset and size for mdp register set > + - description: Address offset and size for vbif register set Drop 'Address offset and size for ' With that, Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0A4DBC77B61 for ; Tue, 25 Apr 2023 16:53:16 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 229AE10E7B4; Tue, 25 Apr 2023 16:53:15 +0000 (UTC) Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by gabe.freedesktop.org (Postfix) with ESMTPS id E340810E7B2; Tue, 25 Apr 2023 16:53:12 +0000 (UTC) Received: by mail-oi1-f180.google.com with SMTP id 5614622812f47-38e2740958aso2235767b6e.1; Tue, 25 Apr 2023 09:53:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682441592; x=1685033592; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=xsSaFPoEnp1cGsorTT7ZaH8aG8h2ymJ3AbL8g9oAX2c=; b=bFgyuKKiSA38FW5IQvy/mNwWoTrvHd7qlAeNWQLtimLt3FgdXcZ+sVXCI6VhOS4my8 uFBSndPisouy4do9AfJHK93Gu4A9TIUWyNN3KGzie2iy5nJZ1ZFkjEm0Ta+hpohmk3/9 zWArBAdygj/QuMmKifEuSEcq+wda0MFLPOYxMqdkZV6fBvKod/h6DuB7wGh+0nNAV1Tc vZtD49RSWyTp5m6nh4028C1kRtKoRWLuGWv3TCc28uWPr9Tjs1IdOHkrhUGaR/GUzg9X RmFi/ZFc9TZDstC/0cr5SJ5sxYtfcyi57n0nr2czJywC1sQlMhqAvXBKvWdxY7hVXoZV QoLA== X-Gm-Message-State: AAQBX9d4gXF//V4C62vdGt6DRZcoswj66gzU5K7oHb5PZLz53pfyMfwZ ZAV4dYZqjabQMKN9KAs4gw== X-Google-Smtp-Source: AKy350bfrDTwQxvMUyap3y3hJHSKG/gULg481X3pOZQCJmRNZ5VYkfUL4Idx8sx5O25r4MyufQ1RvQ== X-Received: by 2002:a05:6808:1392:b0:387:14b7:f8e7 with SMTP id c18-20020a056808139200b0038714b7f8e7mr10106662oiw.38.1682441591645; Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id z9-20020a056808048900b0038dd5bf922bsm5772958oid.22.2023.04.25.09.53.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Apr 2023 09:53:11 -0700 (PDT) Received: (nullmailer pid 1931342 invoked by uid 1000); Tue, 25 Apr 2023 16:53:10 -0000 Date: Tue, 25 Apr 2023 11:53:10 -0500 From: Rob Herring To: Konrad Dybcio Subject: Re: [PATCH v2 03/13] dt-bindings: display/msm: Add SM6350 DPU Message-ID: <20230425165310.GA1928942-robh@kernel.org> References: <20230411-topic-straitlagoon_mdss-v2-0-5def73f50980@linaro.org> <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411-topic-straitlagoon_mdss-v2-3-5def73f50980@linaro.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: freedreno@lists.freedesktop.org, iommu@lists.linux.dev, Krzysztof Kozlowski , Will Deacon , devicetree@vger.kernel.org, Sean Paul , Joerg Roedel , Abhinav Kumar , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Krishna Manikandan , linux-arm-msm@vger.kernel.org, Dmitry Baryshkov , Marijn Suijten , linux-arm-kernel@lists.infradead.org, Robin Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Apr 21, 2023 at 12:31:12AM +0200, Konrad Dybcio wrote: > Document the SM6350 DPU. > > Signed-off-by: Konrad Dybcio > --- > .../bindings/display/msm/qcom,sm6350-dpu.yaml | 94 ++++++++++++++++++++++ > 1 file changed, 94 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > new file mode 100644 > index 000000000000..979fcf81afc9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm6350-dpu.yaml > @@ -0,0 +1,94 @@ > +# SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/display/msm/qcom,sm6350-dpu.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm Display DPU dt properties for SM6350 target > + > +maintainers: > + - Konrad Dybcio > + > +$ref: /schemas/display/msm/dpu-common.yaml# > + > +properties: > + compatible: > + items: > + - const: qcom,sm6350-dpu > + > + reg: > + items: > + - description: Address offset and size for mdp register set > + - description: Address offset and size for vbif register set Drop 'Address offset and size for ' With that, Reviewed-by: Rob Herring