diff options
author | Marek Vasut <marex@denx.de> | 2016-09-25 14:52:54 -0400 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-12-05 21:02:25 -0500 |
commit | 9c8f2eed73939aedec3822d0ee776f61211cbb0c (patch) | |
tree | 668dbca4c5fdf38c589fee1e61a274309610b027 | |
parent | 197aa6ed522cc44710687d3b02dd4e4573991416 (diff) |
dt-bindings: mxsfb: Indentation cleanup
Clean up the ad-hoc indentation in the documentation, no functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/mxsfb.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt index 96ec5179c8a0..a4431f2e86ce 100644 --- a/Documentation/devicetree/bindings/display/mxsfb.txt +++ b/Documentation/devicetree/bindings/display/mxsfb.txt | |||
@@ -1,20 +1,20 @@ | |||
1 | * Freescale MXS LCD Interface (LCDIF) | 1 | * Freescale MXS LCD Interface (LCDIF) |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Should be "fsl,<chip>-lcdif". Supported chips include | 4 | - compatible: Should be "fsl,imx23-lcdif" for i.MX23. |
5 | imx23 and imx28. | 5 | Should be "fsl,imx28-lcdif" for i.MX28. |
6 | - reg: Address and length of the register set for lcdif | 6 | - reg: Address and length of the register set for lcdif |
7 | - interrupts: Should contain lcdif interrupts | 7 | - interrupts: Should contain lcdif interrupts |
8 | - display : phandle to display node (see below for details) | 8 | - display: phandle to display node (see below for details) |
9 | 9 | ||
10 | * display node | 10 | * display node |
11 | 11 | ||
12 | Required properties: | 12 | Required properties: |
13 | - bits-per-pixel : <16> for RGB565, <32> for RGB888/666. | 13 | - bits-per-pixel: <16> for RGB565, <32> for RGB888/666. |
14 | - bus-width : number of data lines. Could be <8>, <16>, <18> or <24>. | 14 | - bus-width: number of data lines. Could be <8>, <16>, <18> or <24>. |
15 | 15 | ||
16 | Required sub-node: | 16 | Required sub-node: |
17 | - display-timings : Refer to binding doc display-timing.txt for details. | 17 | - display-timings: Refer to binding doc display-timing.txt for details. |
18 | 18 | ||
19 | Examples: | 19 | Examples: |
20 | 20 | ||