Message ID | 20220404182938.29492-3-singh.kuldeep87k@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [v2,1/4] dt-bindings: I2C: Add Qualcomm Geni based QUP I2C bindings | expand |
On Mon, 4 Apr 2022 23:59:35 +0530, Kuldeep Singh wrote: > 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. > > Applied, thanks! [2/4] dt-bindings: qcom: geni-se: Update I2C schema reference commit: fcf2c0f7cbcad29f1decb88567e54c2451b60ba5 Best regards,
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml index 95fcb43675d6..e6073923e03a 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml @@ -128,31 +128,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