ARM: dts: omap3-gta04: Fix audio node malformatting

Audio should be child of twl node.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
H. Nikolaus Schaller 2015-01-22 21:38:08 +01:00 committed by Tony Lindgren
parent 55f0f0e938
commit 2a88a0b3cf

View File

@ -237,11 +237,11 @@
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>;
};
twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
};
};