Skip to content
Snippets Groups Projects
Commit 490f55c4 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: UniPhier: fix property names of aliases nodes of device trees


The property name of the "aliases" node should be "serial*"
to assign a desired number for the device sequence number.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent e3bf81b1
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,10 @@
};
aliases {
uart0 = &uart0;
uart1 = &uart1;
uart2 = &uart2;
uart3 = &uart3;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
......
......@@ -25,10 +25,10 @@
};
aliases {
uart0 = &uart0;
uart1 = &uart1;
uart2 = &uart2;
uart3 = &uart3;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
......
......@@ -25,9 +25,9 @@
};
aliases {
uart0 = &uart0;
uart1 = &uart1;
uart2 = &uart2;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
......
......@@ -25,10 +25,10 @@
};
aliases {
uart0 = &uart0;
uart1 = &uart1;
uart2 = &uart2;
uart3 = &uart3;
serial0 = &uart0;
serial1 = &uart1;
serial2 = &uart2;
serial3 = &uart3;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment