diff options
author | Patrick Venture <venture@google.com> | 2019-01-30 00:47:02 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-01-30 06:28:57 +0300 |
commit | e1542521499070f88b18846f676b4cd2a166aee5 (patch) | |
tree | c22529e6c140e97d82898e72036afeabb14aa9d2 /arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | |
parent | 95779307d7e8a730b8327eeca429736f6a8efb05 (diff) | |
download | linux-e1542521499070f88b18846f676b4cd2a166aee5.tar.xz |
ARM: dts: aspeed: quanta-q71l: enable uart1
Enable the uart1 node such that the clock will be enabled.
Signed-off-by: Patrick Venture <venture@google.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts index 999679b5ef55..0d7c6339da46 100644 --- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts +++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts @@ -138,6 +138,10 @@ pinctrl-0 = <&pinctrl_rgmii2_default &pinctrl_mdio2_default>; }; +&uart1 { + status = "okay"; +}; + &uart5 { status = "okay"; }; |