From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH V2 3/4] clk: max77686: Add DT binding details for PMIC MAX77620 To: Laxman Dewangan , javier@osg.samsung.com, mturquette@baylibre.com, robh+dt@kernel.org, linux@armlinux.org.uk References: <1466083407-28793-1-git-send-email-ldewangan@nvidia.com> <1466083407-28793-4-git-send-email-ldewangan@nvidia.com> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Javier Martinez Canillas From: Krzysztof Kozlowski Message-id: <576391DE.603@samsung.com> Date: Fri, 17 Jun 2016 07:59:58 +0200 MIME-version: 1.0 In-reply-to: <1466083407-28793-4-git-send-email-ldewangan@nvidia.com> Content-type: text/plain; charset=windows-1252 List-ID: On 06/16/2016 03:23 PM, Laxman Dewangan wrote: > Maxim has used the same clock IP on multiple PMICs like MAX77686, > MAX77802, MAX77620. Only differences are the number of clocks > from these PMICs like MAX77686 has 3 clocks output, MAX776802 have > two clock output and MAX77620 has one clock output. > > Add clock binding details and DT example for the MAX77620. > > Signed-off-by: Laxman Dewangan > CC: Krzysztof Kozlowski > CC: Javier Martinez Canillas > > --- > Changes from V1: > - Use proper comment for the :::: > - Added dt binding preprocessor file as maxim,max77620.h for max77620 > inline with the other chip. > - Refer the dt binding header for the supported clock index. > --- > .../devicetree/bindings/clock/maxim,max77686.txt | 52 +++++++++++++++++----- > include/dt-bindings/clock/maxim,max77620.h | 21 +++++++++ > 2 files changed, 63 insertions(+), 10 deletions(-) > create mode 100644 include/dt-bindings/clock/maxim,max77620.h Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof