]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: dts: enable pllx offsetting for GPU-therm
authornavneet kumar <navneetk@nvidia.com>
Sat, 13 Feb 2016 01:50:43 +0000 (17:50 -0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 26 Feb 2016 01:36:00 +0000 (17:36 -0800)
enable pllx offsetting for GPU-therm and add min/max offsets for the same

Bug 1717395

Change-Id: I6a5198d107148daee370cf2f2e0a3b760723a8e3
Signed-off-by: navneet kumar <navneetk@nvidia.com>
Reviewed-on: http://git-master/r/1011579
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Matthew Longnecker <mlongnecker@nvidia.com>
Reviewed-by: Timo Alho <talho@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Cyril Raju <craju@nvidia.com>
Tested-by: Cyril Raju <craju@nvidia.com>
Reviewed-by: Mitch Luban <mluban@nvidia.com>
arch/arm64/boot/dts/tegra210-jetson-cv-base-p2597-2180-a00.dts

index c1b6442dbc65a103abb1ff534512108dfedbb05b..158e0c4a475a26804796ef8c7e273d819696905e 100644 (file)
                        sample-rate = <20000>;
                };
        };
+
+       soctherm@0x700E2000 {
+               therm_gpu {
+                       enable-hw-pllx-offsetting;
+                       pllx-offset-max = <4000>;
+                       pllx-offset-min = <2000>;
+               };
+       };
 };