lkml.org 
[lkml]   [2022]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.16 0662/1039] arm64: tegra: Adjust length of CCPLEX cluster MMIO region
    Date
    From: Thierry Reding <treding@nvidia.com>

    [ Upstream commit 2b14cbd643feea5fc17c6e8bead4e71088c69acd ]

    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>
    ---
    arch/arm64/boot/dts/nvidia/tegra186.dtsi | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
    index 9ac4f0140700f..8ab83b4ac0373 100644
    --- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi
    +++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi
    @@ -1199,7 +1199,7 @@

    ccplex@e000000 {
    compatible = "nvidia,tegra186-ccplex-cluster";
    - reg = <0x0 0x0e000000 0x0 0x3fffff>;
    + reg = <0x0 0x0e000000 0x0 0x400000>;

    nvidia,bpmp = <&bpmp>;
    };
    --
    2.34.1


    \
     
     \ /
      Last update: 2022-01-25 01:09    [W:4.001 / U:1.316 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site