mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
arm64: tegra: Adjust length of CCPLEX cluster MMIO region
[ Upstream commit 2b14cbd643 ]
The Tegra186 CCPLEX cluster register region is 4 MiB is length, not 4
MiB - 1. This was likely presumed to be the "limit" rather than length.
Fix it up.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b68c56a149
commit
5dfc6fa0b8
|
|
@ -985,7 +985,7 @@ sdmmc3_1v8: sdmmc3-1v8 {
|
||||||
|
|
||||||
ccplex@e000000 {
|
ccplex@e000000 {
|
||||||
compatible = "nvidia,tegra186-ccplex-cluster";
|
compatible = "nvidia,tegra186-ccplex-cluster";
|
||||||
reg = <0x0 0x0e000000 0x0 0x3fffff>;
|
reg = <0x0 0x0e000000 0x0 0x400000>;
|
||||||
|
|
||||||
nvidia,bpmp = <&bpmp>;
|
nvidia,bpmp = <&bpmp>;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user