提交 860ac642 编写于 作者: J John Wang 提交者: Zheng Zengkai

ARM: dts: aspeed: Add LCLK to lpc-snoop

stable inclusion
from stable-5.10.20
commit b4f255432d0db961406c2a18ed023491a1e7f26d
bugzilla: 50608

--------------------------------

commit d050d049 upstream.
Signed-off-by: NJohn Wang <wangzhiqiang.bj@bytedance.com>
Reviewed-by: NJoel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201202051634.490-2-wangzhiqiang.bj@bytedance.comSigned-off-by: NJoel Stanley <joel@jms.id.au>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 b9482ccd
...@@ -370,6 +370,7 @@ ...@@ -370,6 +370,7 @@
compatible = "aspeed,ast2400-lpc-snoop"; compatible = "aspeed,ast2400-lpc-snoop";
reg = <0x10 0x8>; reg = <0x10 0x8>;
interrupts = <8>; interrupts = <8>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -492,6 +492,7 @@ ...@@ -492,6 +492,7 @@
compatible = "aspeed,ast2500-lpc-snoop"; compatible = "aspeed,ast2500-lpc-snoop";
reg = <0x10 0x8>; reg = <0x10 0x8>;
interrupts = <8>; interrupts = <8>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -513,6 +513,7 @@ ...@@ -513,6 +513,7 @@
compatible = "aspeed,ast2600-lpc-snoop"; compatible = "aspeed,ast2600-lpc-snoop";
reg = <0x0 0x80>; reg = <0x0 0x80>;
interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册