提交 18c0b015 编写于 作者: L Liviu Dudau

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: NSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: NLiviu Dudau <Liviu.Dudau@arm.com>
Acked-by: NSudeep Holla <sudeep.holla@arm.com>
Acked-by: NJon Medhurst <tixy@linaro.org>
上级 b787f68c
......@@ -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";
};
......@@ -98,7 +98,7 @@
<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>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册