mbox series

[0/3] dt-bindings: yaml conversion of i2c-gate and IIO users

Message ID 20201031181801.742585-1-jic23@kernel.org (mailing list archive)
Headers show
Series dt-bindings: yaml conversion of i2c-gate and IIO users | expand

Message

Jonathan Cameron Oct. 31, 2020, 6:17 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

As part of a general effort to convert all IIO bindings over to yaml,
we need to handle those that specify an i2c-gate.
As such this also includes conversion of the base i2c-gate binding
which is then referenced by the i2c binding files.

Jonathan Cameron (3):
  dt-bindings:i2c:i2c-gate: txt to yaml conversion
  dt-bindings:iio:imu:invensense,mpu6050: txt to yaml conversion
  dt-bindings:iio:gyro:invensense,mpu3050: txt to yaml format
    conversion.

 .../devicetree/bindings/i2c/i2c-gate.txt      |  41 -------
 .../devicetree/bindings/i2c/i2c-gate.yaml     |  52 +++++++++
 .../iio/gyroscope/invensense,mpu3050.txt      |  45 --------
 .../iio/gyroscope/invensense,mpu3050.yaml     |  70 ++++++++++++
 .../bindings/iio/imu/inv_mpu6050.txt          |  67 -----------
 .../bindings/iio/imu/invensense,mpu6050.yaml  | 105 ++++++++++++++++++
 6 files changed, 227 insertions(+), 153 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.txt
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-gate.yaml
 delete mode 100644 Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
 create mode 100644 Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
 delete mode 100644 Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt
 create mode 100644 Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml