mbox series

[0/3] mmc: samsung,exynos-dw-mshc: convert to dtschema

Message ID 20220603094946.509919-1-krzysztof.kozlowski@linaro.org
Headers show
Series mmc: samsung,exynos-dw-mshc: convert to dtschema | expand

Message

Krzysztof Kozlowski June 3, 2022, 9:49 a.m. UTC
Hi,

I will take the DTS patches via Samsung SoC.  The MMC dt-bindings patch
probably via MMC or Rob's tree.

Best regards,
Krzysztof

Krzysztof Kozlowski (3):
  ARM: dts: exynos: align MMC node name with dtschema
  arm64: dts: exynos: align MMC node name with dtschema
  dt-bindings: mmc: samsung,exynos-dw-mshc: convert to dtschema

 .../bindings/mmc/exynos-dw-mshc.txt           |  94 ----------
 .../bindings/mmc/samsung,exynos-dw-mshc.yaml  | 162 ++++++++++++++++++
 arch/arm/boot/dts/exynos3250.dtsi             |   6 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi    |   6 +-
 4 files changed, 168 insertions(+), 100 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
 create mode 100644 Documentation/devicetree/bindings/mmc/samsung,exynos-dw-mshc.yaml

Comments

Alim Akhtar June 3, 2022, 5:03 p.m. UTC | #1
>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:krzysztof.kozlowski@linaro.org]
>Sent: Friday, June 3, 2022 3:20 PM
>To: Ulf Hansson <ulf.hansson@linaro.org>; Rob Herring
><robh+dt@kernel.org>; Krzysztof Kozlowski
><krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
><alim.akhtar@samsung.com>; Jaehoon Chung <jh80.chung@samsung.com>;
>linux-mmc@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
>kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>Subject: [PATCH 2/3] arm64: dts: exynos: align MMC node name with
>dtschema
>
>The node names should be generic and MMC controller dtschema expects
>"mmc".
>
>Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>---

Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>


> arch/arm64/boot/dts/exynos/exynos5433.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
>b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
>index 75b548e495a0..bd6a354b9cb5 100644
>--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
>+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
>@@ -1820,7 +1820,7 @@ usbhost_dwc3: usb@15a00000 {
> 			};
> 		};
>
>-		mshc_0: mshc@15540000 {
>+		mshc_0: mmc@15540000 {
> 			compatible = "samsung,exynos7-dw-mshc-smu";
> 			interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
> 			#address-cells = <1>;
>@@ -1833,7 +1833,7 @@ mshc_0: mshc@15540000 {
> 			status = "disabled";
> 		};
>
>-		mshc_1: mshc@15550000 {
>+		mshc_1: mmc@15550000 {
> 			compatible = "samsung,exynos7-dw-mshc-smu";
> 			interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
> 			#address-cells = <1>;
>@@ -1846,7 +1846,7 @@ mshc_1: mshc@15550000 {
> 			status = "disabled";
> 		};
>
>-		mshc_2: mshc@15560000 {
>+		mshc_2: mmc@15560000 {
> 			compatible = "samsung,exynos7-dw-mshc-smu";
> 			interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
> 			#address-cells = <1>;
>--
>2.34.1