RE: [PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-05 Thread Khiem Nguyen
Hi Geert, Thanks for your comment. > > + tsc1: thermal@e6198000 { > > + compatible = "renesas,r8a7795-thermal"; > > + reg = <0 0xe6198000 0 0x5c>; > > According to the datasheet, TSC1 has 3 more registers beyond this range. OK. Will

RE: [PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-05 Thread Khiem Nguyen
Hi Geert, Thanks for your comment. > > + tsc1: thermal@e6198000 { > > + compatible = "renesas,r8a7795-thermal"; > > + reg = <0 0xe6198000 0 0x5c>; > > According to the datasheet, TSC1 has 3 more registers beyond this range. OK. Will

Re: [PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-05 Thread Geert Uytterhoeven
Hi Khiem, On Sat, Sep 3, 2016 at 7:27 AM, Khiem Nguyen wrote: > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > @@ -1692,5 +1695,85 @@ > }; > }; >

Re: [PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-05 Thread Geert Uytterhoeven
Hi Khiem, On Sat, Sep 3, 2016 at 7:27 AM, Khiem Nguyen wrote: > --- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi > @@ -1692,5 +1695,85 @@ > }; > }; > }; > + > +

[PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-02 Thread Khiem Nguyen
Signed-off-by: Hien Dang Signed-off-by: Thao Nguyen Signed-off-by: Khiem Nguyen --- v2: * Update the compatible string following new format. arch/arm64/boot/dts/renesas/r8a7795.dtsi | 83

[PATCH 3/5 v2] arm64: dts: r8a7795: Add R-Car Gen3 thermal support

2016-09-02 Thread Khiem Nguyen
Signed-off-by: Hien Dang Signed-off-by: Thao Nguyen Signed-off-by: Khiem Nguyen --- v2: * Update the compatible string following new format. arch/arm64/boot/dts/renesas/r8a7795.dtsi | 83 1 file changed, 83 insertions(+) diff --git