Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a88a0b3 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Tony Lindgren
Browse files

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



Audio should be child of twl node.

Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 55f0f0e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -237,7 +237,6 @@
		reg = <0x48>;
		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
		interrupt-parent = <&intc>;
	};

		twl_audio: audio {
			compatible = "ti,twl4030-audio";
@@ -245,6 +244,7 @@
			};
		};
	};
};

#include "twl4030.dtsi"
#include "twl4030_omap3.dtsi"