Commit e278f68c authored by Andreas Kemnade's avatar Andreas Kemnade Committed by Tony Lindgren
Browse files

ARM: dts: omap3-gta04: fix twl4030-power settings



Things are wired up for powersaving, so lets use the corresponding
compatible and also update a deprecated property name.

Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f0d67d10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -489,8 +489,8 @@ codec {
		};

		twl_power: power {
			compatible = "ti,twl4030-power";
			ti,use_poweroff;
			compatible = "ti,twl4030-power-idle";
			ti,system-power-controller;
		};
	};
};