Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
4e8603ef 2995a9e7

+7 -7
+1 -1
arch/arm/boot/dts/am437x-gp-evm.dts
··· 119 119 clock-frequency = <32768>; 120 120 }; 121 121 122 - sound0: sound@0 { 122 + sound0: sound0 { 123 123 compatible = "simple-audio-card"; 124 124 simple-audio-card,name = "AM437x-GP-EVM"; 125 125 simple-audio-card,widgets =
+1 -1
arch/arm/boot/dts/am43x-epos-evm.dts
··· 107 107 default-brightness-level = <8>; 108 108 }; 109 109 110 - sound0: sound@0 { 110 + sound0: sound0 { 111 111 compatible = "simple-audio-card"; 112 112 simple-audio-card,name = "AM43-EPOS-EVM"; 113 113 simple-audio-card,widgets =
+1 -1
arch/arm/boot/dts/am57xx-beagle-x15.dts
··· 151 151 }; 152 152 }; 153 153 154 - sound0: sound@0 { 154 + sound0: sound0 { 155 155 compatible = "simple-audio-card"; 156 156 simple-audio-card,name = "BeagleBoard-X15"; 157 157 simple-audio-card,widgets =
+1 -1
arch/arm/boot/dts/am57xx-cl-som-am57x.dts
··· 51 51 regulator-max-microvolt = <3300000>; 52 52 }; 53 53 54 - sound0: sound@0 { 54 + sound0: sound0 { 55 55 compatible = "simple-audio-card"; 56 56 simple-audio-card,name = "CL-SOM-AM57x-Sound-Card"; 57 57 simple-audio-card,format = "i2s";
+1 -1
arch/arm/boot/dts/dra7-evm.dts
··· 67 67 gpio = <&gpio7 11 GPIO_ACTIVE_HIGH>; 68 68 }; 69 69 70 - sound0: sound@0 { 70 + sound0: sound0 { 71 71 compatible = "simple-audio-card"; 72 72 simple-audio-card,name = "DRA7xx-EVM"; 73 73 simple-audio-card,widgets =
+1 -1
arch/arm/boot/dts/dra72-evm.dts
··· 104 104 }; 105 105 }; 106 106 107 - sound0: sound@0 { 107 + sound0: sound0 { 108 108 compatible = "simple-audio-card"; 109 109 simple-audio-card,name = "DRA7xx-EVM"; 110 110 simple-audio-card,widgets =
+1 -1
arch/arm/boot/dts/omap4-var-som-om44.dtsi
··· 17 17 reg = <0x80000000 0x40000000>; /* 1 GB */ 18 18 }; 19 19 20 - sound: sound@0 { 20 + sound: sound { 21 21 compatible = "ti,abe-twl6040"; 22 22 ti,model = "VAR-SOM-OM44"; 23 23