Commit c91d27bb authored by Vijay Khemka's avatar Vijay Khemka Committed by Joel Stanley
Browse files

ARM: dts: aspeed: tiogapass: Add LPC devices



Added lpc control for enabling lpc clock and lpc snoop devices to
Facebook Tiogapass device tree.

Signed-off-by: default avatarVijay Khemka <vijaykhemka@fb.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 43d78e72
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -54,6 +54,16 @@
	};
};

&lpc_snoop {
	status = "okay";
	snoop-ports = <0x80>;
};

&lpc_ctrl {
	// Enable lpc clock
	status = "okay";
};

&uart1 {
	// Host Console
	status = "okay";