Commit 1e52a7e6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Ulf Hansson

dt-bindings: mmc: drop unneeded quotes

Cleanup by removing unneeded quotes from refs and redundant blank lines.
No functional impact except adjusting to preferred coding style.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> # for Renesas controllers
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230120085722.171965-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent c6ecb0f8
...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A10 MMC Controller title: Allwinner A10 MMC Controller
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
maintainers: maintainers:
- Chen-Yu Tsai <wens@csie.org> - Chen-Yu Tsai <wens@csie.org>
......
...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson SDHC controller title: Amlogic Meson SDHC controller
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
maintainers: maintainers:
- Martin Blumenstingl <martin.blumenstingl@googlemail.com> - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
......
# 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/mmc/arasan,sdhci.yaml#" $id: http://devicetree.org/schemas/mmc/arasan,sdhci.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Arasan SDHCI Controller title: Arasan SDHCI Controller
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Adrian Hunter <adrian.hunter@intel.com> - Adrian Hunter <adrian.hunter@intel.com>
allOf: allOf:
- $ref: "mmc-controller.yaml#" - $ref: mmc-controller.yaml#
- if: - if:
properties: properties:
compatible: compatible:
......
...@@ -36,43 +36,43 @@ properties: ...@@ -36,43 +36,43 @@ properties:
cdns,phy-input-delay-sd-highspeed: cdns,phy-input-delay-sd-highspeed:
description: Value of the delay in the input path for SD high-speed timing description: Value of the delay in the input path for SD high-speed timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-legacy: cdns,phy-input-delay-legacy:
description: Value of the delay in the input path for legacy timing description: Value of the delay in the input path for legacy timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-sd-uhs-sdr12: cdns,phy-input-delay-sd-uhs-sdr12:
description: Value of the delay in the input path for SD UHS SDR12 timing description: Value of the delay in the input path for SD UHS SDR12 timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-sd-uhs-sdr25: cdns,phy-input-delay-sd-uhs-sdr25:
description: Value of the delay in the input path for SD UHS SDR25 timing description: Value of the delay in the input path for SD UHS SDR25 timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-sd-uhs-sdr50: cdns,phy-input-delay-sd-uhs-sdr50:
description: Value of the delay in the input path for SD UHS SDR50 timing description: Value of the delay in the input path for SD UHS SDR50 timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-sd-uhs-ddr50: cdns,phy-input-delay-sd-uhs-ddr50:
description: Value of the delay in the input path for SD UHS DDR50 timing description: Value of the delay in the input path for SD UHS DDR50 timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
cdns,phy-input-delay-mmc-highspeed: cdns,phy-input-delay-mmc-highspeed:
description: Value of the delay in the input path for MMC high-speed timing description: Value of the delay in the input path for MMC high-speed timing
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
...@@ -83,7 +83,7 @@ properties: ...@@ -83,7 +83,7 @@ properties:
# Each delay property represents the fraction of the clock period. # Each delay property represents the fraction of the clock period.
# The approximate delay value will be # The approximate delay value will be
# (<delay property value>/128)*sdmclk_clock_period. # (<delay property value>/128)*sdmclk_clock_period.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x1f maximum: 0x1f
...@@ -91,7 +91,7 @@ properties: ...@@ -91,7 +91,7 @@ properties:
description: | description: |
Value of the delay introduced on the sdclk output for all modes except Value of the delay introduced on the sdclk output for all modes except
HS200, HS400 and HS400_ES. HS200, HS400 and HS400_ES.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x7f maximum: 0x7f
...@@ -99,7 +99,7 @@ properties: ...@@ -99,7 +99,7 @@ properties:
description: | description: |
Value of the delay introduced on the sdclk output for HS200, HS400 and Value of the delay introduced on the sdclk output for HS200, HS400 and
HS400_ES speed modes. HS400_ES speed modes.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x7f maximum: 0x7f
...@@ -107,7 +107,7 @@ properties: ...@@ -107,7 +107,7 @@ properties:
description: | description: |
Value of the delay introduced on the dat_strobe input used in Value of the delay introduced on the dat_strobe input used in
HS400 / HS400_ES speed modes. HS400 / HS400_ES speed modes.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 0x7f maximum: 0x7f
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Shawn Guo <shawnguo@kernel.org> - Shawn Guo <shawnguo@kernel.org>
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
description: | description: |
The Enhanced Secure Digital Host Controller on Freescale i.MX family The Enhanced Secure Digital Host Controller on Freescale i.MX family
...@@ -112,7 +112,7 @@ properties: ...@@ -112,7 +112,7 @@ properties:
default: 0 default: 0
voltage-ranges: voltage-ranges:
$ref: '/schemas/types.yaml#/definitions/uint32-matrix' $ref: /schemas/types.yaml#/definitions/uint32-matrix
description: | description: |
Specify the voltage range in case there are software transparent level Specify the voltage range in case there are software transparent level
shifters on the outputs of the controller. Two cells are required, first shifters on the outputs of the controller. Two cells are required, first
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Markus Pargmann <mpa@pengutronix.de> - Markus Pargmann <mpa@pengutronix.de>
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
properties: properties:
compatible: compatible:
......
...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Microchip Sparx5 Mobile Storage Host Controller title: Microchip Sparx5 Mobile Storage Host Controller
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
maintainers: maintainers:
- Lars Povlsen <lars.povlsen@microchip.com> - Lars Povlsen <lars.povlsen@microchip.com>
...@@ -35,7 +35,7 @@ properties: ...@@ -35,7 +35,7 @@ properties:
microchip,clock-delay: microchip,clock-delay:
description: Delay clock to card to meet setup time requirements. description: Delay clock to card to meet setup time requirements.
Each step increase by 1.25ns. Each step increase by 1.25ns.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 1 minimum: 1
maximum: 15 maximum: 15
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Ulf Hansson <ulf.hansson@linaro.org> - Ulf Hansson <ulf.hansson@linaro.org>
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
- $ref: /schemas/spi/spi-peripheral-props.yaml - $ref: /schemas/spi/spi-peripheral-props.yaml
description: | description: |
......
...@@ -17,7 +17,7 @@ description: | ...@@ -17,7 +17,7 @@ description: |
and the properties used by the mxsmmc driver. and the properties used by the mxsmmc driver.
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
properties: properties:
compatible: compatible:
......
...@@ -83,7 +83,7 @@ properties: ...@@ -83,7 +83,7 @@ properties:
maxItems: 1 maxItems: 1
operating-points-v2: operating-points-v2:
$ref: "/schemas/types.yaml#/definitions/phandle" $ref: /schemas/types.yaml#/definitions/phandle
power-domains: power-domains:
items: items:
...@@ -100,53 +100,53 @@ properties: ...@@ -100,53 +100,53 @@ properties:
The DQS trim values are only used on controllers which support HS400 The DQS trim values are only used on controllers which support HS400
timing. Only SDMMC4 on Tegra210 and Tegra186 supports HS400. timing. Only SDMMC4 on Tegra210 and Tegra186 supports HS400.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,default-trim: nvidia,default-trim:
description: Specify the default outbound clock trimmer value. description: Specify the default outbound clock trimmer value.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,dqs-trim: nvidia,dqs-trim:
description: Specify DQS trim value for HS400 timing. description: Specify DQS trim value for HS400 timing.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-1v8: nvidia,pad-autocal-pull-down-offset-1v8:
description: Specify drive strength calibration offsets for 1.8 V description: Specify drive strength calibration offsets for 1.8 V
signaling modes. signaling modes.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-1v8-timeout: nvidia,pad-autocal-pull-down-offset-1v8-timeout:
description: Specify drive strength used as a fallback in case the description: Specify drive strength used as a fallback in case the
automatic calibration times out on a 1.8 V signaling mode. automatic calibration times out on a 1.8 V signaling mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-3v3: nvidia,pad-autocal-pull-down-offset-3v3:
description: Specify drive strength calibration offsets for 3.3 V description: Specify drive strength calibration offsets for 3.3 V
signaling modes. signaling modes.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-3v3-timeout: nvidia,pad-autocal-pull-down-offset-3v3-timeout:
description: Specify drive strength used as a fallback in case the description: Specify drive strength used as a fallback in case the
automatic calibration times out on a 3.3 V signaling mode. automatic calibration times out on a 3.3 V signaling mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-sdr104: nvidia,pad-autocal-pull-down-offset-sdr104:
description: Specify drive strength calibration offsets for SDR104 mode. description: Specify drive strength calibration offsets for SDR104 mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-down-offset-hs400: nvidia,pad-autocal-pull-down-offset-hs400:
description: Specify drive strength calibration offsets for HS400 mode. description: Specify drive strength calibration offsets for HS400 mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-1v8: nvidia,pad-autocal-pull-up-offset-1v8:
description: Specify drive strength calibration offsets for 1.8 V description: Specify drive strength calibration offsets for 1.8 V
signaling modes. signaling modes.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-1v8-timeout: nvidia,pad-autocal-pull-up-offset-1v8-timeout:
description: Specify drive strength used as a fallback in case the description: Specify drive strength used as a fallback in case the
automatic calibration times out on a 1.8 V signaling mode. automatic calibration times out on a 1.8 V signaling mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-3v3: nvidia,pad-autocal-pull-up-offset-3v3:
description: Specify drive strength calibration offsets for 3.3 V description: Specify drive strength calibration offsets for 3.3 V
...@@ -158,25 +158,25 @@ properties: ...@@ -158,25 +158,25 @@ properties:
refer to the reference manual of the SoC for correct values. The SDR104 refer to the reference manual of the SoC for correct values. The SDR104
and HS400 timing specific values are used in corresponding modes if and HS400 timing specific values are used in corresponding modes if
specified. specified.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-3v3-timeout: nvidia,pad-autocal-pull-up-offset-3v3-timeout:
description: Specify drive strength used as a fallback in case the description: Specify drive strength used as a fallback in case the
automatic calibration times out on a 3.3 V signaling mode. automatic calibration times out on a 3.3 V signaling mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-sdr104: nvidia,pad-autocal-pull-up-offset-sdr104:
description: Specify drive strength calibration offsets for SDR104 mode. description: Specify drive strength calibration offsets for SDR104 mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,pad-autocal-pull-up-offset-hs400: nvidia,pad-autocal-pull-up-offset-hs400:
description: Specify drive strength calibration offsets for HS400 mode. description: Specify drive strength calibration offsets for HS400 mode.
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
nvidia,only-1-8v: nvidia,only-1-8v:
description: The presence of this property indicates that the controller description: The presence of this property indicates that the controller
operates at a 1.8 V fixed I/O voltage. operates at a 1.8 V fixed I/O voltage.
$ref: "/schemas/types.yaml#/definitions/flag" $ref: /schemas/types.yaml#/definitions/flag
required: required:
- compatible - compatible
...@@ -187,7 +187,7 @@ required: ...@@ -187,7 +187,7 @@ required:
- reset-names - reset-names
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
- if: - if:
properties: properties:
compatible: compatible:
......
...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Actions Semi Owl SoCs SD/MMC/SDIO controller title: Actions Semi Owl SoCs SD/MMC/SDIO controller
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
maintainers: maintainers:
- Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Wolfram Sang <wsa+renesas@sang-engineering.com> - Wolfram Sang <wsa+renesas@sang-engineering.com>
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.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/mmc/renesas,sdhi.yaml#" $id: http://devicetree.org/schemas/mmc/renesas,sdhi.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas SDHI SD/MMC controller title: Renesas SDHI SD/MMC controller
...@@ -112,7 +112,7 @@ properties: ...@@ -112,7 +112,7 @@ properties:
max-frequency: true max-frequency: true
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
- if: - if:
properties: properties:
......
...@@ -14,7 +14,7 @@ description: ...@@ -14,7 +14,7 @@ description:
file and the Rockchip specific extensions. file and the Rockchip specific extensions.
allOf: allOf:
- $ref: "synopsys-dw-mshc-common.yaml#" - $ref: synopsys-dw-mshc-common.yaml#
maintainers: maintainers:
- Heiko Stuebner <heiko@sntech.de> - Heiko Stuebner <heiko@sntech.de>
......
...@@ -112,7 +112,7 @@ required: ...@@ -112,7 +112,7 @@ required:
- samsung,dw-mshc-sdr-timing - samsung,dw-mshc-sdr-timing
allOf: allOf:
- $ref: "synopsys-dw-mshc-common.yaml#" - $ref: synopsys-dw-mshc-common.yaml#
- if: - if:
properties: properties:
compatible: compatible:
......
...@@ -12,7 +12,7 @@ maintainers: ...@@ -12,7 +12,7 @@ maintainers:
- Li-hao Kuo <lhjeff911@gmail.com> - Li-hao Kuo <lhjeff911@gmail.com>
allOf: allOf:
- $ref: "mmc-controller.yaml" - $ref: mmc-controller.yaml
properties: properties:
compatible: compatible:
......
...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Synopsys Designware Mobile Storage Host Controller Common Properties title: Synopsys Designware Mobile Storage Host Controller Common Properties
allOf: allOf:
- $ref: "mmc-controller.yaml#" - $ref: mmc-controller.yaml#
maintainers: maintainers:
- Ulf Hansson <ulf.hansson@linaro.org> - Ulf Hansson <ulf.hansson@linaro.org>
......
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