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/am57xx-beagle-x15.dts | |
parent | 2995a9e7094716bba08ca05f7a58e56d03ea4f9a (diff) | |
download | lwn-4e8603eff519a946d6596ab92c380654cf72fedf.tar.gz lwn-4e8603eff519a946d6596ab92c380654cf72fedf.zip |
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/am57xx-beagle-x15.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index 0a5fc5d02ce2..75bd09b175cd 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts @@ -151,7 +151,7 @@ }; }; - sound0: sound@0 { + sound0: sound0 { compatible = "simple-audio-card"; simple-audio-card,name = "BeagleBoard-X15"; simple-audio-card,widgets = |