Commit a00e773b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Neil Armstrong
Browse files

dt-bindings: display: panel: Align style of "true" properties



For code readability, several bindings which list allowed properties
with ": true" syntax group them in one place, without line breaks
between each.  Align a few bindings to match this style.  No functional
impact.

Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20260313-dt-bindings-display-panel-clean-v2-1-d49615218f92@oss.qualcomm.com
parent 310b0550
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ properties:

  port: true
  reset-gpios: true

  backlight: true

required:
+0 −3
Original line number Diff line number Diff line
@@ -33,11 +33,8 @@ properties:
    maxItems: 1

  reset-gpios: true

  backlight: true

  rotation: true

  port: true

  vcc-supply:
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ properties:
  backlight: true
  port: true
  reset-gpios: true

  iovcc-supply:
    description: regulator that supplies the iovcc voltage
  vci-supply:
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ properties:
  backlight: true
  port: true
  reset-gpios: true

  iovcc-supply:
    description: regulator that supplies the iovcc voltage
  vcc-supply:
+2 −3
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ properties:
      - mantix,mlaf057we51-x
      - ys,ys57pss36bh5gq

  port: true
  reg:
    maxItems: 1
    description: DSI virtual channel
@@ -36,13 +35,13 @@ properties:
  vddi-supply:
    description: 1.8V I/O voltage supply

  reset-gpios: true

  mantix,tp-rstn-gpios:
    maxItems: 1
    description: second reset line that triggers DSI config load

  backlight: true
  port: true
  reset-gpios: true

required:
  - compatible
Loading