Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
		serial3 = &uart3;
		serial4 = &uart4;
		serial5 = &uart5;
		d_can0 = &dcan0;
		d_can1 = &dcan1;
		d-can0 = &dcan0;
		d-can1 = &dcan1;
		usb0 = &usb0;
		usb1 = &usb1;
		phy0 = &usb0_phy;