ARM: shmobile: kzm9d dts: Use generic names for device nodes

lan9220 -> ethernet
uart -> serial

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 14:55:33 +02:00 коммит произвёл Simon Horman
Родитель e8545be974
Коммит 69478b2093
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -81,7 +81,7 @@
regulator-boot-on;
};
lan9220@20000000 {
ethernet@20000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x20000000 0x10000>;
phy-mode = "mii";
@ -96,7 +96,7 @@
};
&pfc {
uart1_pins: uart@e1030000 {
uart1_pins: serial@e1030000 {
renesas,groups = "uart1_ctrl", "uart1_data";
renesas,function = "uart1";
};