diff options
author | Lei YU <mine260309@gmail.com> | 2018-05-09 11:35:59 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2018-07-18 15:07:21 +0200 |
commit | a2df75ab0aba98daf7fa4828cf8a669c636c6382 (patch) | |
tree | 1d79d707aec37ab73d8254e732b833980d586cb3 /arch/arm/boot/dts/aspeed-g4.dtsi | |
parent | ARM: dts: aspeed: Fix Romulus VGA frame buffer (diff) | |
download | linux-a2df75ab0aba98daf7fa4828cf8a669c636c6382.tar.xz linux-a2df75ab0aba98daf7fa4828cf8a669c636c6382.zip |
ARM: dts: aspeed: Use 24MHz fixed clock for pwm
The aspeed pwm driver always sets the clock source to 24MHz, specify
the fixed clock in device tree to make sure the driver is using the
correct clock frequency to calculate the fan speed.
Signed-off-by: Lei YU <mine260309@gmail.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 54524564037c..680336ac06f8 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -240,7 +240,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0x1e786000 0x1000>; - clocks = <&syscon ASPEED_CLK_APB>; + clocks = <&syscon ASPEED_CLK_24M>; resets = <&syscon ASPEED_RESET_PWM>; status = "disabled"; }; |