Commit 5bae6ac1 authored by Rob Herring's avatar Rob Herring

dt-bindings: ata: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Acked-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/20230327170053.4100949-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 43d78445
...@@ -59,7 +59,7 @@ properties: ...@@ -59,7 +59,7 @@ properties:
const: sata-phy const: sata-phy
hba-cap: hba-cap:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: description:
Bitfield of the HBA generic platform capabilities like Staggered Bitfield of the HBA generic platform capabilities like Staggered
Spin-up or Mechanical Presence Switch support. It can be used to Spin-up or Mechanical Presence Switch support. It can be used to
...@@ -67,7 +67,7 @@ properties: ...@@ -67,7 +67,7 @@ properties:
in case if the system firmware hasn't done it. in case if the system firmware hasn't done it.
ports-implemented: ports-implemented:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: description:
Mask that indicates which ports the HBA supports. Useful if PI is not Mask that indicates which ports the HBA supports. Useful if PI is not
programmed by the BIOS, which is true for some embedded SoC's. programmed by the BIOS, which is true for some embedded SoC's.
...@@ -110,7 +110,7 @@ $defs: ...@@ -110,7 +110,7 @@ $defs:
description: Power regulator for SATA port target device description: Power regulator for SATA port target device
hba-port-cap: hba-port-cap:
$ref: '/schemas/types.yaml#/definitions/uint32' $ref: /schemas/types.yaml#/definitions/uint32
description: description:
Bitfield of the HBA port-specific platform capabilities like Hot Bitfield of the HBA port-specific platform capabilities like Hot
plugging, eSATA, FIS-based Switching, etc (see AHCI specification plugging, eSATA, FIS-based Switching, etc (see AHCI specification
......
...@@ -34,7 +34,7 @@ select: ...@@ -34,7 +34,7 @@ select:
- compatible - compatible
allOf: allOf:
- $ref: "ahci-common.yaml#" - $ref: ahci-common.yaml#
properties: properties:
compatible: compatible:
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#" $id: http://devicetree.org/schemas/ata/renesas,rcar-sata.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas R-Car Serial-ATA Interface title: Renesas R-Car Serial-ATA Interface
......
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