lkml.org 
[lkml]   [2014]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 4/4] ARM: tegra: dalmore: add thermal zones for nct1008
    Date
    From: lightning314 <wni@nvidia.com>

    Add dt node to describe the thermal zone for the nct1008.

    Signed-off-by: Wei Ni <wni@nvidia.com>
    ---
    arch/arm/boot/dts/tegra114-dalmore.dts | 20 +++++++++++++++++++-
    1 file changed, 19 insertions(+), 1 deletion(-)

    diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
    index 5c21d21..94a1b5d 100644
    --- a/arch/arm/boot/dts/tegra114-dalmore.dts
    +++ b/arch/arm/boot/dts/tegra114-dalmore.dts
    @@ -779,12 +779,14 @@
    <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>;
    };

    - temperature-sensor@4c {
    + nct1008: temperature-sensor@4c {
    compatible = "onnn,nct1008";
    reg = <0x4c>;
    vcc-supply = <&palmas_ldo6_reg>;
    interrupt-parent = <&gpio>;
    interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_LEVEL_LOW>;
    +
    + #thermal-sensor-cells = <1>;
    };
    };

    @@ -1283,4 +1285,20 @@
    <&tegra_car TEGRA114_CLK_EXTERN1>;
    clock-names = "pll_a", "pll_a_out0", "mclk";
    };
    +
    + thermal-zones {
    + nct1008-local {
    + polling-delay-passive = <2000>; /* milliseconds */
    + polling-delay = <0>; /* milliseconds */
    +
    + thermal-sensors = <&nct1008 0>;
    + };
    +
    + nct1008-remote {
    + polling-delay-passive = <1000>; /* milliseconds */
    + polling-delay = <0>; /* milliseconds */
    +
    + thermal-sensors = <&nct1008 1>;
    + };
    + };
    };
    --
    1.8.1.5


    \
     
     \ /
      Last update: 2014-08-25 09:01    [W:4.402 / U:0.488 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site