Commit 7674bf96 authored by Joel Stanley's avatar Joel Stanley

ARM: dts: aspeed: Add LPC clock phandles

The LPC device uses LCLK.
Tested-by: default avatarLei YU <mine260309@gmail.com>
Reviewed-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 542d2f45
...@@ -233,6 +233,7 @@ lpc_host: lpc-host@80 { ...@@ -233,6 +233,7 @@ lpc_host: lpc-host@80 {
lpc_ctrl: lpc-ctrl@0 { lpc_ctrl: lpc-ctrl@0 {
compatible = "aspeed,ast2400-lpc-ctrl"; compatible = "aspeed,ast2400-lpc-ctrl";
reg = <0x0 0x80>; reg = <0x0 0x80>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -283,6 +283,7 @@ lpc_host: lpc-host@80 { ...@@ -283,6 +283,7 @@ lpc_host: lpc-host@80 {
lpc_ctrl: lpc-ctrl@0 { lpc_ctrl: lpc-ctrl@0 {
compatible = "aspeed,ast2500-lpc-ctrl"; compatible = "aspeed,ast2500-lpc-ctrl";
reg = <0x0 0x80>; reg = <0x0 0x80>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
......
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