diff options
author | Joel Stanley <joel@jms.id.au> | 2018-02-12 08:43:23 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-02-19 08:29:53 +0100 |
commit | 7674bf96b82e22950c00151d4a9f45e0bc988698 (patch) | |
tree | 65e6838878fbd1af3f14d836eff26481cd43e3ae /arch/arm/boot/dts/aspeed-g4.dtsi | |
parent | ARM: dts: aspeed-g5: Update LPC node (diff) | |
download | linux-7674bf96b82e22950c00151d4a9f45e0bc988698.tar.xz linux-7674bf96b82e22950c00151d4a9f45e0bc988698.zip |
ARM: dts: aspeed: Add LPC clock phandles
The LPC device uses LCLK.
Tested-by: Lei YU <mine260309@gmail.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 8b18176dca59..48c28a71ae7e 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -233,6 +233,7 @@ lpc_ctrl: lpc-ctrl@0 { compatible = "aspeed,ast2400-lpc-ctrl"; reg = <0x0 0x80>; + clocks = <&syscon ASPEED_CLK_GATE_LCLK>; status = "disabled"; }; |