9
0
Fork 0

MIPS: rzx50: use short form for serial1 reference

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Antony Pavlov 2014-03-28 20:28:34 +04:00 committed by Sascha Hauer
parent c62db8d05f
commit b51cba9c9a
1 changed files with 4 additions and 6 deletions

View File

@ -9,10 +9,8 @@
memory {
reg = <0x00000000 0x4000000>;
};
soc {
serial1: serial@b0031000 {
status = "okay";
};
};
};
&serial1 {
status = "okay";
};