Re: [PATCH 1/2] dt-bindings: mmc: drop unneeded quotes

From: Neil Armstrong
Date: Fri Jan 20 2023 - 04:32:37 EST


On 20/01/2023 09:57, Krzysztof Kozlowski wrote:
Cleanup by removing unneeded quotes from refs and redundant blank lines.
No functional impact except adjusting to preferred coding style.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
.../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 2 +-
.../bindings/mmc/amlogic,meson-mx-sdhc.yaml | 2 +-

For Amlogic part:
Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>

.../devicetree/bindings/mmc/arasan,sdhci.yaml | 6 ++--
.../devicetree/bindings/mmc/cdns,sdhci.yaml | 22 ++++++------
.../bindings/mmc/fsl-imx-esdhc.yaml | 4 +--
.../devicetree/bindings/mmc/fsl-imx-mmc.yaml | 2 +-
.../mmc/microchip,dw-sparx5-sdhci.yaml | 4 +--
.../devicetree/bindings/mmc/mmc-spi-slot.yaml | 2 +-
.../devicetree/bindings/mmc/mxs-mmc.yaml | 2 +-
.../bindings/mmc/nvidia,tegra20-sdhci.yaml | 36 +++++++++----------
.../devicetree/bindings/mmc/owl-mmc.yaml | 2 +-
.../bindings/mmc/renesas,mmcif.yaml | 2 +-
.../devicetree/bindings/mmc/renesas,sdhi.yaml | 6 ++--
.../bindings/mmc/rockchip-dw-mshc.yaml | 2 +-
.../bindings/mmc/samsung,exynos-dw-mshc.yaml | 2 +-
.../devicetree/bindings/mmc/sunplus,mmc.yaml | 2 +-
.../bindings/mmc/synopsys-dw-mshc-common.yaml | 2 +-
17 files changed, 50 insertions(+), 50 deletions(-)


<snip>

diff --git a/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.yaml b/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.yaml
index 1c391bec43dc..1a6cda82f296 100644
--- a/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.yaml
+++ b/Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdhc.yaml
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson SDHC controller
allOf:
- - $ref: "mmc-controller.yaml"
+ - $ref: mmc-controller.yaml
maintainers:
- Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>

<snip>