[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD=FV=V6c1tGxxTTDyExRkW0fqFVY6v2OxJauoJ_xwZdXX0Tmg@mail.gmail.com>
Date: Fri, 3 Oct 2014 14:21:03 -0700
From: Doug Anderson <dianders@...omium.org>
To: Caesar Wang <caesar.wang@...k-chips.com>
Cc: Heiko Stübner <heiko@...ech.de>,
Zhang Rui <rui.zhang@...el.com>,
Eduardo Valentin <edubezval@...il.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Arnd Bergmann <arnd@...db.de>, zyf <zyf@...k-chips.com>,
linux-rockchip@...ts.infradead.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-pm@...r.kernel.org" <linux-pm@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
Eddie Cai <cf@...k-chips.com>,
Derek Basehore <dbasehore@...omium.org>,
Tao Huang <huangtao@...k-chips.com>
Subject: Re: [PATCH v7 5/5] ARM: dts: enable Thermal on rk3288-evb board
Caesar,
On Sun, Sep 28, 2014 at 3:38 AM, Caesar Wang <caesar.wang@...k-chips.com> wrote:
> when a thermal shutdown at 125C.Via GPIO give PMIC,
> Reset the entire chip.
>
> Signed-off-by: Caesar Wang <caesar.wang@...k-chips.com>
> ---
> arch/arm/boot/dts/rk3288-evb.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
> index 2964370..a6872aa 100644
> --- a/arch/arm/boot/dts/rk3288-evb.dtsi
> +++ b/arch/arm/boot/dts/rk3288-evb.dtsi
> @@ -101,6 +101,11 @@
> status = "okay";
> };
>
> +&tsadc {
> + reset-gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
I don't see "reset-gpios" mentioned in the bindings or the code. I
think you can just remove this, right?
> + status = "okay";
> +};
> +
> &pinctrl {
> buttons {
> pwrbtn: pwrbtn {
> --
> 1.9.1
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists