projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8ed1d9
)
arm64: dts: ls1043a: Add cache nodes for cacheinfo support
author
Li Yang
<leoyang.li@nxp.com>
Thu, 16 Jun 2016 23:35:03 +0000
(18:35 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 21 Jun 2016 06:33:30 +0000
(14:33 +0800)
Adds the cache nodes and next-level-cache property for the
cacheinfo to work.
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
index c451b814ac74a1e46a537da6822c9fef1c384d12..19572d85c80db7d27a8ff5f7e98a4fb99890eee3 100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
+++ b/
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
@@
-65,6
+65,7
@@
compatible = "arm,cortex-a53";
reg = <0x0>;
clocks = <&clockgen 1 0>;
+ next-level-cache = <&l2>;
};
cpu1: cpu@1 {
@@
-72,6
+73,7
@@
compatible = "arm,cortex-a53";
reg = <0x1>;
clocks = <&clockgen 1 0>;
+ next-level-cache = <&l2>;
};
cpu2: cpu@2 {
@@
-79,6
+81,7
@@
compatible = "arm,cortex-a53";
reg = <0x2>;
clocks = <&clockgen 1 0>;
+ next-level-cache = <&l2>;
};
cpu3: cpu@3 {
@@
-86,6
+89,11
@@
compatible = "arm,cortex-a53";
reg = <0x3>;
clocks = <&clockgen 1 0>;
+ next-level-cache = <&l2>;
+ };
+
+ l2: l2-cache {
+ compatible = "cache";
};
};