* [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain [not found] <20250518220707.669515-1-jonas@kwiboo.se> @ 2025-05-18 22:06 ` Jonas Karlman 2025-05-19 16:12 ` Conor Dooley 2025-05-20 12:42 ` Ulf Hansson 0 siblings, 2 replies; 5+ messages in thread From: Jonas Karlman @ 2025-05-18 22:06 UTC (permalink / raw) To: Heiko Stuebner, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jisheng Zhang Cc: Yao Zi, Chukun Pan, linux-rockchip, linux-pm, devicetree, linux-arm-kernel, Jonas Karlman, linux-mmc, linux-kernel The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 eMMC") limited use of power-domains to Rockchip RK3576. Remove the power-domains: false to allow use of power-domains with more controllers, e.g. with SDHCI on Rockchip RK3528. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> --- Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml index 5fb347167004..f882219a0a26 100644 --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml @@ -120,10 +120,6 @@ allOf: required: - power-domains - else: - properties: - power-domains: false - unevaluatedProperties: false examples: -- 2.49.0 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain 2025-05-18 22:06 ` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Jonas Karlman @ 2025-05-19 16:12 ` Conor Dooley 2025-05-19 17:03 ` Jonas Karlman 2025-05-20 12:42 ` Ulf Hansson 1 sibling, 1 reply; 5+ messages in thread From: Conor Dooley @ 2025-05-19 16:12 UTC (permalink / raw) To: Jonas Karlman Cc: Heiko Stuebner, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jisheng Zhang, Yao Zi, Chukun Pan, linux-rockchip, linux-pm, devicetree, linux-arm-kernel, linux-mmc, linux-kernel [-- Attachment #1: Type: text/plain, Size: 1165 bytes --] On Sun, May 18, 2025 at 10:06:52PM +0000, Jonas Karlman wrote: > The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 > eMMC") limited use of power-domains to Rockchip RK3576. > > Remove the power-domains: false to allow use of power-domains with more > controllers, e.g. with SDHCI on Rockchip RK3528. Meanwhile, you're allowing it for all devices, even ones where it is not valid. I'm not keen on that. > > Signed-off-by: Jonas Karlman <jonas@kwiboo.se> > --- > Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > index 5fb347167004..f882219a0a26 100644 > --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > @@ -120,10 +120,6 @@ allOf: > required: > - power-domains > > - else: > - properties: > - power-domains: false > - > unevaluatedProperties: false > > examples: > -- > 2.49.0 > [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain 2025-05-19 16:12 ` Conor Dooley @ 2025-05-19 17:03 ` Jonas Karlman 2025-05-19 17:26 ` Conor Dooley 0 siblings, 1 reply; 5+ messages in thread From: Jonas Karlman @ 2025-05-19 17:03 UTC (permalink / raw) To: Conor Dooley Cc: Heiko Stuebner, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jisheng Zhang, Yao Zi, Chukun Pan, linux-rockchip, linux-pm, devicetree, linux-arm-kernel, linux-mmc, linux-kernel Hi Conor, On 2025-05-19 18:12, Conor Dooley wrote: > On Sun, May 18, 2025 at 10:06:52PM +0000, Jonas Karlman wrote: >> The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 >> eMMC") limited use of power-domains to Rockchip RK3576. >> >> Remove the power-domains: false to allow use of power-domains with more >> controllers, e.g. with SDHCI on Rockchip RK3528. > > Meanwhile, you're allowing it for all devices, even ones where it is not > valid. I'm not keen on that. All Rockchip variants technically belong to a power-domain, not just the RK3576. E.g. for RK3588 a PD_NVM0 domain (not described in DT), for RK3568 a VD_LOGIC ALIVE / BIU_SECURE_FLASH idle-only domain, and as shown in this series for the RK3528 the PD_VPU idle-only domain. Any suggestion on how to best allow describing these links? Regards, Jonas > >> >> Signed-off-by: Jonas Karlman <jonas@kwiboo.se> >> --- >> Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 ---- >> 1 file changed, 4 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml >> index 5fb347167004..f882219a0a26 100644 >> --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml >> +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml >> @@ -120,10 +120,6 @@ allOf: >> required: >> - power-domains >> >> - else: >> - properties: >> - power-domains: false >> - >> unevaluatedProperties: false >> >> examples: >> -- >> 2.49.0 >> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain 2025-05-19 17:03 ` Jonas Karlman @ 2025-05-19 17:26 ` Conor Dooley 0 siblings, 0 replies; 5+ messages in thread From: Conor Dooley @ 2025-05-19 17:26 UTC (permalink / raw) To: Jonas Karlman Cc: Heiko Stuebner, Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jisheng Zhang, Yao Zi, Chukun Pan, linux-rockchip, linux-pm, devicetree, linux-arm-kernel, linux-mmc, linux-kernel [-- Attachment #1: Type: text/plain, Size: 960 bytes --] On Mon, May 19, 2025 at 07:03:37PM +0200, Jonas Karlman wrote: > Hi Conor, > > On 2025-05-19 18:12, Conor Dooley wrote: > > On Sun, May 18, 2025 at 10:06:52PM +0000, Jonas Karlman wrote: > >> The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 > >> eMMC") limited use of power-domains to Rockchip RK3576. > >> > >> Remove the power-domains: false to allow use of power-domains with more > >> controllers, e.g. with SDHCI on Rockchip RK3528. > > > > Meanwhile, you're allowing it for all devices, even ones where it is not > > valid. I'm not keen on that. > > All Rockchip variants technically belong to a power-domain, not just the > RK3576. E.g. for RK3588 a PD_NVM0 domain (not described in DT), for > RK3568 a VD_LOGIC ALIVE / BIU_SECURE_FLASH idle-only domain, and as > shown in this series for the RK3528 the PD_VPU idle-only domain. If they all do, that's fine. Acked-by: Conor Dooley <conor.dooley@microchip.com> [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain 2025-05-18 22:06 ` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Jonas Karlman 2025-05-19 16:12 ` Conor Dooley @ 2025-05-20 12:42 ` Ulf Hansson 1 sibling, 0 replies; 5+ messages in thread From: Ulf Hansson @ 2025-05-20 12:42 UTC (permalink / raw) To: Jonas Karlman Cc: Heiko Stuebner, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jisheng Zhang, Yao Zi, Chukun Pan, linux-rockchip, linux-pm, devicetree, linux-arm-kernel, linux-mmc, linux-kernel On Mon, 19 May 2025 at 00:07, Jonas Karlman <jonas@kwiboo.se> wrote: > > The commit 7e856617a1f3 ("dt-bindings: mmc: Add support for rk3576 > eMMC") limited use of power-domains to Rockchip RK3576. > > Remove the power-domains: false to allow use of power-domains with more > controllers, e.g. with SDHCI on Rockchip RK3528. > > Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > index 5fb347167004..f882219a0a26 100644 > --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml > @@ -120,10 +120,6 @@ allOf: > required: > - power-domains > > - else: > - properties: > - power-domains: false > - > unevaluatedProperties: false > > examples: > -- > 2.49.0 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-20 12:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250518220707.669515-1-jonas@kwiboo.se>
2025-05-18 22:06 ` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain Jonas Karlman
2025-05-19 16:12 ` Conor Dooley
2025-05-19 17:03 ` Jonas Karlman
2025-05-19 17:26 ` Conor Dooley
2025-05-20 12:42 ` Ulf Hansson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox