diff options
author | Patrick Venture <venture@google.com> | 2019-01-30 00:46:24 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-01-30 06:28:57 +0300 |
commit | 95779307d7e8a730b8327eeca429736f6a8efb05 (patch) | |
tree | 4cb7f5dc1f10388dd28d72818c30fe62dabbca6c /arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts | |
parent | e786eff92838f59a06932c56f0a64c7c050a3418 (diff) | |
download | linux-95779307d7e8a730b8327eeca429736f6a8efb05.tar.xz |
ARM: dts: aspeed: quanta-q71l: enable lpc_ctrl node
Enable the lpc_ctrl node in the quanta-q71l dts such that the LPC_CLK is
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 385c0f4b69ee..999679b5ef55 100644 --- a/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts +++ b/arch/arm/boot/dts/aspeed-bmc-quanta-q71l.dts @@ -116,6 +116,10 @@ status = "okay"; }; +&lpc_ctrl { + status = "okay"; +}; + &lpc_snoop { status = "okay"; snoop-ports = <0x80>; |