mbox series

[v1,0/3] dt-bindings: iio: imu: add missing property type

Message ID 20241219234745.58723-1-vassilisamir@gmail.com (mailing list archive)
Headers show
Series dt-bindings: iio: imu: add missing property type | expand

Message

Vasileios Amoiridis Dec. 19, 2024, 11:47 p.m. UTC
It seems that some drivers miss the "type: boolean" under the
drive-open-drain property, so add it.

Vasileios Amoiridis (3):
  dt-bindings: iio: imu: bmi160: add boolean type for drive-open-drain
  dt-bindings: iio: imu: bmi270: add boolean type for drive-open-drain
  dt-bindings: iio: imu: bmi323: add boolean type for drive-open-drain

 Documentation/devicetree/bindings/iio/imu/bosch,bmi160.yaml | 1 +
 Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml | 1 +
 Documentation/devicetree/bindings/iio/imu/bosch,bmi323.yaml | 1 +
 3 files changed, 3 insertions(+)


base-commit: fe2a04fbcbfe44694fcb36ff6212fce54b8f56cc

Comments

Conor Dooley Dec. 25, 2024, 2:23 p.m. UTC | #1
On Fri, Dec 20, 2024 at 12:47:42AM +0100, Vasileios Amoiridis wrote:
> It seems that some drivers miss the "type: boolean" under the
> drive-open-drain property, so add it.
> 
> Vasileios Amoiridis (3):
>   dt-bindings: iio: imu: bmi160: add boolean type for drive-open-drain
>   dt-bindings: iio: imu: bmi270: add boolean type for drive-open-drain
>   dt-bindings: iio: imu: bmi323: add boolean type for drive-open-drain

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Jonathan Cameron Dec. 28, 2024, 1:54 p.m. UTC | #2
On Wed, 25 Dec 2024 14:23:34 +0000
Conor Dooley <conor@kernel.org> wrote:

> On Fri, Dec 20, 2024 at 12:47:42AM +0100, Vasileios Amoiridis wrote:
> > It seems that some drivers miss the "type: boolean" under the
> > drive-open-drain property, so add it.
> > 
> > Vasileios Amoiridis (3):
> >   dt-bindings: iio: imu: bmi160: add boolean type for drive-open-drain
> >   dt-bindings: iio: imu: bmi270: add boolean type for drive-open-drain
> >   dt-bindings: iio: imu: bmi323: add boolean type for drive-open-drain  
> 
> Acked-by: Conor Dooley <conor.dooley@microchip.com>

Applied to the togreg branch of iio.git and pushed out as testing
for 0-day to probably ignore these.

Thanks,

Jonathan