public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible
@ 2026-02-07 13:10 Fabio Estevam
  2026-02-07 15:19 ` Heiko Stübner
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabio Estevam @ 2026-02-07 13:10 UTC (permalink / raw)
  To: ulf.hansson
  Cc: robh, krzk+dt, conor+dt, heiko, linux-mmc, devicetree,
	linux-rockchip, Fabio Estevam

From: Fabio Estevam <festevam@nabladev.com>

The RV1103B uses the DesignWare MSHC controller compatible with the
existing Rockchip RK3288 variant. Add the rockchip,rv1103b-dw-mshc
compatible string.

Signed-off-by: Fabio Estevam <festevam@nabladev.com>
---
Changes since v1:
- Make commit log more concise.

 Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
index acb9fb9a92cd..a75209bd2710 100644
--- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
+++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
@@ -43,6 +43,7 @@ properties:
               - rockchip,rk3562-dw-mshc
               - rockchip,rk3568-dw-mshc
               - rockchip,rk3588-dw-mshc
+              - rockchip,rv1103b-dw-mshc
               - rockchip,rv1108-dw-mshc
               - rockchip,rv1126-dw-mshc
           - const: rockchip,rk3288-dw-mshc
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible
  2026-02-07 13:10 [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible Fabio Estevam
@ 2026-02-07 15:19 ` Heiko Stübner
  2026-02-07 20:04 ` Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Heiko Stübner @ 2026-02-07 15:19 UTC (permalink / raw)
  To: ulf.hansson, Fabio Estevam
  Cc: robh, krzk+dt, conor+dt, linux-mmc, devicetree, linux-rockchip,
	Fabio Estevam

Am Samstag, 7. Februar 2026, 14:10:41 Mitteleuropäische Normalzeit schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B uses the DesignWare MSHC controller compatible with the
> existing Rockchip RK3288 variant. Add the rockchip,rv1103b-dw-mshc
> compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>

Reviewed-by: Heiko Stuebner <heiko@sntech.de>

> ---
> Changes since v1:
> - Make commit log more concise.
> 
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> index acb9fb9a92cd..a75209bd2710 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -43,6 +43,7 @@ properties:
>                - rockchip,rk3562-dw-mshc
>                - rockchip,rk3568-dw-mshc
>                - rockchip,rk3588-dw-mshc
> +              - rockchip,rv1103b-dw-mshc
>                - rockchip,rv1108-dw-mshc
>                - rockchip,rv1126-dw-mshc
>            - const: rockchip,rk3288-dw-mshc
> 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible
  2026-02-07 13:10 [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible Fabio Estevam
  2026-02-07 15:19 ` Heiko Stübner
@ 2026-02-07 20:04 ` Krzysztof Kozlowski
  2026-02-11 14:04 ` Shawn Lin
  2026-02-23 14:12 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-02-07 20:04 UTC (permalink / raw)
  To: Fabio Estevam, ulf.hansson
  Cc: robh, krzk+dt, conor+dt, heiko, linux-mmc, devicetree,
	linux-rockchip, Fabio Estevam

On 07/02/2026 14:10, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B uses the DesignWare MSHC controller compatible with the
> existing Rockchip RK3288 variant. Add the rockchip,rv1103b-dw-mshc
> compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible
  2026-02-07 13:10 [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible Fabio Estevam
  2026-02-07 15:19 ` Heiko Stübner
  2026-02-07 20:04 ` Krzysztof Kozlowski
@ 2026-02-11 14:04 ` Shawn Lin
  2026-02-23 14:12 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Shawn Lin @ 2026-02-11 14:04 UTC (permalink / raw)
  To: Fabio Estevam, ulf.hansson
  Cc: shawn.lin, robh, krzk+dt, conor+dt, heiko, linux-mmc, devicetree,
	linux-rockchip, Fabio Estevam

在 2026/02/07 星期六 21:10, Fabio Estevam 写道:
> From: Fabio Estevam <festevam@nabladev.com>
> 
> The RV1103B uses the DesignWare MSHC controller compatible with the
> existing Rockchip RK3288 variant. Add the rockchip,rv1103b-dw-mshc
> compatible string.
> 
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

> ---
> Changes since v1:
> - Make commit log more concise.
> 
>   Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> index acb9fb9a92cd..a75209bd2710 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -43,6 +43,7 @@ properties:
>                 - rockchip,rk3562-dw-mshc
>                 - rockchip,rk3568-dw-mshc
>                 - rockchip,rk3588-dw-mshc
> +              - rockchip,rv1103b-dw-mshc
>                 - rockchip,rv1108-dw-mshc
>                 - rockchip,rv1126-dw-mshc
>             - const: rockchip,rk3288-dw-mshc
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible
  2026-02-07 13:10 [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible Fabio Estevam
                   ` (2 preceding siblings ...)
  2026-02-11 14:04 ` Shawn Lin
@ 2026-02-23 14:12 ` Ulf Hansson
  3 siblings, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2026-02-23 14:12 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: robh, krzk+dt, conor+dt, heiko, linux-mmc, devicetree,
	linux-rockchip, Fabio Estevam

On Sat, 7 Feb 2026 at 14:10, Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@nabladev.com>
>
> The RV1103B uses the DesignWare MSHC controller compatible with the
> existing Rockchip RK3288 variant. Add the rockchip,rv1103b-dw-mshc
> compatible string.
>
> Signed-off-by: Fabio Estevam <festevam@nabladev.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
> Changes since v1:
> - Make commit log more concise.
>
>  Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> index acb9fb9a92cd..a75209bd2710 100644
> --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
> @@ -43,6 +43,7 @@ properties:
>                - rockchip,rk3562-dw-mshc
>                - rockchip,rk3568-dw-mshc
>                - rockchip,rk3588-dw-mshc
> +              - rockchip,rv1103b-dw-mshc
>                - rockchip,rv1108-dw-mshc
>                - rockchip,rv1126-dw-mshc
>            - const: rockchip,rk3288-dw-mshc
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-02-23 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-07 13:10 [PATCH v2] dt-bindings: mmc: rockchip-dw-mshc: Add RV1103B compatible Fabio Estevam
2026-02-07 15:19 ` Heiko Stübner
2026-02-07 20:04 ` Krzysztof Kozlowski
2026-02-11 14:04 ` Shawn Lin
2026-02-23 14:12 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox