From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754103AbbFOI5H (ORCPT ); Mon, 15 Jun 2015 04:57:07 -0400 Received: from wp126.webpack.hosteurope.de ([80.237.132.133]:40097 "EHLO wp126.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbbFOI46 (ORCPT ); Mon, 15 Jun 2015 04:56:58 -0400 X-Greylist: delayed 931 seconds by postgrey-1.27 at vger.kernel.org; Mon, 15 Jun 2015 04:56:57 EDT Message-ID: <557E8FA7.1090200@fivetechno.de> Date: Mon, 15 Jun 2015 10:41:11 +0200 From: Markus Reichl Organization: five technologies GmbH User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Anand Moon , Krzysztof Kozlowski CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kukjin Kim , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "linux-samsung-soc@vger.kernel.org" , Linux Kernel Subject: Re: [PATCHv6 2/4] ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base References: <1434277445-5243-1-git-send-email-linux.amoon@gmail.com> <1434277445-5243-2-git-send-email-linux.amoon@gmail.com> <557E181C.7070209@samsung.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;m.reichl@fivetechno.de;1434358618;852262a5; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Anand, Krzysztof Am 15.06.2015 um 04:23 schrieb Anand Moon: > hi Krzysztof > > On 15 June 2015 at 05:41, Krzysztof Kozlowski wrote: >> On 14.06.2015 19:24, Anand Moon wrote: >>> This changes enables TMU IP block on the Exynos5422 Odroid-XU3 >>> device. >>> >>> Signed-off-by: Anand Moon >>> Tested-by: Markus Reichl >> >> This does not look right. >> You put this "Tested-by" since beginning of this patchset (v1) but first >> it was LDO10. Then you proposed LDO18 and now you use LDO7 from my >> suggestion. Which of this was tested by Markus because I cannot find his >> emails with it on LKML? > > Markus Reichl tested the earlier version with LDO10. This is right. > Commit logs got carry forward by mistake. > > -Anand Moon > >> >> Krzysztof >> >>> Acked-by: Lukasz Majewski >>> --- >>> Changes rebase on git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung branch for-next >>> Changes from v5: Use LDO7 regulator instead of LD010. >>> >>> The output of LDO18 goes to VDD_EMMC_1V8. This is not regulator for TMU. >>> >>> I think the schematics are missing some of details but it can be deducted that: >>> 1. TEMP SE is supplied by VDD18_TS power domain. It consists of 5 >>> pairs of pins (XTSTEST_OUT[0-4], XTSEXT_RES[0-4]). >>> 2. The VDD18_TS01, VDD18_TS23 and VDD18_TS4 are wired to the LDO7 of >>> S2MPS11 PMIC. >>> 3. I confirmed with the Exynos5422 datasheet that these >>> VDD18_TS{01,23,4} supply the XTSTEST pins (OUT and RES). >>> >>> So the LDO7 it is... but before using it there is a caveat. The LDO7 >>> is also connected to VDD of MIPI, HDMI and few more. So when you use >>> this regulator in TMU it may be turned off by TMU driver (e.g. during >>> unbind). In such case these other blocks also should be tested and >>> checked whether they take this regulator and enable it. >>> --- >>> arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 25 ++++++++++++++++++++++ >>> 1 file changed, 25 insertions(+) >> > > -- Markus Reichl