Message ID | 20220402051206.6115-3-singh.kuldeep87k@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [1/5] dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings | expand |
On 02/04/2022 07:12, 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 commown wrapper. > > Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> > --- > .../bindings/soc/qcom/qcom,geni-se.yaml | 26 +------------------ > 1 file changed, 1 insertion(+), 25 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
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
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 commown wrapper. Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com> --- .../bindings/soc/qcom/qcom,geni-se.yaml | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-)