Commit e1542521 authored by Patrick Venture's avatar Patrick Venture Committed by Joel Stanley
Browse files

ARM: dts: aspeed: quanta-q71l: enable uart1



Enable the uart1 node such that the clock will be enabled.

Signed-off-by: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 95779307
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -138,6 +138,10 @@
	pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>;
};

&uart1 {
	status = "okay";
};

&uart5 {
	status = "okay";
};