Skip to content

Commit

Permalink
dt-bindings: arm: Add support for DSB element size
Browse files Browse the repository at this point in the history
Add property "qcom,dsb-elem-size" to support DSB(Discrete Single
Bit) element for TPDM. The associated aggregator will read this
size before it is enabled. DSB element size currently only
supports 32-bit and 64-bit.

Signed-off-by: Tao Zhang <quic_taozha@quicinc.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/1695882586-10306-3-git-send-email-quic_taozha@quicinc.com
  • Loading branch information
Tao Zhang authored and Suzuki K Poulose committed Nov 16, 2023
1 parent f4443ee commit 2a8d9b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/devicetree/bindings/arm/qcom,coresight-tpdm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ properties:
minItems: 1
maxItems: 2

qcom,dsb-element-size:
description:
Specifies the DSB(Discrete Single Bit) element size supported by
the monitor. The associated aggregator will read this size before it
is enabled. DSB element size currently only supports 32-bit and 64-bit.
$ref: /schemas/types.yaml#/definitions/uint8
enum: [32, 64]

clocks:
maxItems: 1

Expand Down Expand Up @@ -77,6 +85,8 @@ examples:
compatible = "qcom,coresight-tpdm", "arm,primecell";
reg = <0x0684c000 0x1000>;
qcom,dsb-element-size = /bits/ 8 <32>;
clocks = <&aoss_qmp>;
clock-names = "apb_pclk";
Expand Down

0 comments on commit 2a8d9b3

Please sign in to comment.