Skip to content
Snippets Groups Projects
Commit 88ebf583 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Tom Rini
Browse files

dm: cache: add the pl310 cache controller driver


Add a PL310 cache controller driver that is usually found on
ARMv7(32-bit) devices. The driver configures the cache settings that can
be found in the device tree files.

This initial revision only configures basic settings(data & instruction
prefetch, shared-override, data & tag latency). I believe these are the
settings that affect performance the most. Comprehensive settings can be
done by the OS.

Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 84b124db
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment