Skip to content

Commit 6579f39

Browse files
Kuldeep Singhandersson
authored andcommitted
dt-bindings: qcom: geni-se: Update UART schema reference
We now have geni based QUP UART controller individual binding, update reference in parent schema and remove properties from common wrapper. With removal of last child node schema, remove common properties of all the controllers as they have become obsolete now. Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220404182938.29492-5-singh.kuldeep87k@gmail.com
1 parent fcf2c0f commit 6579f39

1 file changed

Lines changed: 1 addition & 50 deletions

File tree

Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -64,39 +64,6 @@ required:
6464
- ranges
6565

6666
patternProperties:
67-
"^.*@[0-9a-f]+$":
68-
type: object
69-
description: Common properties for GENI Serial Engine based I2C, SPI and
70-
UART controller.
71-
72-
properties:
73-
reg:
74-
description: GENI Serial Engine register address and length.
75-
maxItems: 1
76-
77-
clock-names:
78-
const: se
79-
80-
clocks:
81-
description: Serial engine core clock needed by the device.
82-
maxItems: 1
83-
84-
interconnects:
85-
minItems: 2
86-
maxItems: 3
87-
88-
interconnect-names:
89-
minItems: 2
90-
items:
91-
- const: qup-core
92-
- const: qup-config
93-
- const: qup-memory
94-
95-
required:
96-
- reg
97-
- clock-names
98-
- clocks
99-
10067
"spi@[0-9a-f]+$":
10168
type: object
10269
description: GENI serial engine based SPI controller. SPI in master mode
@@ -113,23 +80,7 @@ patternProperties:
11380
"serial@[0-9a-f]+$":
11481
type: object
11582
description: GENI Serial Engine based UART Controller.
116-
$ref: /schemas/serial.yaml#
117-
118-
properties:
119-
compatible:
120-
enum:
121-
- qcom,geni-uart
122-
- qcom,geni-debug-uart
123-
124-
interrupts:
125-
minItems: 1
126-
items:
127-
- description: UART core irq
128-
- description: Wakeup irq (RX GPIO)
129-
130-
required:
131-
- compatible
132-
- interrupts
83+
$ref: /schemas/serial/qcom,serial-geni-qcom.yaml#
13384

13485
additionalProperties: false
13586

0 commit comments

Comments
 (0)