]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: t210: thermal: make nodes disabled
authorShardar Shariff Md <smohammed@nvidia.com>
Mon, 15 Dec 2014 13:19:43 +0000 (18:49 +0530)
committerLaxman Dewangan <ldewangan@nvidia.com>
Wed, 17 Dec 2014 06:50:53 +0000 (22:50 -0800)
disable all nodes in tegra210-bthrot-cdev.dtsi
and enable required nodes tegra210 soc shield
product dts file

Bug 200052304

Change-Id: I6ba6a1d6f435ae63d48ca7a8f568794d3c9179c1
Signed-off-by: Shardar Shariff Md <smohammed@nvidia.com>
Reviewed-on: http://git-master/r/663917
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
arch/arm64/boot/dts/tegra210-platforms/tegra210-bthrot-cdev.dtsi
arch/arm64/boot/dts/tegra210-soc-shield.dtsi

index 7d46726f3a415f2835338be6fdcd4f6bbbbfa59e..446c71b415e9c2b87372e3d453d4382a90514991 100644 (file)
@@ -27,7 +27,7 @@
                        cooling-min-state = <0>;
                        cooling-max-state = <66>;
                        #cooling-cells = <2>;
-                       status = "okay";
+                       status = "disabled";
                        throttle_table = <
                        /*      CPU             GPU             C2BUS   C3BUS   SCLK    EMC     */
                                1861500 841000  480000  512000  384000  4294967295
                        cooling-min-state = <0>;
                        cooling-max-state = <66>;
                        #cooling-cells = <2>;
-                       status = "okay";
+                       status = "disabled";
                        throttle_table = <
                        /*      CPU             GPU             C2BUS   C3BUS   SCLK    EMC     */
                                1861500 839000  480000  512000  384000  4294967295
                        cooling-min-state = <0>;
                        cooling-max-state = <66>;
                        #cooling-cells = <2>;
-                       status = "okay";
+                       status = "disabled";
                        throttle_table = <
                        /*      CPU             GPU             C2BUS   C3BUS   SCLK    EMC     */
                                1861500 853000  480000  512000  384000  4294967295
                        cooling-min-state = <0>;
                        cooling-max-state = <1>;
                        #cooling-cells = <2>;
-                       status = "okay";
+                       status = "disabled";
                        throttle_table = <
                                /*CPU           GPU             C2BUS           C3BUS           SCLK            EMC     */
                                1122000         391000          288000          420000          252000          396000
index 174cec8f05ed15c4eb1b099aebcea6b6fb6223b0..d36efc42f0ed4f645cdfe0a441985e691d3ef472 100644 (file)
        mselect {
                status = "okay";
        };
+
+       bthrot_cdev {
+               skin_balanced {
+                       status = "okay";
+               };
+               gpu_balanced {
+                       status = "okay";
+               };
+               cpu_balanced {
+                       status = "okay";
+               };
+               emergency_balanced {
+                       status = "okay";
+               };
+       };
 };