aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/juno-clocks.dtsi
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2015-04-30 16:45:57 +0100
committerLiviu Dudau <Liviu.Dudau@arm.com>2015-05-22 16:25:07 +0100
commit18c0b015305edd97c2b31e0ce7211a960d08f62f (patch)
tree682f43ca0f6898783b65271625ab2f321e844cd2 /arch/arm64/boot/dts/arm/juno-clocks.dtsi
parentb787f68c36d49bb1d9236f403813641efa74a031 (diff)
arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock.
During the review of the Juno DT files I've noticed that the GIC node label had two digits swapped leading to a different address being shown in the /sys/devices fs. Sudeep also pointed that public revisions of the Juno documentation list a different frequency for the FAXI system than what the one I've been using when creating the DT file. Verified with the firmware people to be the correct value in the shipped systems. Reported-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno-clocks.dtsi')
-rw-r--r--arch/arm64/boot/dts/arm/juno-clocks.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-clocks.dtsi b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
index c9b89efe0f56..25352ed943e6 100644
--- a/arch/arm64/boot/dts/arm/juno-clocks.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-clocks.dtsi
@@ -36,9 +36,9 @@
clock-output-names = "apb_pclk";
};
- soc_faxiclk: refclk533mhz {
+ soc_faxiclk: refclk400mhz {
compatible = "fixed-clock";
#clock-cells = <0>;
- clock-frequency = <533000000>;
+ clock-frequency = <400000000>;
clock-output-names = "faxi_clk";
};