提交 10b302a2 编写于 作者: M Maxime Ripard

ARM: sun4i: dt: Move the aliases to the DTSI

The aliases are shared across boards are really belong to the DTSI.
Move them there.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 2c6b473b
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
model = "Mele A1000"; model = "Mele A1000";
compatible = "mele,a1000", "allwinner,sun4i-a10"; compatible = "mele,a1000", "allwinner,sun4i-a10";
aliases {
serial0 = &uart0;
};
soc@01c00000 { soc@01c00000 {
emac: ethernet@01c0b000 { emac: ethernet@01c0b000 {
pinctrl-names = "default"; pinctrl-names = "default";
......
...@@ -17,11 +17,6 @@ ...@@ -17,11 +17,6 @@
model = "Cubietech Cubieboard"; model = "Cubietech Cubieboard";
compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10"; compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
aliases {
serial0 = &uart0;
serial1 = &uart1;
};
chosen { chosen {
bootargs = "earlyprintk console=ttyS0,115200"; bootargs = "earlyprintk console=ttyS0,115200";
}; };
......
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
aliases { aliases {
ethernet0 = &emac; ethernet0 = &emac;
serial0 = &uart0;
serial1 = &uart1;
}; };
cpus { cpus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册