Commit 95779307 authored by Patrick Venture's avatar Patrick Venture Committed by Joel Stanley

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: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e786eff9
...@@ -116,6 +116,10 @@ &ibt { ...@@ -116,6 +116,10 @@ &ibt {
status = "okay"; status = "okay";
}; };
&lpc_ctrl {
status = "okay";
};
&lpc_snoop { &lpc_snoop {
status = "okay"; status = "okay";
snoop-ports = <0x80>; snoop-ports = <0x80>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment