mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
dt-bindings: soc: fsl: cpm_qe: cpm1-tsa: Remove unneeded property
Remove the unneeded and unused #fsl,serial-cells property. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Link: https://lore.kernel.org/r/20230307141503.159766-3-herve.codina@bootlin.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
33a33005b2
commit
0fb6f518cb
|
|
@ -38,14 +38,6 @@ properties:
|
|||
'#size-cells':
|
||||
const: 0
|
||||
|
||||
'#fsl,serial-cells':
|
||||
$ref: /schemas/types.yaml#/definitions/uint32
|
||||
const: 1
|
||||
description:
|
||||
TSA consumers that use a phandle to TSA need to pass the serial identifier
|
||||
with this phandle (defined in dt-bindings/soc/fsl,tsa.h).
|
||||
For instance "fsl,tsa-serial = <&tsa FSL_CPM_TSA_SCC4>;".
|
||||
|
||||
patternProperties:
|
||||
'^tdm@[0-1]$':
|
||||
description:
|
||||
|
|
@ -174,7 +166,6 @@ required:
|
|||
- reg-names
|
||||
- '#address-cells'
|
||||
- '#size-cells'
|
||||
- '#fsl,serial-cells'
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
|
|
@ -190,7 +181,6 @@ examples:
|
|||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
#fsl,serial-cells = <1>;
|
||||
|
||||
tdm@0 {
|
||||
/* TDMa */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user