File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Documentation/devicetree/bindings/mtd Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ properties:
24
24
- fsl,imx6q-gpmi-nand
25
25
- fsl,imx6sx-gpmi-nand
26
26
- fsl,imx7d-gpmi-nand
27
+ - fsl,imx8qxp-gpmi-nand
27
28
- items :
28
29
- enum :
29
30
- fsl,imx8mm-gpmi-nand
@@ -151,6 +152,27 @@ allOf:
151
152
- const : gpmi_io
152
153
- const : gpmi_bch_apb
153
154
155
+ - if :
156
+ properties :
157
+ compatible :
158
+ contains :
159
+ enum :
160
+ - fsl,imx8qxp-gpmi-nand
161
+ then :
162
+ properties :
163
+ clocks :
164
+ items :
165
+ - description : SoC gpmi io clock
166
+ - description : SoC gpmi apb clock
167
+ - description : SoC gpmi bch clock
168
+ - description : SoC gpmi bch apb clock
169
+ clock-names :
170
+ items :
171
+ - const : gpmi_io
172
+ - const : gpmi_apb
173
+ - const : gpmi_bch
174
+ - const : gpmi_bch_apb
175
+
154
176
examples :
155
177
- |
156
178
nand-controller@8000c000 {
You can’t perform that action at this time.
0 commit comments