Commit 9f60a65b authored by Rob Herring's avatar Rob Herring
Browse files

dt-bindings: Clean-up schema indentation formatting



Fix various inconsistencies in schema indentation. Most of these are
list indentation which should be 2 spaces more than the start of the
enclosing keyword. This doesn't matter functionally, but affects running
scripts which do transforms on the schema files.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarMaxime Ripard <mripard@kernel.org>
Acked-by: default avatarLee Jones <lee.jones@linaro.org>
Acked-By: default avatarVinod Koul <vkoul@kernel.org>
Acked-by: default avatarMark Brown <broonie@kernel.org>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent fbfb9a60
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -21,5 +21,4 @@ properties:
              - ea,ea3250
              - phytec,phy3250
          - const: nxp,lpc3250

...
+8 −9
Original line number Diff line number Diff line
@@ -28,12 +28,11 @@ properties:
    const: 0

  fsl,vco-hz:
     description: Optional for VCO frequency of the PLL in Hertz.
        The VCO frequency of this PLL cannot be changed during runtime
        only at startup. Therefore, the output frequencies are very
        limited and might not even closely match the requested frequency.
        To work around this restriction the user may specify its own
        desired VCO frequency for the PLL.
    description: Optional for VCO frequency of the PLL in Hertz. The VCO frequency
      of this PLL cannot be changed during runtime only at startup. Therefore,
      the output frequencies are very limited and might not even closely match
      the requested frequency. To work around this restriction the user may specify
      its own desired VCO frequency for the PLL.
    minimum: 650000000
    maximum: 1300000000
    default: 1188000000
+3 −3
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ required:

examples:
  # Micro-USB connector with HS lines routed via controller (MUIC).
  - |+
  - |
    muic-max77843 {
      usb_con1: connector {
        compatible = "usb-b-connector";
@@ -156,7 +156,7 @@ examples:
  # USB-C connector attached to CC controller (s2mm005), HS lines routed
  # to companion PMIC (max77865), SS lines to USB3 PHY and SBU to DisplayPort.
  # DisplayPort video lines are routed to the connector via SS mux in USB3 PHY.
  - |+
  - |
    ccic: s2mm005 {
      usb_con2: connector {
        compatible = "usb-c-connector";
@@ -190,7 +190,7 @@ examples:

  # USB-C connector attached to a typec port controller(ptn5110), which has
  # power delivery support and enables drp.
  - |+
  - |
    #include <dt-bindings/usb/pd.h>
    typec: ptn5110 {
      usb_con3: connector {
+13 −14
Original line number Diff line number Diff line
@@ -35,8 +35,7 @@ properties:

  bus_freq:
    maximum: 2500000
      description:
        MDIO Bus frequency
    description: MDIO Bus frequency

  ti,hwmods:
    description: TI hwmod name
+3 −1
Original line number Diff line number Diff line
@@ -7,7 +7,9 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"

title: BCM7216 RESCAL reset controller

description: This document describes the BCM7216 RESCAL reset controller which is responsible for controlling the reset of the SATA and PCIe0/1 instances on BCM7216.
description: This document describes the BCM7216 RESCAL reset controller
  which is responsible for controlling the reset of the SATA and PCIe0/1
  instances on BCM7216.

maintainers:
  - Florian Fainelli <f.fainelli@gmail.com>
Loading