* [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
@ 2022-12-04 9:44 Krzysztof Kozlowski
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
` (7 more replies)
0 siblings, 8 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
The bindings expect "mmc" for MMC/SDHCI nodes:
qcom/sm8450-sony-xperia-nagara-pdx223.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index f20db5456765..e0d30dadbf8b 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -3354,7 +3354,7 @@ ufs_mem_phy_lanes: phy@1d87400 {
};
};
- sdhc_2: sdhci@8804000 {
+ sdhc_2: mmc@8804000 {
compatible = "qcom,sm8450-sdhci", "qcom,sdhci-msm-v5";
reg = <0 0x08804000 0 0x1000>;
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
@ 2022-12-04 9:44 ` Krzysztof Kozlowski
2022-12-04 11:03 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
` (6 subsequent siblings)
7 siblings, 2 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc":
qcom/qrb5165-rb5.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
index 4c39cec0b13e..8c64cb060e21 100644
--- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
+++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
@@ -904,7 +904,7 @@ &sdhc_2 {
cd-gpios = <&tlmm 77 GPIO_ACTIVE_LOW>;
bus-width = <4>;
no-sdio;
- no-emmc;
+ no-mmc;
};
&sound {
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: fix no-mmc property for SDHCI
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
@ 2022-12-04 9:44 ` Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
` (5 subsequent siblings)
7 siblings, 2 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc":
qcom/sa8155p-adp.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
index 01ac460d910e..25e2d9a2429e 100644
--- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
@@ -397,7 +397,7 @@ &sdhc_2 {
vmmc-supply = <&vreg_l17a_2p96>; /* Card power line */
bus-width = <4>;
no-sdio;
- no-emmc;
+ no-mmc;
};
&uart2 {
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: fix no-mmc property for SDHCI
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
2022-12-04 9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
@ 2022-12-04 9:44 ` Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
` (4 subsequent siblings)
7 siblings, 2 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc":
qcom/sda660-inforce-ifc6560.dtb: mmc@c084000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
index cddbeade1ffc..7c81918eee66 100644
--- a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
+++ b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
@@ -438,7 +438,7 @@ &sdhc_2 {
cd-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>;
no-sdio;
- no-emmc;
+ no-mmc;
};
&tlmm {
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: fix no-mmc property for SDHCI
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
` (2 preceding siblings ...)
2022-12-04 9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
@ 2022-12-04 9:44 ` Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
` (3 subsequent siblings)
7 siblings, 2 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc":
qcom/sdm845-sony-xperia-tama-akatsuki.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
index 51ee42e3c995..87dd0fc36747 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
@@ -376,7 +376,7 @@ &sdhc_2 {
pinctrl-names = "default";
bus-width = <4>;
no-sdio;
- no-emmc;
+ no-mmc;
};
&tlmm {
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: fix no-mmc property for SDHCI
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
` (3 preceding siblings ...)
2022-12-04 9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
@ 2022-12-04 9:44 ` Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
2022-12-04 11:03 ` [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Dmitry Baryshkov
` (2 subsequent siblings)
7 siblings, 2 replies; 19+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-04 9:44 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc":
qcom/sm8250-sony-xperia-edo-pdx206.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
index 2a223ed50102..a9dc318e45f2 100644
--- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
@@ -587,7 +587,7 @@ &sdhc_2 {
vqmmc-supply = <&vreg_l6c_2p9>;
bus-width = <4>;
no-sdio;
- no-emmc;
+ no-mmc;
};
&slpi {
--
2.34.1
^ permalink raw reply related [flat|nested] 19+ messages in thread
* Re: [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
@ 2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:01 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sm8250-sony-xperia-edo-pdx206.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
@ 2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:01 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sa8155p-adp.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
@ 2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:02 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sdm845-sony-xperia-tama-akatsuki.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
@ 2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:02 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sda660-inforce-ifc6560.dtb: mmc@c084000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
` (4 preceding siblings ...)
2022-12-04 9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
@ 2022-12-04 11:03 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-06 18:19 ` (subset) " Bjorn Andersson
7 siblings, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:03 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> The bindings expect "mmc" for MMC/SDHCI nodes:
>
> qcom/sm8450-sony-xperia-nagara-pdx223.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
@ 2022-12-04 11:03 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Dmitry Baryshkov @ 2022-12-04 11:03 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On Sun, 4 Dec 2022 at 11:44, Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/qrb5165-rb5.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
` (5 preceding siblings ...)
2022-12-04 11:03 ` [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Dmitry Baryshkov
@ 2022-12-05 11:10 ` Konrad Dybcio
2022-12-06 18:19 ` (subset) " Bjorn Andersson
7 siblings, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> The bindings expect "mmc" for MMC/SDHCI nodes:
>
> qcom/sm8450-sony-xperia-nagara-pdx223.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> index f20db5456765..e0d30dadbf8b 100644
> --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
> @@ -3354,7 +3354,7 @@ ufs_mem_phy_lanes: phy@1d87400 {
> };
> };
>
> - sdhc_2: sdhci@8804000 {
> + sdhc_2: mmc@8804000 {
> compatible = "qcom,sm8450-sdhci", "qcom,sdhci-msm-v5";
> reg = <0 0x08804000 0 0x1000>;
>
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
2022-12-04 11:03 ` Dmitry Baryshkov
@ 2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/qrb5165-rb5.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
> index 4c39cec0b13e..8c64cb060e21 100644
> --- a/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
> +++ b/arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
> @@ -904,7 +904,7 @@ &sdhc_2 {
> cd-gpios = <&tlmm 77 GPIO_ACTIVE_LOW>;
> bus-width = <4>;
> no-sdio;
> - no-emmc;
> + no-mmc;
> };
>
> &sound {
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
@ 2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sa8155p-adp.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
> index 01ac460d910e..25e2d9a2429e 100644
> --- a/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
> +++ b/arch/arm64/boot/dts/qcom/sa8155p-adp.dts
> @@ -397,7 +397,7 @@ &sdhc_2 {
> vmmc-supply = <&vreg_l17a_2p96>; /* Card power line */
> bus-width = <4>;
> no-sdio;
> - no-emmc;
> + no-mmc;
> };
>
> &uart2 {
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
@ 2022-12-05 11:10 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sda660-inforce-ifc6560.dtb: mmc@c084000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
> index cddbeade1ffc..7c81918eee66 100644
> --- a/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
> +++ b/arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts
> @@ -438,7 +438,7 @@ &sdhc_2 {
>
> cd-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>;
> no-sdio;
> - no-emmc;
> + no-mmc;
> };
>
> &tlmm {
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
@ 2022-12-05 11:11 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:11 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sdm845-sony-xperia-tama-akatsuki.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
> index 51ee42e3c995..87dd0fc36747 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845-sony-xperia-tama.dtsi
> @@ -376,7 +376,7 @@ &sdhc_2 {
> pinctrl-names = "default";
> bus-width = <4>;
> no-sdio;
> - no-emmc;
> + no-mmc;
> };
>
> &tlmm {
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: fix no-mmc property for SDHCI
2022-12-04 9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
@ 2022-12-05 11:11 ` Konrad Dybcio
1 sibling, 0 replies; 19+ messages in thread
From: Konrad Dybcio @ 2022-12-05 11:11 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel
On 04/12/2022 10:44, Krzysztof Kozlowski wrote:
> There is no "no-emmc" property, so intention for SD/SDIO only nodes was
> to use "no-mmc":
>
> qcom/sm8250-sony-xperia-edo-pdx206.dtb: mmc@8804000: Unevaluated properties are not allowed ('no-emmc' was unexpected)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> index 2a223ed50102..a9dc318e45f2 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250-sony-xperia-edo.dtsi
> @@ -587,7 +587,7 @@ &sdhc_2 {
> vqmmc-supply = <&vreg_l6c_2p9>;
> bus-width = <4>;
> no-sdio;
> - no-emmc;
> + no-mmc;
> };
>
> &slpi {
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: (subset) [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
` (6 preceding siblings ...)
2022-12-05 11:10 ` Konrad Dybcio
@ 2022-12-06 18:19 ` Bjorn Andersson
7 siblings, 0 replies; 19+ messages in thread
From: Bjorn Andersson @ 2022-12-06 18:19 UTC (permalink / raw)
To: robh+dt, krzysztof.kozlowski+dt, linux-arm-msm, linux-kernel,
devicetree, Andy Gross, Krzysztof Kozlowski, konrad.dybcio
On Sun, 4 Dec 2022 10:44:33 +0100, Krzysztof Kozlowski wrote:
> The bindings expect "mmc" for MMC/SDHCI nodes:
>
> qcom/sm8450-sony-xperia-nagara-pdx223.dtb: sdhci@8804000: $nodename:0: 'sdhci@8804000' does not match '^mmc(@.*)?$'
>
>
Applied, thanks!
[1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema
commit: 4b660ee5d0e9b9c8c61ceea285fd437bc0f3c673
[2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI
commit: 1821f483f666049eacc5812c5cae36c29659c1ad
[3/6] arm64: dts: qcom: sa8155p-adp: fix no-mmc property for SDHCI
commit: f50f5a817777185c7d0bbc03e2dafbde25e98428
[4/6] arm64: dts: qcom: sda660-inforce-ifc6560: fix no-mmc property for SDHCI
commit: 6e36e6c6b3d15442b0fed406f2449f00e0a01c1a
[5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: fix no-mmc property for SDHCI
commit: 796d8eaa165a8573dcc0a966c7845c67f7918e27
[6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: fix no-mmc property for SDHCI
commit: afa8e18bf674f00c8c3a73e295ff2f6aacdad82a
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2022-12-06 18:21 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-04 9:44 [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Krzysztof Kozlowski
2022-12-04 9:44 ` [PATCH 2/6] arm64: dts: qcom: qrb5165-rb: fix no-mmc property for SDHCI Krzysztof Kozlowski
2022-12-04 11:03 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 3/6] arm64: dts: qcom: sa8155p-adp: " Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 4/6] arm64: dts: qcom: sda660-inforce-ifc6560: " Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 5/6] arm64: dts: qcom: sdm845-sony-xperia-tama: " Krzysztof Kozlowski
2022-12-04 11:02 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
2022-12-04 9:44 ` [PATCH 6/6] arm64: dts: qcom: sm8250-sony-xperia-edo: " Krzysztof Kozlowski
2022-12-04 11:01 ` Dmitry Baryshkov
2022-12-05 11:11 ` Konrad Dybcio
2022-12-04 11:03 ` [PATCH 1/6] arm64: dts: qcom: sm8450: align MMC node names with dtschema Dmitry Baryshkov
2022-12-05 11:10 ` Konrad Dybcio
2022-12-06 18:19 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).