2022-06-04 01:23:35

by Krzysztof Kozlowski

[permalink] [raw]
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 <[email protected]>
---
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


2022-06-06 04:44:52

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH 2/3] arm64: dts: exynos: align MMC node name with dtschema



>-----Original Message-----
>From: Krzysztof Kozlowski [mailto:[email protected]]
>Sent: Friday, June 3, 2022 3:20 PM
>To: Ulf Hansson <[email protected]>; Rob Herring
><[email protected]>; Krzysztof Kozlowski
><[email protected]>; Alim Akhtar
><[email protected]>; Jaehoon Chung <[email protected]>;
>[email protected]; [email protected]; linux-arm-
>[email protected]; [email protected]; linux-
>[email protected]
>Cc: Krzysztof Kozlowski <[email protected]>
>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 <[email protected]>
>---

Reviewed-by: Alim Akhtar <[email protected]>


> 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