summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKuldeep Singh <singh.kuldeep87k@gmail.com>2022-04-04 23:59:35 +0530
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-04-19 13:04:01 -0500
commitfcf2c0f7cbcad29f1decb88567e54c2451b60ba5 (patch)
tree44e441979bfa7044666987395f5640ac1c8855e4 /Documentation
parent38d46b0f41ec57c734f1a647055644c2131c3d8f (diff)
downloadlinux-stable-fcf2c0f7cbcad29f1decb88567e54c2451b60ba5.tar.gz
linux-stable-fcf2c0f7cbcad29f1decb88567e54c2451b60ba5.tar.bz2
linux-stable-fcf2c0f7cbcad29f1decb88567e54c2451b60ba5.zip
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml26
1 files changed, 1 insertions, 25 deletions
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
index 1ca081b1664e..d3c89a6dd9f3 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml
@@ -108,31 +108,7 @@ patternProperties:
"i2c@[0-9a-f]+$":
type: object
description: GENI serial engine based I2C controller.
- $ref: /schemas/i2c/i2c-controller.yaml#
-
- properties:
- compatible:
- enum:
- - qcom,geni-i2c
-
- interrupts:
- maxItems: 1
-
- "#address-cells":
- const: 1
-
- "#size-cells":
- const: 0
-
- clock-frequency:
- description: Desired I2C bus clock frequency in Hz.
- default: 100000
-
- required:
- - compatible
- - interrupts
- - "#address-cells"
- - "#size-cells"
+ $ref: /schemas/i2c/qcom,i2c-geni-qcom.yaml#
"serial@[0-9a-f]+$":
type: object