Commit 4df297aa authored by Rob Herring's avatar Rob Herring Committed by Ulf Hansson

dt-bindings: mmc: Add missing properties used in examples

When 'unevaluatedProperties' support is enabled, the following warnings
are generated in the mmc bindings:

Documentation/devicetree/bindings/mmc/mtk-sd.example.dt.yaml: mmc@11230000: Unevaluated properties are not allowed ('reg', 'interrupts' were unexpected)
Documentation/devicetree/bindings/mmc/sdhci-am654.example.dt.yaml: mmc@4f80000: Unevaluated properties are not allowed ('sdhci-caps-mask' was unexpected)
Documentation/devicetree/bindings/mmc/socionext,uniphier-sd.example.dt.yaml: mmc@5a400000: Unevaluated properties are not allowed ('dma-names', 'dmas' were unexpected)
Documentation/devicetree/bindings/mmc/arm,pl18x.example.dt.yaml: mmc@80126000: Unevaluated properties are not allowed ('dmas', 'dma-names' were unexpected)
Documentation/devicetree/bindings/mmc/arasan,sdhci.example.dt.yaml: mmc@80420000: Unevaluated properties are not allowed ('resets' was unexpected)
Documentation/devicetree/bindings/mmc/arm,pl18x.example.dt.yaml: mmc@52007000: Unevaluated properties are not allowed ('interrupt-names' was unexpected)
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.example.dt.yaml: mmc@5b010000: Unevaluated properties are not allowed ('power-domains' was unexpected)

Add the missing properties as necessary. For pl18x, drop interrupt-names
as there isn't any use of it when there are 2 interrupts.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Chaotian Jing <chaotian.jing@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Wenbin Mei <wenbin.mei@mediatek.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-mmc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-mediatek@lists.infradead.org
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarThierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20211206174201.2297265-1-robh@kernel.orgSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent c5dbed92
...@@ -118,6 +118,9 @@ properties: ...@@ -118,6 +118,9 @@ properties:
phy-names: phy-names:
const: phy_arasan const: phy_arasan
resets:
maxItems: 1
arasan,soc-ctl-syscon: arasan,soc-ctl-syscon:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: description:
......
...@@ -60,6 +60,14 @@ properties: ...@@ -60,6 +60,14 @@ properties:
minItems: 1 minItems: 1
maxItems: 2 maxItems: 2
dmas:
maxItems: 2
dma-names:
items:
- const: rx
- const: tx
power-domains: true power-domains: true
resets: resets:
...@@ -213,7 +221,6 @@ examples: ...@@ -213,7 +221,6 @@ examples:
arm,primecell-periphid = <0x10153180>; arm,primecell-periphid = <0x10153180>;
reg = <0x52007000 0x1000>; reg = <0x52007000 0x1000>;
interrupts = <49>; interrupts = <49>;
interrupt-names = "cmd_irq";
clocks = <&rcc 0>; clocks = <&rcc 0>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
resets = <&rcc 1>; resets = <&rcc 1>;
......
...@@ -121,6 +121,9 @@ properties: ...@@ -121,6 +121,9 @@ properties:
- const: ahb - const: ahb
- const: per - const: per
power-domains:
maxItems: 1
pinctrl-names: pinctrl-names:
oneOf: oneOf:
- minItems: 3 - minItems: 3
......
...@@ -36,6 +36,9 @@ properties: ...@@ -36,6 +36,9 @@ properties:
- const: mediatek,mt8195-mmc - const: mediatek,mt8195-mmc
- const: mediatek,mt8183-mmc - const: mediatek,mt8183-mmc
reg:
maxItems: 1
clocks: clocks:
description: description:
Should contain phandle for the clock feeding the MMC controller. Should contain phandle for the clock feeding the MMC controller.
...@@ -62,6 +65,9 @@ properties: ...@@ -62,6 +65,9 @@ properties:
- const: axi_cg - const: axi_cg
- const: ahb_cg - const: ahb_cg
interrupts:
maxItems: 1
pinctrl-names: pinctrl-names:
items: items:
- const: default - const: default
......
...@@ -48,6 +48,8 @@ properties: ...@@ -48,6 +48,8 @@ properties:
- const: clk_ahb - const: clk_ahb
- const: clk_xin - const: clk_xin
sdhci-caps-mask: true
# PHY output tap delays: # PHY output tap delays:
# Used to delay the data valid window and align it to the sampling clock. # Used to delay the data valid window and align it to the sampling clock.
# Binding needs to be provided for each supported speed mode otherwise the # Binding needs to be provided for each supported speed mode otherwise the
......
...@@ -26,6 +26,12 @@ properties: ...@@ -26,6 +26,12 @@ properties:
clocks: clocks:
maxItems: 1 maxItems: 1
dmas:
maxItems: 1
dma-names:
const: rx-tx
reset-names: reset-names:
description: | description: |
There are three reset signals at maximum There are three reset signals at maximum
......
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