From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751392AbaEOEBL (ORCPT ); Thu, 15 May 2014 00:01:11 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:35708 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbaEOEBJ (ORCPT ); Thu, 15 May 2014 00:01:09 -0400 MIME-Version: 1.0 In-Reply-To: <5373CBAD.2010505@gmail.com> References: <1400095043-685-1-git-send-email-rahul.sharma@samsung.com> <1400095043-685-2-git-send-email-rahul.sharma@samsung.com> <5373CBAD.2010505@gmail.com> Date: Thu, 15 May 2014 09:31:07 +0530 X-Google-Sender-Auth: xXx3vbe6kYu--PxSmtI0q_FcRjM Message-ID: Subject: Re: [PATCH v3 1/3] phy: Add exynos-simple-phy driver From: Rahul Sharma To: Tomasz Figa Cc: "linux-kernel@vger.kernel.org" , linux-samsung-soc , "dri-devel@lists.freedesktop.org" , Tomasz Stanislawski , "devicetree@vger.kernel.org" , Kukjin Kim , sunil joshi , Kishon Vijay Abraham I , Andrzej Hajda , Kyungmin Park , Rob Herring , Grant Likely , Sylwester Nawrocki Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks Tomasz, On 15 May 2014 01:31, Tomasz Figa wrote: > Hi Rahul, Tomasz, [snip] >> + simplephys: simple-phys@10040000 { >> + compatible = "samsung,exynos5250-simple-phy"; > > Missing reg property or unnecessary @unit-address suffix in node name. I should have removed "@unit-address". I will change this. > >> + samsung,pmu-syscon = <&pmu_system_controller>; >> + #phy-cells = <1>; >> + }; > > In general, the idea is quite good, but I think this should rather bind > to the main PMU node, since this is just a part of the PMU, not another > device in the system. This also means that the PMU node itself should be > the PHY provider. > Please correct me if I got you wrong. You want somthing like this: pmu_system_controller: system-controller@10040000 { ... simple_phys: simple-phys { compatible = "samsung,exynos5420-simple-phy"; ... }; }; Regards, Rahul Sharma. > Otherwise looks good. > > Best regards, > Tomasz > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel