File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Documentation/devicetree/bindings/spi Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ properties:
47
47
interrupts :
48
48
maxItems : 1
49
49
50
+ operating-points-v2 : true
51
+
52
+ power-domains :
53
+ maxItems : 1
54
+
50
55
reg :
51
56
maxItems : 1
52
57
@@ -63,6 +68,7 @@ examples:
63
68
- |
64
69
#include <dt-bindings/clock/qcom,gcc-msm8996.h>
65
70
#include <dt-bindings/interrupt-controller/arm-gic.h>
71
+ #include <dt-bindings/power/qcom-rpmpd.h>
66
72
67
73
spi@7575000 {
68
74
compatible = "qcom,spi-qup-v2.2.1";
@@ -76,6 +82,8 @@ examples:
76
82
pinctrl-1 = <&blsp1_spi1_sleep>;
77
83
dmas = <&blsp1_dma 12>, <&blsp1_dma 13>;
78
84
dma-names = "tx", "rx";
85
+ power-domains = <&rpmpd MSM8996_VDDCX>;
86
+ operating-points-v2 = <&spi_opp_table>;
79
87
#address-cells = <1>;
80
88
#size-cells = <0>;
81
89
};
You can’t perform that action at this time.
0 commit comments