diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2016-10-26 01:52:42 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-07 17:19:13 +0100 |
commit | ad0de58bfec943cca10f808d5ddbde5e9fc24d44 (patch) | |
tree | e4c6bf5e02257d87744fff582eadc55a5eec9af8 /arch/arm/boot/dts/armada-39x.dtsi | |
parent | ARM: dts: armada-370-rn102: add pinmuxing for i2c0 (diff) | |
download | linux-ad0de58bfec943cca10f808d5ddbde5e9fc24d44.tar.xz linux-ad0de58bfec943cca10f808d5ddbde5e9fc24d44.zip |
ARM: dts: mvebu: Update comment for main PLL frequency
The actual frequency was updated in commit ae142bd99765 ("ARM: mvebu:
Fix the main PLL frequency on Armada 375, 38x and 39x SoCs") but the
comment was not updated. Update it now.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-39x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-39x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-39x.dtsi b/arch/arm/boot/dts/armada-39x.dtsi index 34cba87f9200..de171baffcf6 100644 --- a/arch/arm/boot/dts/armada-39x.dtsi +++ b/arch/arm/boot/dts/armada-39x.dtsi @@ -573,7 +573,7 @@ }; clocks { - /* 2 GHz fixed main PLL */ + /* 1 GHz fixed main PLL */ mainpll: mainpll { compatible = "fixed-clock"; #clock-cells = <0>; |