lkml.org 
[lkml]   [2020]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[TEGRA194_CPUFREQ PATCH v4 2/4] arm64: tegra: Add t194 ccplex compatible and bpmp property
    Date
    On Tegra194, data on valid operating points for the CPUs needs to be
    queried from BPMP. In T194, there is no node representing CPU complex.
    So, add compatible string to the 'cpus' node instead of using dummy
    node to bind cpufreq driver. Also, add reference to the BPMP instance
    for the CPU complex.

    Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
    ---
    arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
    index 7c9511a..0abf287 100644
    --- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi
    +++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
    @@ -1764,6 +1764,8 @@
    };

    cpus {
    + compatible = "nvidia,tegra194-ccplex";
    + nvidia,bpmp = <&bpmp>;
    #address-cells = <1>;
    #size-cells = <0>;

    --
    2.7.4
    \
     
     \ /
      Last update: 2020-06-26 17:45    [W:3.043 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site