diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-01 16:20:21 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 11:57:07 -0700 |
commit | 4e8603eff519a946d6596ab92c380654cf72fedf (patch) | |
tree | cd961d86ad19f84cdd70c0e90ccc4eac4d752f67 /arch/arm/boot/dts/dra7-evm.dts | |
parent | 2995a9e7094716bba08ca05f7a58e56d03ea4f9a (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/dra7-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index d9b87236019d..074d70b191e2 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -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 = |