Skip to content

Commit fcf2c0f

Browse files
Kuldeep Singhandersson
authored andcommitted
dt-bindings: qcom: geni-se: Update I2C schema reference
We now have geni based QUP I2C controller binding in place as dt-bindigs/i2c/qcom,i2c-geni-qcom.yaml similar to other controllers, update reference in parent schema and while at it, also remove properties defined for the controller from common wrapper. 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-3-singh.kuldeep87k@gmail.com
1 parent 38d46b0 commit fcf2c0f

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

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

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -108,31 +108,7 @@ patternProperties:
108108
"i2c@[0-9a-f]+$":
109109
type: object
110110
description: GENI serial engine based I2C controller.
111-
$ref: /schemas/i2c/i2c-controller.yaml#
112-
113-
properties:
114-
compatible:
115-
enum:
116-
- qcom,geni-i2c
117-
118-
interrupts:
119-
maxItems: 1
120-
121-
"#address-cells":
122-
const: 1
123-
124-
"#size-cells":
125-
const: 0
126-
127-
clock-frequency:
128-
description: Desired I2C bus clock frequency in Hz.
129-
default: 100000
130-
131-
required:
132-
- compatible
133-
- interrupts
134-
- "#address-cells"
135-
- "#size-cells"
111+
$ref: /schemas/i2c/qcom,i2c-geni-qcom.yaml#
136112

137113
"serial@[0-9a-f]+$":
138114
type: object

0 commit comments

Comments
 (0)