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

Commit 4e8603ef authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: omap: remove unneeded unit name for sound nodes



This patch fixes the following DTC warning:

"sound@0 has a unit name, but no reg property"

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2995a9e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@
		clock-frequency = <32768>;
	};

	sound0: sound@0 {
	sound0: sound0 {
		compatible = "simple-audio-card";
		simple-audio-card,name = "AM437x-GP-EVM";
		simple-audio-card,widgets =
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
		default-brightness-level = <8>;
	};

	sound0: sound@0 {
	sound0: sound0 {
		compatible = "simple-audio-card";
		simple-audio-card,name = "AM43-EPOS-EVM";
		simple-audio-card,widgets =
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@
		};
	};

	sound0: sound@0 {
	sound0: sound0 {
		compatible = "simple-audio-card";
		simple-audio-card,name = "BeagleBoard-X15";
		simple-audio-card,widgets =
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
		regulator-max-microvolt = <3300000>;
	};

	sound0: sound@0 {
	sound0: sound0 {
		compatible = "simple-audio-card";
		simple-audio-card,name = "CL-SOM-AM57x-Sound-Card";
		simple-audio-card,format = "i2s";
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
		gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>;
	};

	sound0: sound@0 {
	sound0: sound0 {
		compatible = "simple-audio-card";
		simple-audio-card,name = "DRA7xx-EVM";
		simple-audio-card,widgets =
Loading