diff mbox

[1/2] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming

Message ID 1430142924-15777-1-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 50663822618670a1e6ea1dd9912790fd7ed3be0b
Headers show

Commit Message

Geert Uytterhoeven April 27, 2015, 1:55 p.m. UTC
The single SCIFB on R-Mobile A1 is called "scifb", not "scifb8".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Cfr. commit 0b3a0ef613538cae ("ARM: shmobile: r8a73a4: fix scifb* naming")
---
 arch/arm/boot/dts/r8a7740.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman April 28, 2015, 12:48 a.m. UTC | #1
On Mon, Apr 27, 2015 at 03:55:23PM +0200, Geert Uytterhoeven wrote:
> The single SCIFB on R-Mobile A1 is called "scifb", not "scifb8".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Cfr. commit 0b3a0ef613538cae ("ARM: shmobile: r8a73a4: fix scifb* naming")

Thanks, both patches queued up for v4.2.
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index f265b6b194e9774d..d84714468cce18df 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -275,7 +275,7 @@ 
 		status = "disabled";
 	};
 
-	scifb8: serial@e6c30000 {
+	scifb: serial@e6c30000 {
 		compatible = "renesas,scifb-r8a7740", "renesas,scifb";
 		reg = <0xe6c30000 0x100>;
 		interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;