Commit 19054d0a authored by Felix Brack's avatar Felix Brack Committed by Tony Lindgren

ARM: dts: am33xx: Fix syntax of alias names

DT specifications do not allow the underscore character in alias names.
Replace all underscores in alias names by dashes.
Signed-off-by: default avatarFelix Brack <fb@ltec.ch>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8b75b3dc
...@@ -29,8 +29,8 @@ aliases { ...@@ -29,8 +29,8 @@ aliases {
serial3 = &uart3; serial3 = &uart3;
serial4 = &uart4; serial4 = &uart4;
serial5 = &uart5; serial5 = &uart5;
d_can0 = &dcan0; d-can0 = &dcan0;
d_can1 = &dcan1; d-can1 = &dcan1;
usb0 = &usb0; usb0 = &usb0;
usb1 = &usb1; usb1 = &usb1;
phy0 = &usb0_phy; phy0 = &usb0_phy;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment