Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: Fix audio node malformatting
Browse files Browse the repository at this point in the history
Audio should be child of twl node.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
H. Nikolaus Schaller authored and Tony Lindgren committed Jan 26, 2015
1 parent 55f0f0e commit 2a88a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
};
};
};
};
Expand Down

0 comments on commit 2a88a0b

Please sign in to comment.