File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Documentation/devicetree/bindings/pinctrl Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ patternProperties:
48
48
$ref : " #/$defs/qcom-sdm845-tlmm-state"
49
49
additionalProperties : false
50
50
51
+ " -hog(-[0-9]+)?$ " :
52
+ required :
53
+ - gpio-hog
54
+
51
55
$defs :
52
56
qcom-sdm845-tlmm-state :
53
57
type : object
@@ -117,6 +121,7 @@ additionalProperties: false
117
121
118
122
examples :
119
123
- |
124
+ #include <dt-bindings/gpio/gpio.h>
120
125
#include <dt-bindings/interrupt-controller/arm-gic.h>
121
126
122
127
pinctrl@3400000 {
@@ -130,6 +135,12 @@ examples:
130
135
gpio-ranges = <&tlmm 0 0 151>;
131
136
wakeup-parent = <&pdc_intc>;
132
137
138
+ ap-suspend-l-hog {
139
+ gpio-hog;
140
+ gpios = <126 GPIO_ACTIVE_LOW>;
141
+ output-low;
142
+ };
143
+
133
144
cci0-default-state {
134
145
pins = "gpio17", "gpio18";
135
146
function = "cci_i2c";
You can’t perform that action at this time.
0 commit comments