mirror of https://gitee.com/openkylin/linux.git
ARM: dts: prima2: cpus/cpu node dts updates
This patch updates the in-kernel dts files according to the latest cpus and cpu bindings updates for ARM. Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
parent
7021f0b846
commit
cc73f875a1
|
@ -18,6 +18,8 @@ cpus {
|
|||
#size-cells = <0>;
|
||||
|
||||
cpu@0 {
|
||||
compatible = "arm,cortex-a9";
|
||||
device_type = "cpu";
|
||||
reg = <0x0>;
|
||||
d-cache-line-size = <32>;
|
||||
i-cache-line-size = <32>;
|
||||
|
|
Loading…
Reference in New Issue