arm64: tegra: Add compatible string for Tegra194 CPU complex
authorSumit Gupta <sumitg@nvidia.com>
Wed, 15 Jul 2020 13:31:24 +0000 (19:01 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 16 Jul 2020 12:57:30 +0000 (14:57 +0200)
On Tegra194, data on valid operating points for the CPUs needs to be
queried from BPMP. However, there is no node representing CPU complex.
So, add a compatible string to the 'cpus' node instead of using dummy
node to bind the cpufreq driver to. Also, add reference to the BPMP
instance for the CPU complex.

Signed-off-by: Sumit Gupta <sumitg@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra194.dtsi

index 259e404..98c366a 100644 (file)
        };
 
        cpus {
+               compatible = "nvidia,tegra194-ccplex";
+               nvidia,bpmp = <&bpmp>;
                #address-cells = <1>;
                #size-cells = <0>;