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

Commit 5f789ebc authored by Afzal Mohammed's avatar Afzal Mohammed Committed by Tony Lindgren
Browse files

arm/dts: Fix am33xx wdt node



Add am33xx wdt node.

Signed-off-by: default avatarAfzal Mohammed <afzal@ti.com>
[tony@atomide.com: I messed up and produced an empty commit db27ac80 with stg apply]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a71eb61c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -154,5 +154,10 @@
			#size-cells = <0>;
			ti,hwmods = "i2c3";
		};

		wdt2: wdt@44e35000 {
			compatible = "ti,omap3-wdt";
			ti,hwmods = "wd_timer2";
		};
	};
};