diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-01 23:20:21 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 21:57:07 +0300 |
commit | 4e8603eff519a946d6596ab92c380654cf72fedf (patch) | |
tree | cd961d86ad19f84cdd70c0e90ccc4eac4d752f67 /arch/arm/boot/dts/am43x-epos-evm.dts | |
parent | 2995a9e7094716bba08ca05f7a58e56d03ea4f9a (diff) | |
download | linux-4e8603eff519a946d6596ab92c380654cf72fedf.tar.xz |
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/am43x-epos-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/am43x-epos-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 83dfafaaba1b..d7978236ccad 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -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 = |