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:
parent
5066382261
commit
dfaac7b7e4
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
scifb8: serial@e6c30000 {
|
scifb: serial@e6c30000 {
|
||||||
compatible = "renesas,scifb-sh73a0", "renesas,scifb";
|
compatible = "renesas,scifb-sh73a0", "renesas,scifb";
|
||||||
reg = <0xe6c30000 0x100>;
|
reg = <0xe6c30000 0x100>;
|
||||||
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue