Skip to content

Commit d15befc

Browse files
stephan-ghbroonie
authored andcommitted
spi: dt-bindings: qup: Document interconnects
When the SPI QUP controller is used together with a DMA engine it needs to vote for the interconnect path to the DRAM. Otherwise it may be unable to access the memory quickly enough. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> Link: https://lore.kernel.org/r/20230919-spi-qup-dvfs-v2-3-1bac2e9ab8db@kernkonzept.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 287fcda commit d15befc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ properties:
4444
- const: tx
4545
- const: rx
4646

47+
interconnects:
48+
maxItems: 1
49+
4750
interrupts:
4851
maxItems: 1
4952

@@ -67,6 +70,7 @@ unevaluatedProperties: false
6770
examples:
6871
- |
6972
#include <dt-bindings/clock/qcom,gcc-msm8996.h>
73+
#include <dt-bindings/interconnect/qcom,msm8996.h>
7074
#include <dt-bindings/interrupt-controller/arm-gic.h>
7175
#include <dt-bindings/power/qcom-rpmpd.h>
7276
@@ -84,6 +88,7 @@ examples:
8488
dma-names = "tx", "rx";
8589
power-domains = <&rpmpd MSM8996_VDDCX>;
8690
operating-points-v2 = <&spi_opp_table>;
91+
interconnects = <&pnoc MASTER_BLSP_1 &bimc SLAVE_EBI_CH0>;
8792
#address-cells = <1>;
8893
#size-cells = <0>;
8994
};

0 commit comments

Comments
 (0)