diff mbox

ARM: shmobile: Use r8a7790 suffix for MMCIF compat string

Message ID 20131120000553.27024.20445.sendpatchset@w520 (mailing list archive)
State New, archived
Headers show

Commit Message

Magnus Damm Nov. 20, 2013, 12:05 a.m. UTC
From: Magnus Damm <damm@opensource.se>

Add "renesas,mmcif-r8a7790" to the compatible string for MMCIF
in case of r8a7790. This makes the MMCIF follow the same style
as the other devices and also makes it more future proof.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7790.dtsi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Horman Nov. 21, 2013, 4:56 a.m. UTC | #1
On Wed, Nov 20, 2013 at 09:05:53AM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
> 
> Add "renesas,mmcif-r8a7790" to the compatible string for MMCIF
> in case of r8a7790. This makes the MMCIF follow the same style
> as the other devices and also makes it more future proof.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---
> 
>  arch/arm/boot/dts/r8a7790.dtsi |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I will queue this up.
Assuming all goes will I plan to push this and other updates
today or tomorrow.

> 
> --- 0001/arch/arm/boot/dts/r8a7790.dtsi
> +++ work/arch/arm/boot/dts/r8a7790.dtsi	2013-11-20 08:18:51.000000000 +0900
> @@ -223,7 +223,7 @@
>  	};
>  
>  	mmcif0: mmcif@ee200000 {
> -		compatible = "renesas,sh-mmcif";
> +		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
>  		reg = <0 0xee200000 0 0x80>;
>  		interrupt-parent = <&gic>;
>  		interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
> @@ -232,7 +232,7 @@
>  	};
>  
>  	mmcif1: mmc@ee220000 {
> -		compatible = "renesas,sh-mmcif";
> +		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
>  		reg = <0 0xee220000 0 0x80>;
>  		interrupt-parent = <&gic>;
>  		interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;
>
diff mbox

Patch

--- 0001/arch/arm/boot/dts/r8a7790.dtsi
+++ work/arch/arm/boot/dts/r8a7790.dtsi	2013-11-20 08:18:51.000000000 +0900
@@ -223,7 +223,7 @@ 
 	};
 
 	mmcif0: mmcif@ee200000 {
-		compatible = "renesas,sh-mmcif";
+		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
 		reg = <0 0xee200000 0 0x80>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>;
@@ -232,7 +232,7 @@ 
 	};
 
 	mmcif1: mmc@ee220000 {
-		compatible = "renesas,sh-mmcif";
+		compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif";
 		reg = <0 0xee220000 0 0x80>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 170 IRQ_TYPE_LEVEL_HIGH>;