* [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles
@ 2019-07-22 12:07 Maxime Ripard
2019-07-22 12:07 ` [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles Maxime Ripard
2019-07-22 13:42 ` [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Ulf Hansson
0 siblings, 2 replies; 4+ messages in thread
From: Maxime Ripard @ 2019-07-22 12:07 UTC (permalink / raw)
To: Ulf Hansson, Mark Rutland, Rob Herring, Frank Rowand,
Chen-Yu Tsai, Maxime Ripard
Cc: devicetree, linux-mmc, linux-arm-kernel
The MMC compatibles in the bindings are not ordered as they should, so
let's make sure it's sorted.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
.../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
index df0280edef97..06329115dc6a 100644
--- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
+++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
@@ -29,18 +29,18 @@ properties:
- items:
- const: allwinner,sun8i-a83t-mmc
- const: allwinner,sun7i-a20-mmc
- - items:
- - const: allwinner,sun50i-h6-emmc
- - const: allwinner,sun50i-a64-emmc
- - items:
- - const: allwinner,sun50i-h6-mmc
- - const: allwinner,sun50i-a64-mmc
- items:
- const: allwinner,sun8i-r40-emmc
- const: allwinner,sun50i-a64-emmc
- items:
- const: allwinner,sun8i-r40-mmc
- const: allwinner,sun50i-a64-mmc
+ - items:
+ - const: allwinner,sun50i-h6-emmc
+ - const: allwinner,sun50i-a64-emmc
+ - items:
+ - const: allwinner,sun50i-h6-mmc
+ - const: allwinner,sun50i-a64-mmc
reg:
maxItems: 1
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles
2019-07-22 12:07 [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Maxime Ripard
@ 2019-07-22 12:07 ` Maxime Ripard
2019-07-22 13:43 ` Ulf Hansson
2019-07-22 13:42 ` [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Ulf Hansson
1 sibling, 1 reply; 4+ messages in thread
From: Maxime Ripard @ 2019-07-22 12:07 UTC (permalink / raw)
To: Ulf Hansson, Mark Rutland, Rob Herring, Frank Rowand,
Chen-Yu Tsai, Maxime Ripard
Cc: devicetree, linux-mmc, linux-arm-kernel
The conversion to the YAML binding left out two compatibles. Add them.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
.../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
index 06329115dc6a..d2d4308596b8 100644
--- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
+++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
@@ -35,6 +35,12 @@ properties:
- items:
- const: allwinner,sun8i-r40-mmc
- const: allwinner,sun50i-a64-mmc
+ - items:
+ - const: allwinner,sun50i-h5-emmc
+ - const: allwinner,sun50i-a64-emmc
+ - items:
+ - const: allwinner,sun50i-h5-mmc
+ - const: allwinner,sun50i-a64-mmc
- items:
- const: allwinner,sun50i-h6-emmc
- const: allwinner,sun50i-a64-emmc
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles
2019-07-22 12:07 [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Maxime Ripard
2019-07-22 12:07 ` [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles Maxime Ripard
@ 2019-07-22 13:42 ` Ulf Hansson
1 sibling, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2019-07-22 13:42 UTC (permalink / raw)
To: Maxime Ripard
Cc: Mark Rutland, DTML, linux-mmc@vger.kernel.org, Chen-Yu Tsai,
Rob Herring, Frank Rowand, Linux ARM
On Mon, 22 Jul 2019 at 14:07, Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> The MMC compatibles in the bindings are not ordered as they should, so
> let's make sure it's sorted.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> .../bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> index df0280edef97..06329115dc6a 100644
> --- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> @@ -29,18 +29,18 @@ properties:
> - items:
> - const: allwinner,sun8i-a83t-mmc
> - const: allwinner,sun7i-a20-mmc
> - - items:
> - - const: allwinner,sun50i-h6-emmc
> - - const: allwinner,sun50i-a64-emmc
> - - items:
> - - const: allwinner,sun50i-h6-mmc
> - - const: allwinner,sun50i-a64-mmc
> - items:
> - const: allwinner,sun8i-r40-emmc
> - const: allwinner,sun50i-a64-emmc
> - items:
> - const: allwinner,sun8i-r40-mmc
> - const: allwinner,sun50i-a64-mmc
> + - items:
> + - const: allwinner,sun50i-h6-emmc
> + - const: allwinner,sun50i-a64-emmc
> + - items:
> + - const: allwinner,sun50i-h6-mmc
> + - const: allwinner,sun50i-a64-mmc
>
> reg:
> maxItems: 1
> --
> 2.21.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles
2019-07-22 12:07 ` [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles Maxime Ripard
@ 2019-07-22 13:43 ` Ulf Hansson
0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2019-07-22 13:43 UTC (permalink / raw)
To: Maxime Ripard
Cc: Mark Rutland, DTML, linux-mmc@vger.kernel.org, Chen-Yu Tsai,
Rob Herring, Frank Rowand, Linux ARM
On Mon, 22 Jul 2019 at 14:07, Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> The conversion to the YAML binding left out two compatibles. Add them.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> .../devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> index 06329115dc6a..d2d4308596b8 100644
> --- a/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/allwinner,sun4i-a10-mmc.yaml
> @@ -35,6 +35,12 @@ properties:
> - items:
> - const: allwinner,sun8i-r40-mmc
> - const: allwinner,sun50i-a64-mmc
> + - items:
> + - const: allwinner,sun50i-h5-emmc
> + - const: allwinner,sun50i-a64-emmc
> + - items:
> + - const: allwinner,sun50i-h5-mmc
> + - const: allwinner,sun50i-a64-mmc
> - items:
> - const: allwinner,sun50i-h6-emmc
> - const: allwinner,sun50i-a64-emmc
> --
> 2.21.0
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-07-22 13:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-22 12:07 [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Maxime Ripard
2019-07-22 12:07 ` [PATCH 2/2] dt-bindings: mmc: sunxi: Add H5 compatibles Maxime Ripard
2019-07-22 13:43 ` Ulf Hansson
2019-07-22 13:42 ` [PATCH 1/2] dt-bindings: mmc: sunxi: reorder MMC compatibles Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox