Commit df4e87f9 authored by Armando Visconti's avatar Armando Visconti Committed by Christopher Friedt
Browse files

dts/bindings: lsm6dso-common: Fix multi line description



Fix the yaml dts multi-line property description in the following
(expected) way:

    description: |
       PUT_TEXT_HERE

Signed-off-by: default avatarArmando Visconti <armando.visconti@st.com>
parent 3aedda98
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ properties:
    irq-gpios:
      type: phandle-array
      required: false
      description: DRDY pin
      description: |
        DRDY pin

        This pin defaults to active high when produced by the sensor.
        The property value should ensure the flags properly describe
@@ -18,7 +19,8 @@ properties:
      enum:
        - 1 # drdy is generated from INT1
        - 2 # drdy is generated from INT2
      description: Select DRDY pin number (1 or 2).
      description: |
        Select DRDY pin number (1 or 2).

        This number represents which of the two interrupt pins
        (INT1 or INT2) the drdy line is attached to. This property is not