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>
This commit is contained in:
Geert Uytterhoeven 2015-04-27 15:55:24 +02:00 committed by Simon Horman
parent 5066382261
commit dfaac7b7e4

View File

@ -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>;