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 X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9356AC4320A for ; Fri, 30 Jul 2021 12:08:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C0F260C41 for ; Fri, 30 Jul 2021 12:08:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238842AbhG3MId (ORCPT ); Fri, 30 Jul 2021 08:08:33 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]:55282 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238861AbhG3MIZ (ORCPT ); Fri, 30 Jul 2021 08:08:25 -0400 Date: Fri, 30 Jul 2021 12:08:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627646889; bh=Ye8m1NWwWSK0eHIqEyclNrNQuZW20AtjbkfpZAEQf5I=; h=Date:To:From:Cc:Reply-To:Subject:From; b=Cqv7IBkkSwKOuzx0vEUYa7bshooEcO+nZoLjizMhI5fQSj57fnG9m/m86s3147PrJ Af+V7fAqQzg8LHTvhzL6JJgK1UiPKDlxi4tGsoyY48AARgn2ItoNldM94ZFLibwOZZ FXf5c1+aZCuxY1qgra1hmSox4HMaxjGuC13kCwq8= To: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org From: Yassine Oudjana Cc: Yassine Oudjana , Andy Gross , Bjorn Andersson , Georgi Djakov , AngeloGioacchino Del Regno , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Reply-To: Yassine Oudjana Subject: [PATCH 5/5] arm64: dts: qcom: msm8996: Add interconnect support Message-ID: <91c2s2yzYuzsGY2WXU3Vg6Ai6ijO2Rpel2ssUIghNU@cp4-web-028.plabs.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add interconnect providers for the multiple NoCs available on the platform, and assign interconnects used by some blocks. Signed-off-by: Yassine Oudjana --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qc= om/msm8996.dtsi index ce3d7e5367c6..44eaa7e7c764 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -7,6 +7,7 @@ #include #include #include +#include #include #include =20 @@ -47,6 +48,7 @@ CPU0: cpu@0 { =09=09=09capacity-dmips-mhz =3D <1024>; =09=09=09clocks =3D <&kryocc 0>; =09=09=09operating-points-v2 =3D <&cluster0_opp>; +=09=09=09interconnects =3D <&bimc MASTER_AMPSS_M0 &bimc SLAVE_EBI_CH0>; =09=09=09#cooling-cells =3D <2>; =09=09=09next-level-cache =3D <&L2_0>; =09=09=09L2_0: l2-cache { @@ -64,6 +66,7 @@ CPU1: cpu@1 { =09=09=09capacity-dmips-mhz =3D <1024>; =09=09=09clocks =3D <&kryocc 0>; =09=09=09operating-points-v2 =3D <&cluster0_opp>; +=09=09=09interconnects =3D <&bimc MASTER_AMPSS_M0 &bimc SLAVE_EBI_CH0>; =09=09=09#cooling-cells =3D <2>; =09=09=09next-level-cache =3D <&L2_0>; =09=09}; @@ -77,6 +80,7 @@ CPU2: cpu@100 { =09=09=09capacity-dmips-mhz =3D <1024>; =09=09=09clocks =3D <&kryocc 1>; =09=09=09operating-points-v2 =3D <&cluster1_opp>; +=09=09=09interconnects =3D <&bimc MASTER_AMPSS_M0 &bimc SLAVE_EBI_CH0>; =09=09=09#cooling-cells =3D <2>; =09=09=09next-level-cache =3D <&L2_1>; =09=09=09L2_1: l2-cache { @@ -94,6 +98,7 @@ CPU3: cpu@101 { =09=09=09capacity-dmips-mhz =3D <1024>; =09=09=09clocks =3D <&kryocc 1>; =09=09=09operating-points-v2 =3D <&cluster1_opp>; +=09=09=09interconnects =3D <&bimc MASTER_AMPSS_M0 &bimc SLAVE_EBI_CH0>; =09=09=09#cooling-cells =3D <2>; =09=09=09next-level-cache =3D <&L2_1>; =09=09}; @@ -904,6 +909,15 @@ gcc: clock-controller@300000 { =09=09=09clock-names =3D "cxo2"; =09=09}; =20 +=09=09bimc: interconnect@408000 { +=09=09=09compatible =3D "qcom,msm8996-bimc"; +=09=09=09reg =3D <0x00408000 0x5a000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_BIMC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_BIMC_A_CLK>; +=09=09}; + =09=09tsens0: thermal-sensor@4a9000 { =09=09=09compatible =3D "qcom,msm8996-tsens", "qcom,tsens-v2"; =09=09=09reg =3D <0x004a9000 0x1000>, /* TM */ @@ -926,6 +940,61 @@ tsens1: thermal-sensor@4ad000 { =09=09=09#thermal-sensor-cells =3D <1>; =09=09}; =20 +=09=09cnoc: interconnect@500000 { +=09=09=09compatible =3D "qcom,msm8996-cnoc"; +=09=09=09reg =3D <0x00500000 0x1000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_CNOC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_CNOC_A_CLK>; +=09=09}; + +=09=09snoc: interconnect@524000 { +=09=09=09compatible =3D "qcom,msm8996-snoc"; +=09=09=09reg =3D <0x00524000 0x1c000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_SNOC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_SNOC_A_CLK>; +=09=09}; + +=09=09a1noc: interconnect@562000 { +=09=09=09compatible =3D "qcom,msm8996-a1noc"; +=09=09=09reg =3D <0x00562000 0x5000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_AGGR1_NOC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_AGGR1_NOC_A_CLK>; +=09=09}; + +=09=09a2noc: interconnect@583000 { +=09=09=09compatible =3D "qcom,msm8996-a2noc"; +=09=09=09reg =3D <0x00583000 0x7000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_AGGR2_NOC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_AGGR2_NOC_A_CLK>; +=09=09}; + +=09=09mnoc: interconnect@5a4000 { +=09=09=09compatible =3D "qcom,msm8996-mnoc"; +=09=09=09reg =3D <0x005a4000 0x1c000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a", "iface"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_MMAXI_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_MMAXI_A_CLK>, +=09=09=09=09 <&mmcc AHB_CLK_SRC>; +=09=09}; + +=09=09pnoc: interconnect@5c0000 { +=09=09=09compatible =3D "qcom,msm8996-pnoc"; +=09=09=09reg =3D <0x005c0000 0x3000>; +=09=09=09#interconnect-cells =3D <1>; +=09=09=09clock-names =3D "bus", "bus_a"; +=09=09=09clocks =3D <&rpmcc RPM_SMD_PCNOC_CLK>, +=09=09=09=09 <&rpmcc RPM_SMD_PCNOC_A_CLK>; +=09=09}; + =09=09tcsr_mutex_regs: syscon@740000 { =09=09=09compatible =3D "syscon"; =09=09=09reg =3D <0x00740000 0x40000>; @@ -1005,6 +1074,11 @@ mdp: mdp@901000 { =09=09=09=09assigned-clock-rates =3D <300000000>, =09=09=09=09=09 <19200000>; =20 +=09=09=09=09interconnects =3D <&mnoc MASTER_MDP_PORT0 &bimc SLAVE_EBI_CH0>= , +=09=09=09=09=09=09<&mnoc MASTER_MDP_PORT1 &bimc SLAVE_EBI_CH0>, +=09=09=09=09=09=09<&mnoc MASTER_ROTATOR &bimc SLAVE_EBI_CH0>; +=09=09=09=09interconnect-names =3D "mdp0-mem", "mdp1-mem", "rotator-mem"; + =09=09=09=09ports { =09=09=09=09=09#address-cells =3D <1>; =09=09=09=09=09#size-cells =3D <0>; @@ -1266,6 +1340,9 @@ gpu: gpu@b00000 { =09=09=09=09"mem", =09=09=09=09"mem_iface"; =20 +=09=09=09interconnects =3D <&bimc MASTER_GRAPHICS_3D &bimc SLAVE_EBI_CH0>; +=09=09=09interconnect-names =3D "gfx-mem"; + =09=09=09power-domains =3D <&mmcc GPU_GX_GDSC>; =09=09=09iommus =3D <&adreno_smmu 0>; =20 @@ -2293,6 +2370,9 @@ venus: video-codec@c00000 { =09=09=09=09 <&mmcc VIDEO_AXI_CLK>, =09=09=09=09 <&mmcc VIDEO_MAXI_CLK>; =09=09=09clock-names =3D "core", "iface", "bus", "mbus"; +=09=09=09interconnects =3D <&mnoc MASTER_VIDEO_P0 &bimc SLAVE_EBI_CH0>, +=09=09=09=09=09<&bimc MASTER_AMPSS_M0 &mnoc SLAVE_VENUS_CFG>; +=09=09=09interconnect-names =3D "video-mem", "cpu-cfg"; =09=09=09iommus =3D <&venus_smmu 0x00>, =09=09=09=09 <&venus_smmu 0x01>, =09=09=09=09 <&venus_smmu 0x0a>, @@ -3008,6 +3088,10 @@ usb3: usb@6af8800 { =09=09=09=09=09 <&gcc GCC_USB30_MASTER_CLK>; =09=09=09assigned-clock-rates =3D <19200000>, <120000000>; =20 +=09=09=09interconnects =3D <&a2noc MASTER_USB3 &bimc SLAVE_EBI_CH0>, +=09=09=09=09=09<&bimc MASTER_AMPSS_M0 &snoc SLAVE_USB3>; +=09=09=09interconnect-names =3D "usb-ddr", "apps-usb"; + =09=09=09power-domains =3D <&gcc USB30_GDSC>; =09=09=09status =3D "disabled"; =20 --=20 2.32.0