Skip to content

Commit 59449e5

Browse files
committed
dt-bindings: mmc: arm,pl18x: Make each example a separate entry
Each independent example should be a separate entry. This and dropping 'interrupt-parent' allows for 'interrupts' to have different cell sizes. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20220106182518.1435497-6-robh@kernel.org
1 parent c476d43 commit 59449e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/mmc/arm,pl18x.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ examples:
167167
clock-names = "mclk", "apb_pclk";
168168
};
169169
170+
- |
171+
#include <dt-bindings/interrupt-controller/irq.h>
172+
170173
mmc@80126000 {
171174
compatible = "arm,pl18x", "arm,primecell";
172175
reg = <0x80126000 0x1000>;
@@ -188,12 +191,12 @@ examples:
188191
vqmmc-supply = <&vmmci>;
189192
};
190193
194+
- |
191195
mmc@101f6000 {
192196
compatible = "arm,pl18x", "arm,primecell";
193197
reg = <0x101f6000 0x1000>;
194198
clocks = <&sdiclk>, <&pclksdi>;
195199
clock-names = "mclk", "apb_pclk";
196-
interrupt-parent = <&vica>;
197200
interrupts = <22>;
198201
max-frequency = <400000>;
199202
bus-width = <4>;
@@ -208,6 +211,7 @@ examples:
208211
vmmc-supply = <&vmmc_regulator>;
209212
};
210213
214+
- |
211215
mmc@52007000 {
212216
compatible = "arm,pl18x", "arm,primecell";
213217
arm,primecell-periphid = <0x10153180>;

0 commit comments

Comments
 (0)