]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: Juno: Fix the GIC node address label and the frequency of FAXI clock.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Thu, 30 Apr 2015 15:45:57 +0000 (16:45 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Fri, 22 May 2015 15:25:07 +0000 (16:25 +0100)
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>
arch/arm64/boot/dts/arm/juno-clocks.dtsi
arch/arm64/boot/dts/arm/juno.dts

index c9b89efe0f562a9dd7cd1a60126f42cb8948ff23..25352ed943e6e04a98689106b94994e8269a31fb 100644 (file)
@@ -36,9 +36,9 @@ soc_refclk100mhz: refclk100mhz {
                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";
        };
index 5e9110a3353da48e24b3be0d77f15ceb0d3cdd6e..7ab071320ff180b3f63e87630998f0c47d94042e 100644 (file)
@@ -98,7 +98,7 @@ memory@80000000 {
                      <0x00000008 0x80000000 0x1 0x80000000>;
        };
 
-       gic: interrupt-controller@2c001000 {
+       gic: interrupt-controller@2c010000 {
                compatible = "arm,gic-400", "arm,cortex-a15-gic";
                reg = <0x0 0x2c010000 0 0x1000>,
                      <0x0 0x2c02f000 0 0x2000>,