projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970f6cf
)
ARM: exynos: clear prefetch bits in default l2c_aux_val
author
Guillaume Tucker
<guillaume.tucker@collabora.com>
Mon, 10 Aug 2020 12:22:08 +0000
(13:22 +0100)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Sat, 31 Oct 2020 11:48:55 +0000
(12:48 +0100)
Clear the L310_AUX_CTRL_DATA_PREFETCH and L310_AUX_CTRL_INSTR_PREFETCH
bits in the l2c_aux_val defaults for Exynos since they can now be set
using the standard l2c2x0 devicetree bindings.
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Link:
https://lore.kernel.org/r/e44b5226f3ad1551459830c678ed183762d8e458.1597061474.git.guillaume.tucker@collabora.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-exynos/exynos.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/exynos.c
b/arch/arm/mach-exynos/exynos.c
index 700763e07083d547296461c26293f8469573509d..a99d8eba4bb357a52fd657a54058052b137cb4d2 100644
(file)
--- a/
arch/arm/mach-exynos/exynos.c
+++ b/
arch/arm/mach-exynos/exynos.c
@@
-206,8
+206,8
@@
static void __init exynos_dt_fixup(void)
}
DT_MACHINE_START(EXYNOS_DT, "Samsung Exynos (Flattened Device Tree)")
- .l2c_aux_val = 0x
3
8400000,
- .l2c_aux_mask = 0x
c
60fffff,
+ .l2c_aux_val = 0x
0
8400000,
+ .l2c_aux_mask = 0x
f
60fffff,
.smp = smp_ops(exynos_smp_ops),
.map_io = exynos_init_io,
.init_early = exynos_firmware_init,