linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am33xx: Fix syntax of alias names
@ 2018-06-11 14:45 Felix Brack
  2018-07-03  7:23 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Brack @ 2018-06-11 14:45 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland, linux-omap, devicetree
  Cc: linux-kernel, fb

DT specifications do not allow the underscore character in alias names.
Replace all underscores in alias names by dashes.

Signed-off-by: Felix Brack <fb@ltec.ch>
---
 arch/arm/boot/dts/am33xx.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 9cd62bc2..d3dd6a1 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -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;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: am33xx: Fix syntax of alias names
  2018-06-11 14:45 [PATCH] ARM: dts: am33xx: Fix syntax of alias names Felix Brack
@ 2018-07-03  7:23 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-07-03  7:23 UTC (permalink / raw)
  To: Felix Brack
  Cc: bcousson, robh+dt, mark.rutland, linux-omap, devicetree, linux-kernel

* Felix Brack <fb@ltec.ch> [180611 08:12]:
> DT specifications do not allow the underscore character in alias names.
> Replace all underscores in alias names by dashes.

Applying into omap-for-v4.19/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-03  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11 14:45 [PATCH] ARM: dts: am33xx: Fix syntax of alias names Felix Brack
2018-07-03  7:23 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).