[PATCH 0/5] Geni based QUP controller binding cleanups

From: Kuldeep Singh
Date: Sat Apr 02 2022 - 01:12:41 EST


Geni based QUP controller currently has child nodes bindings defined in
same parent schema. Documentation of few other properties were also
omitted intially. The list becomes too long with addition of these
properties. Therefore, move out child bindings from parent schema to
respective places as a part of cleanup process and update reference for
it. Please note, individual bindings will now stand complete as
previously some properties were defined in core and rest in parent
schema.

This patchset adds individual bindings for uart and i2c controller, spi
controller is taken care by Krzystof. SPI patches[1] are required for
complete changes. Once all bindings gets places correctly, remove common
properties defined in parent as the final step.

[1] https://lore.kernel.org/linux-spi/20220331175817.GA91341@9a2d8922b8f1/T/#m2ef266d9f5cf643bb5be17f3a175c638bde3a680

Looking forward for feeback and review comments. Thanks!

Kuldeep Singh (5):
dt-bindings: i2c: Add Qualcomm Geni based QUP i2c bindings
dt-bindings: qcom: geni-se: Update i2c schema reference
dt-bindings: serial: Update Qualcomm geni based QUP uart bindings
dt-bindings: qcom: geni-se: Update uart schema reference
dt-bindings: qcom: geni-se: Remove common controller properties

.../bindings/i2c/qcom,i2c-geni-qcom.yaml | 110 ++++++++++++++++++
.../serial/qcom,serial-geni-qcom.yaml | 86 ++++++++++++++
.../bindings/soc/qcom/qcom,geni-se.yaml | 77 +-----------
3 files changed, 198 insertions(+), 75 deletions(-)
create mode 100644 Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
create mode 100644 Documentation/devicetree/bindings/serial/qcom,serial-geni-qcom.yaml

--
2.25.1