* [PATCH 0/4] SM8250 + SM6350 BWMONs
@ 2023-07-11 14:35 Konrad Dybcio
2023-07-11 14:35 ` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances Konrad Dybcio
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Konrad Dybcio @ 2023-07-11 14:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel,
Konrad Dybcio
SM8250 and SM6350 both have 5 BWMONs: one for the CPU path, one for the
LLCC path and 3 more for the NPU.
This series hooks up the first two for both SoCs.
Rebased on top of djakov/icc/icc-next, atop the 7180 addition.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (4):
dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances
dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 bwmon instances
arm64: dts: qcom: sm8250: Add BWMONs
arm64: dts: qcom: sm6350: Add BWMONs
.../bindings/interconnect/qcom,msm8998-bwmon.yaml | 4 +
arch/arm64/boot/dts/qcom/sm6350.dtsi | 97 ++++++++++++++++
arch/arm64/boot/dts/qcom/sm8250.dtsi | 122 +++++++++++++++++++++
3 files changed, 223 insertions(+)
---
base-commit: cf8c999ab33287103179fee7ee98d2faea3adffe
change-id: 20230711-topic-sm638250_bwmon-453e9df1e94f
Best regards,
--
Konrad Dybcio <konrad.dybcio@linaro.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
@ 2023-07-11 14:35 ` Konrad Dybcio
2023-07-11 18:09 ` Conor Dooley
2023-07-11 14:35 ` [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 " Konrad Dybcio
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2023-07-11 14:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel,
Konrad Dybcio
SM8250 has a BWMONv5 for LLCC and a BWMONv4 for CPU. Document them.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
index b63db9098345..51ba6490c951 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -29,12 +29,14 @@ properties:
- qcom,sc7280-cpu-bwmon
- qcom,sc8280xp-cpu-bwmon
- qcom,sdm845-cpu-bwmon
+ - qcom,sm8250-cpu-bwmon
- qcom,sm8550-cpu-bwmon
- const: qcom,sdm845-bwmon # BWMON v4, unified register space
- items:
- enum:
- qcom,sc7180-llcc-bwmon
- qcom,sc8280xp-llcc-bwmon
+ - qcom,sm8250-llcc-bwmon
- qcom,sm8550-llcc-bwmon
- const: qcom,sc7280-llcc-bwmon
- const: qcom,sc7280-llcc-bwmon # BWMON v5
--
2.41.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 bwmon instances
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
2023-07-11 14:35 ` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances Konrad Dybcio
@ 2023-07-11 14:35 ` Konrad Dybcio
2023-07-11 18:09 ` Conor Dooley
2023-07-11 14:35 ` [PATCH 3/4] arm64: dts: qcom: sm8250: Add BWMONs Konrad Dybcio
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2023-07-11 14:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel,
Konrad Dybcio
SM6350 has a BWMONv4 for LLCC and a BWMONv5 for CPU. Document them.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
index 51ba6490c951..73f809cdb783 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -29,6 +29,7 @@ properties:
- qcom,sc7280-cpu-bwmon
- qcom,sc8280xp-cpu-bwmon
- qcom,sdm845-cpu-bwmon
+ - qcom,sm6350-llcc-bwmon
- qcom,sm8250-cpu-bwmon
- qcom,sm8550-cpu-bwmon
- const: qcom,sdm845-bwmon # BWMON v4, unified register space
@@ -36,6 +37,7 @@ properties:
- enum:
- qcom,sc7180-llcc-bwmon
- qcom,sc8280xp-llcc-bwmon
+ - qcom,sm6350-cpu-bwmon
- qcom,sm8250-llcc-bwmon
- qcom,sm8550-llcc-bwmon
- const: qcom,sc7280-llcc-bwmon
--
2.41.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/4] arm64: dts: qcom: sm8250: Add BWMONs
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
2023-07-11 14:35 ` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances Konrad Dybcio
2023-07-11 14:35 ` [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 " Konrad Dybcio
@ 2023-07-11 14:35 ` Konrad Dybcio
2023-07-11 14:35 ` [PATCH 4/4] arm64: dts: qcom: sm6350: " Konrad Dybcio
2023-07-14 5:33 ` (subset) [PATCH 0/4] SM8250 + SM6350 BWMONs Bjorn Andersson
4 siblings, 0 replies; 8+ messages in thread
From: Konrad Dybcio @ 2023-07-11 14:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel,
Konrad Dybcio
Add the CPU and LLC BWMONs (skip the NPU ones for now) on sm8250.
LPDDR4X levels are skipped, as LPDDR5 seems more popular with SM8250 and
voting for inexistent levels doesn't uptick the bus frequency, which
results in no increased bandwidth, which results in bwmon deciding we
shouldn't go higher.. you see the point!
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/sm8250.dtsi | 122 +++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
index e03007e23e91..80abd0bdc526 100644
--- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
@@ -3694,6 +3694,128 @@ opp-202000000 {
};
};
+ pmu@9091000 {
+ compatible = "qcom,sm8250-llcc-bwmon", "qcom,sc7280-llcc-bwmon";
+ reg = <0 0x09091000 0 0x1000>;
+
+ interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
+
+ interconnects = <&mc_virt MASTER_LLCC 3 &mc_virt SLAVE_EBI_CH0 3>;
+
+ operating-points-v2 = <&llcc_bwmon_opp_table>;
+
+ llcc_bwmon_opp_table: opp-table {
+ compatible = "operating-points-v2";
+
+ opp-800000 {
+ opp-peak-kBps = <(200 * 4 * 1000)>;
+ };
+
+ opp-1200000 {
+ opp-peak-kBps = <(300 * 4 * 1000)>;
+ };
+
+ opp-1804000 {
+ opp-peak-kBps = <(451 * 4 * 1000)>;
+ };
+
+ opp-2188000 {
+ opp-peak-kBps = <(547 * 4 * 1000)>;
+ };
+
+ opp-2724000 {
+ opp-peak-kBps = <(681 * 4 * 1000)>;
+ };
+
+ opp-3072000 {
+ opp-peak-kBps = <(768 * 4 * 1000)>;
+ };
+
+ opp-4068000 {
+ opp-peak-kBps = <(1017 * 4 * 1000)>;
+ };
+
+ /* 1353 MHz, LPDDR4X */
+
+ opp-6220000 {
+ opp-peak-kBps = <(1555 * 4 * 1000)>;
+ };
+
+ opp-7216000 {
+ opp-peak-kBps = <(1804 * 4 * 1000)>;
+ };
+
+ opp-8368000 {
+ opp-peak-kBps = <(2092 * 4 * 1000)>;
+ };
+
+ /* LPDDR5 */
+ opp-10944000 {
+ opp-peak-kBps = <(2736 * 4 * 1000)>;
+ };
+ };
+ };
+
+ pmu@90b6400 {
+ compatible = "qcom,sm8250-cpu-bwmon", "qcom,sdm845-bwmon";
+ reg = <0 0x090b6400 0 0x600>;
+
+ interrupts = <GIC_SPI 581 IRQ_TYPE_LEVEL_HIGH>;
+
+ interconnects = <&gem_noc MASTER_AMPSS_M0 3 &gem_noc SLAVE_LLCC 3>;
+ operating-points-v2 = <&cpu_bwmon_opp_table>;
+
+ cpu_bwmon_opp_table: opp-table {
+ compatible = "operating-points-v2";
+
+ opp-800000 {
+ opp-peak-kBps = <(200 * 4 * 1000)>;
+ };
+
+ opp-1804000 {
+ opp-peak-kBps = <(451 * 4 * 1000)>;
+ };
+
+ opp-2188000 {
+ opp-peak-kBps = <(547 * 4 * 1000)>;
+ };
+
+ opp-2724000 {
+ opp-peak-kBps = <(681 * 4 * 1000)>;
+ };
+
+ opp-3072000 {
+ opp-peak-kBps = <(768 * 4 * 1000)>;
+ };
+
+ /* 1017MHz, 1353 MHz, LPDDR4X */
+
+ opp-6220000 {
+ opp-peak-kBps = <(1555 * 4 * 1000)>;
+ };
+
+ opp-6832000 {
+ opp-peak-kBps = <(1708 * 4 * 1000)>;
+ };
+
+ opp-8368000 {
+ opp-peak-kBps = <(2092 * 4 * 1000)>;
+ };
+
+ /* 2133MHz, LPDDR4X */
+
+ /* LPDDR5 */
+ opp-10944000 {
+ opp-peak-kBps = <(2736 * 4 * 1000)>;
+ };
+
+ /* LPDDR5 */
+ opp-12784000 {
+ opp-peak-kBps = <(3196 * 4 * 1000)>;
+ };
+ };
+ };
+
dc_noc: interconnect@90c0000 {
compatible = "qcom,sm8250-dc-noc";
reg = <0 0x090c0000 0 0x4200>;
--
2.41.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/4] arm64: dts: qcom: sm6350: Add BWMONs
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
` (2 preceding siblings ...)
2023-07-11 14:35 ` [PATCH 3/4] arm64: dts: qcom: sm8250: Add BWMONs Konrad Dybcio
@ 2023-07-11 14:35 ` Konrad Dybcio
2023-07-14 5:33 ` (subset) [PATCH 0/4] SM8250 + SM6350 BWMONs Bjorn Andersson
4 siblings, 0 replies; 8+ messages in thread
From: Konrad Dybcio @ 2023-07-11 14:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel,
Konrad Dybcio
Add the CPU and LLC BWMONs (skip the NPU ones for now) on sm6350.
There are 3 more NPU BWMONs, but these are skipped for now.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/sm6350.dtsi | 97 ++++++++++++++++++++++++++++++++++++
1 file changed, 97 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi
index c2b5d56ba242..8f66306d1de3 100644
--- a/arch/arm64/boot/dts/qcom/sm6350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi
@@ -1723,6 +1723,103 @@ npu_noc: interconnect@9990000 {
qcom,bcm-voters = <&apps_bcm_voter>;
};
+ pmu@90b6300 {
+ compatible = "qcom,sm6350-llcc-bwmon", "qcom,sdm845-bwmon";
+ reg = <0x0 0x090b6300 0x0 0x600>;
+ interrupts = <GIC_SPI 581 IRQ_TYPE_LEVEL_HIGH>;
+
+ operating-points-v2 = <&llcc_bwmon_opp_table>;
+ interconnects = <&clk_virt MASTER_LLCC QCOM_ICC_TAG_ACTIVE_ONLY
+ &clk_virt SLAVE_EBI_CH0 QCOM_ICC_TAG_ACTIVE_ONLY>;
+
+ llcc_bwmon_opp_table: opp-table {
+ compatible = "operating-points-v2";
+
+ opp-0 {
+ opp-peak-kBps = <2288000>;
+ };
+
+ opp-1 {
+ opp-peak-kBps = <4577000>;
+ };
+
+ opp-2 {
+ opp-peak-kBps = <7110000>;
+ };
+
+ opp-3 {
+ opp-peak-kBps = <9155000>;
+ };
+
+ opp-4 {
+ opp-peak-kBps = <12298000>;
+ };
+
+ opp-5 {
+ opp-peak-kBps = <14236000>;
+ };
+
+ };
+ };
+
+ pmu@90cd000 {
+ compatible = "qcom,sm6350-cpu-bwmon", "qcom,sc7280-llcc-bwmon";
+ reg = <0x0 0x090cd000 0x0 0x1000>;
+ interrupts = <GIC_SPI 241 IRQ_TYPE_LEVEL_HIGH>;
+
+ operating-points-v2 = <&cpu_bwmon_opp_table>;
+ interconnects = <&gem_noc MASTER_AMPSS_M0 QCOM_ICC_TAG_ACTIVE_ONLY
+ &clk_virt SLAVE_EBI_CH0 QCOM_ICC_TAG_ACTIVE_ONLY>;
+
+ cpu_bwmon_opp_table: opp-table {
+ compatible = "operating-points-v2";
+
+ opp-0 {
+ opp-peak-kBps = <762000>;
+ };
+
+ opp-1 {
+ opp-peak-kBps = <1144000>;
+ };
+
+ opp-2 {
+ opp-peak-kBps = <1720000>;
+ };
+
+ opp-3 {
+ opp-peak-kBps = <2086000>;
+ };
+
+ opp-4 {
+ opp-peak-kBps = <2597000>;
+ };
+
+ opp-5 {
+ opp-peak-kBps = <2929000>;
+ };
+
+ opp-6 {
+ opp-peak-kBps = <3879000>;
+ };
+
+ opp-7 {
+ opp-peak-kBps = <5161000>;
+ };
+
+ opp-8 {
+ opp-peak-kBps = <5931000>;
+ };
+
+ opp-9 {
+ opp-peak-kBps = <6881000>;
+ };
+
+ opp-10 {
+ opp-peak-kBps = <7980000>;
+ };
+ };
+ };
+
usb_1: usb@a6f8800 {
compatible = "qcom,sm6350-dwc3", "qcom,dwc3";
reg = <0 0x0a6f8800 0 0x400>;
--
2.41.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 bwmon instances
2023-07-11 14:35 ` [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 " Konrad Dybcio
@ 2023-07-11 18:09 ` Conor Dooley
0 siblings, 0 replies; 8+ messages in thread
From: Conor Dooley @ 2023-07-11 18:09 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski, Marijn Suijten,
linux-arm-msm, linux-pm, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
On Tue, Jul 11, 2023 at 04:35:14PM +0200, Konrad Dybcio wrote:
> SM6350 has a BWMONv4 for LLCC and a BWMONv5 for CPU. Document them.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
> ---
> Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> index 51ba6490c951..73f809cdb783 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> @@ -29,6 +29,7 @@ properties:
> - qcom,sc7280-cpu-bwmon
> - qcom,sc8280xp-cpu-bwmon
> - qcom,sdm845-cpu-bwmon
> + - qcom,sm6350-llcc-bwmon
> - qcom,sm8250-cpu-bwmon
> - qcom,sm8550-cpu-bwmon
> - const: qcom,sdm845-bwmon # BWMON v4, unified register space
> @@ -36,6 +37,7 @@ properties:
> - enum:
> - qcom,sc7180-llcc-bwmon
> - qcom,sc8280xp-llcc-bwmon
> + - qcom,sm6350-cpu-bwmon
> - qcom,sm8250-llcc-bwmon
> - qcom,sm8550-llcc-bwmon
> - const: qcom,sc7280-llcc-bwmon
>
> --
> 2.41.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances
2023-07-11 14:35 ` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances Konrad Dybcio
@ 2023-07-11 18:09 ` Conor Dooley
0 siblings, 0 replies; 8+ messages in thread
From: Conor Dooley @ 2023-07-11 18:09 UTC (permalink / raw)
To: Konrad Dybcio
Cc: Andy Gross, Bjorn Andersson, Krzysztof Kozlowski, Georgi Djakov,
Rob Herring, Conor Dooley, Krzysztof Kozlowski, Marijn Suijten,
linux-arm-msm, linux-pm, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]
On Tue, Jul 11, 2023 at 04:35:13PM +0200, Konrad Dybcio wrote:
> SM8250 has a BWMONv5 for LLCC and a BWMONv4 for CPU. Document them.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Cheers,
Conor.
> ---
> Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> index b63db9098345..51ba6490c951 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> @@ -29,12 +29,14 @@ properties:
> - qcom,sc7280-cpu-bwmon
> - qcom,sc8280xp-cpu-bwmon
> - qcom,sdm845-cpu-bwmon
> + - qcom,sm8250-cpu-bwmon
> - qcom,sm8550-cpu-bwmon
> - const: qcom,sdm845-bwmon # BWMON v4, unified register space
> - items:
> - enum:
> - qcom,sc7180-llcc-bwmon
> - qcom,sc8280xp-llcc-bwmon
> + - qcom,sm8250-llcc-bwmon
> - qcom,sm8550-llcc-bwmon
> - const: qcom,sc7280-llcc-bwmon
> - const: qcom,sc7280-llcc-bwmon # BWMON v5
>
> --
> 2.41.0
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [PATCH 0/4] SM8250 + SM6350 BWMONs
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
` (3 preceding siblings ...)
2023-07-11 14:35 ` [PATCH 4/4] arm64: dts: qcom: sm6350: " Konrad Dybcio
@ 2023-07-14 5:33 ` Bjorn Andersson
4 siblings, 0 replies; 8+ messages in thread
From: Bjorn Andersson @ 2023-07-14 5:33 UTC (permalink / raw)
To: Andy Gross, Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
Conor Dooley, Krzysztof Kozlowski, Konrad Dybcio
Cc: Marijn Suijten, linux-arm-msm, linux-pm, devicetree, linux-kernel
On Tue, 11 Jul 2023 16:35:12 +0200, Konrad Dybcio wrote:
> SM8250 and SM6350 both have 5 BWMONs: one for the CPU path, one for the
> LLCC path and 3 more for the NPU.
>
> This series hooks up the first two for both SoCs.
>
> Rebased on top of djakov/icc/icc-next, atop the 7180 addition.
>
> [...]
Applied, thanks!
[3/4] arm64: dts: qcom: sm8250: Add BWMONs
commit: 2a2bd124d4c01c53833a4f0c7fef4faf18351c51
[4/4] arm64: dts: qcom: sm6350: Add BWMONs
commit: 1df6b32e3819dc1de5ccd49982686153ab9e158c
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-07-14 5:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-11 14:35 [PATCH 0/4] SM8250 + SM6350 BWMONs Konrad Dybcio
2023-07-11 14:35 ` [PATCH 1/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8250 bwmon instances Konrad Dybcio
2023-07-11 18:09 ` Conor Dooley
2023-07-11 14:35 ` [PATCH 2/4] dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM6350 " Konrad Dybcio
2023-07-11 18:09 ` Conor Dooley
2023-07-11 14:35 ` [PATCH 3/4] arm64: dts: qcom: sm8250: Add BWMONs Konrad Dybcio
2023-07-11 14:35 ` [PATCH 4/4] arm64: dts: qcom: sm6350: " Konrad Dybcio
2023-07-14 5:33 ` (subset) [PATCH 0/4] SM8250 + SM6350 BWMONs Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).