Browse Source

ARM: shmobile: sh73a0 dtsi: Fix SCIFB naming

The single SCIFB on SH-Mobile AG5 is called "scifb", not "scifb8".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Geert Uytterhoeven 10 years ago
parent
commit
dfaac7b7e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/sh73a0.dtsi

+ 1 - 1
arch/arm/boot/dts/sh73a0.dtsi

@@ -376,7 +376,7 @@
 		status = "disabled";
 	};
 
-	scifb8: serial@e6c30000 {
+	scifb: serial@e6c30000 {
 		compatible = "renesas,scifb-sh73a0", "renesas,scifb";
 		reg = <0xe6c30000 0x100>;
 		interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;