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

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
...@@ -21,5 +21,4 @@ properties: ...@@ -21,5 +21,4 @@ properties:
- ea,ea3250 - ea,ea3250
- phytec,phy3250 - phytec,phy3250
- const: nxp,lpc3250 - const: nxp,lpc3250
... ...
...@@ -28,12 +28,11 @@ properties: ...@@ -28,12 +28,11 @@ properties:
const: 0 const: 0
fsl,vco-hz: fsl,vco-hz:
description: Optional for VCO frequency of the PLL in Hertz. description: Optional for VCO frequency of the PLL in Hertz. The VCO frequency
The VCO frequency of this PLL cannot be changed during runtime of this PLL cannot be changed during runtime only at startup. Therefore,
only at startup. Therefore, the output frequencies are very the output frequencies are very limited and might not even closely match
limited and might not even closely match the requested frequency. the requested frequency. To work around this restriction the user may specify
To work around this restriction the user may specify its own its own desired VCO frequency for the PLL.
desired VCO frequency for the PLL.
minimum: 650000000 minimum: 650000000
maximum: 1300000000 maximum: 1300000000
default: 1188000000 default: 1188000000
......
...@@ -15,7 +15,7 @@ description: | ...@@ -15,7 +15,7 @@ description: |
power domains. power domains.
properties: properties:
compatible : compatible:
enum: enum:
- qcom,mmcc-apq8064 - qcom,mmcc-apq8064
- qcom,mmcc-apq8084 - qcom,mmcc-apq8084
......
...@@ -144,7 +144,7 @@ required: ...@@ -144,7 +144,7 @@ required:
examples: examples:
# Micro-USB connector with HS lines routed via controller (MUIC). # Micro-USB connector with HS lines routed via controller (MUIC).
- |+ - |
muic-max77843 { muic-max77843 {
usb_con1: connector { usb_con1: connector {
compatible = "usb-b-connector"; compatible = "usb-b-connector";
...@@ -156,7 +156,7 @@ examples: ...@@ -156,7 +156,7 @@ examples:
# USB-C connector attached to CC controller (s2mm005), HS lines routed # USB-C connector attached to CC controller (s2mm005), HS lines routed
# to companion PMIC (max77865), SS lines to USB3 PHY and SBU to DisplayPort. # 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. # DisplayPort video lines are routed to the connector via SS mux in USB3 PHY.
- |+ - |
ccic: s2mm005 { ccic: s2mm005 {
usb_con2: connector { usb_con2: connector {
compatible = "usb-c-connector"; compatible = "usb-c-connector";
...@@ -190,7 +190,7 @@ examples: ...@@ -190,7 +190,7 @@ examples:
# USB-C connector attached to a typec port controller(ptn5110), which has # USB-C connector attached to a typec port controller(ptn5110), which has
# power delivery support and enables drp. # power delivery support and enables drp.
- |+ - |
#include <dt-bindings/usb/pd.h> #include <dt-bindings/usb/pd.h>
typec: ptn5110 { typec: ptn5110 {
usb_con3: connector { usb_con3: connector {
......
...@@ -63,7 +63,7 @@ required: ...@@ -63,7 +63,7 @@ required:
- interrupts - interrupts
examples: examples:
- | - |
i2c { i2c {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
......
...@@ -35,8 +35,7 @@ properties: ...@@ -35,8 +35,7 @@ properties:
bus_freq: bus_freq:
maximum: 2500000 maximum: 2500000
description: description: MDIO Bus frequency
MDIO Bus frequency
ti,hwmods: ti,hwmods:
description: TI hwmod name description: TI hwmod name
......
...@@ -7,7 +7,9 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#" ...@@ -7,7 +7,9 @@ $schema: "http://devicetree.org/meta-schemas/core.yaml#"
title: BCM7216 RESCAL reset controller 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: maintainers:
- Florian Fainelli <f.fainelli@gmail.com> - Florian Fainelli <f.fainelli@gmail.com>
......
...@@ -6,10 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -6,10 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: RS485 serial communications Bindings title: RS485 serial communications Bindings
description: The RTS signal is capable of automatically controlling description: The RTS signal is capable of automatically controlling line
line direction for the built-in half-duplex mode. direction for the built-in half-duplex mode. The properties described
The properties described hereafter shall be given to a hereafter shall be given to a half-duplex capable UART node.
half-duplex capable UART node.
maintainers: maintainers:
- Rob Herring <robh@kernel.org> - Rob Herring <robh@kernel.org>
...@@ -37,9 +36,11 @@ properties: ...@@ -37,9 +36,11 @@ properties:
$ref: /schemas/types.yaml#/definitions/flag $ref: /schemas/types.yaml#/definitions/flag
linux,rs485-enabled-at-boot-time: linux,rs485-enabled-at-boot-time:
description: enables the rs485 feature at boot time. It can be disabled later with proper ioctl. description: enables the rs485 feature at boot time. It can be disabled
later with proper ioctl.
$ref: /schemas/types.yaml#/definitions/flag $ref: /schemas/types.yaml#/definitions/flag
rs485-rx-during-tx: rs485-rx-during-tx:
description: enables the receiving of data even while sending data. description: enables the receiving of data even while sending data.
$ref: /schemas/types.yaml#/definitions/flag $ref: /schemas/types.yaml#/definitions/flag
...
...@@ -11,9 +11,9 @@ maintainers: ...@@ -11,9 +11,9 @@ maintainers:
- Mukesh Savaliya <msavaliy@codeaurora.org> - Mukesh Savaliya <msavaliy@codeaurora.org>
- Akash Asthana <akashast@codeaurora.org> - Akash Asthana <akashast@codeaurora.org>
description: description: The QSPI controller allows SPI protocol communication in single,
The QSPI controller allows SPI protocol communication in single, dual, or quad dual, or quad wire transmission modes for read/write access to slaves such
wire transmission modes for read/write access to slaves such as NOR flash. as NOR flash.
allOf: allOf:
- $ref: /spi/spi-controller.yaml# - $ref: /spi/spi-controller.yaml#
......
...@@ -77,7 +77,7 @@ patternProperties: ...@@ -77,7 +77,7 @@ patternProperties:
- description: physical timer irq - description: physical timer irq
- description: virtual timer irq - description: virtual timer irq
reg : reg:
minItems: 1 minItems: 1
maxItems: 2 maxItems: 2
items: items:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment