]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
driver: thermal: tegra: add jetson compat
authorShreshtha SAHU <ssahu@nvidia.com>
Fri, 24 Oct 2014 11:56:45 +0000 (17:26 +0530)
committerKerwin Wan <kerwinw@nvidia.com>
Mon, 15 Dec 2014 13:22:32 +0000 (05:22 -0800)
Add jetson-pwm-fan compatible

Bug 200044360

Change-Id: I324302b6e50d3987214ab748066034531e825ada
Signed-off-by: Shreshtha SAHU <ssahu@nvidia.com>
Reviewed-on: http://git-master/r/562815
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: Kerwin Wan <kerwinw@nvidia.com>
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
drivers/thermal/pwm_fan.c

index edb1924ae85be997fd1b0287e55df59b7e178666..dc32f8286a408c9512523c88db7c74c07efcd6f0 100644 (file)
@@ -1031,6 +1031,7 @@ static const struct of_device_id of_pwm_fan_match[] = {
        { .compatible = "loki-pwm-fan", },
        { .compatible = "ers-pwm-fan", },
        { .compatible = "foster-pwm-fan", },
+       { .compatible = "jetson-pwm-fan", },
        {},
 };
 MODULE_DEVICE_TABLE(of, of_pwm_fan_match);