Skip to content

Commit f214737

Browse files
hcodinarobherring
authored andcommitted
dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Fix example property name
The given example mentions the 'fsl,mode' property whereas the correct property name, the one described, is 'fsl,operational-mode'. Fix the example to use the correct property name. Fixes: a9b1213 ("dt-bindings: soc: fsl: cpm_qe: Add QMC controller") Signed-off-by: Herve Codina <herve.codina@bootlin.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231011061437.64213-7-herve.codina@bootlin.com Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 70b416a commit f214737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ examples:
137137
channel@16 {
138138
/* Ch16 : First 4 even TS from all routed from TSA */
139139
reg = <16>;
140-
fsl,mode = "transparent";
140+
fsl,operational-mode = "transparent";
141141
fsl,reverse-data;
142142
fsl,tx-ts-mask = <0x00000000 0x000000aa>;
143143
fsl,rx-ts-mask = <0x00000000 0x000000aa>;
@@ -146,7 +146,7 @@ examples:
146146
channel@17 {
147147
/* Ch17 : First 4 odd TS from all routed from TSA */
148148
reg = <17>;
149-
fsl,mode = "transparent";
149+
fsl,operational-mode = "transparent";
150150
fsl,reverse-data;
151151
fsl,tx-ts-mask = <0x00000000 0x00000055>;
152152
fsl,rx-ts-mask = <0x00000000 0x00000055>;
@@ -155,7 +155,7 @@ examples:
155155
channel@19 {
156156
/* Ch19 : 8 TS (TS 8..15) from all routed from TSA */
157157
reg = <19>;
158-
fsl,mode = "hdlc";
158+
fsl,operational-mode = "hdlc";
159159
fsl,tx-ts-mask = <0x00000000 0x0000ff00>;
160160
fsl,rx-ts-mask = <0x00000000 0x0000ff00>;
161161
};

0 commit comments

Comments
 (0)