Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752742AbcL2NlO (ORCPT ); Thu, 29 Dec 2016 08:41:14 -0500 Received: from smida.it ([94.23.22.176]:39527 "EHLO smtp.smida.it" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752311AbcL2NlM (ORCPT ); Thu, 29 Dec 2016 08:41:12 -0500 DMARC-Filter: OpenDMARC Filter v1.3.0 smtp.smida.it 87ABC439AE Authentication-Results: mail.smida.it; dmarc=fail header.from=etezian.org Date: Thu, 29 Dec 2016 22:41:04 +0900 From: Andi Shyti To: Krzysztof Kozlowski Cc: Andi Shyti , Tomasz Figa , Chanwoo Choi , Sylwester Nawrocki , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Kukjin Kim , Javier Martinez Canillas , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Andi Shyti Subject: Re: [PATCH 1/4] pinctrl: dt-bindings: samsung: add drive strength macros for Exynos5433 Message-ID: <20161229134104.gq2spgtpwbkx7mpd@jack.zhora.eu> References: <20161229084211.20442-1-andi.shyti@samsung.com> <20161229084211.20442-2-andi.shyti@samsung.com> <20161229115059.ncvtakz32vhcfsij@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161229115059.ncvtakz32vhcfsij@kozik-lap> User-Agent: NeoMutt/20161126 (1.7.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 630 Lines: 22 Hi Krzysztof, > > #define EXYNOS5420_PIN_DRV_LV3 2 > > #define EXYNOS5420_PIN_DRV_LV4 3 > > > > +/* Drive strengths for Exynos5433 */ > > +#define EXYNOS5433_PIN_DRV_LV1 0 > > +#define EXYNOS5433_PIN_DRV_LV2 1 > > +#define EXYNOS5433_PIN_DRV_LV3 2 > > +#define EXYNOS5433_PIN_DRV_LV4 3 > > Same values as existing. No need to re-define these. Yes, I was in doubt when I prepared this patch as on one hand it didn't look right to use EXYNOS5420_* for exynos5433, on the other hand it didn't look right to duplicate the macros. In anycase this values need to be fixed as Chanwoo wrote in the other mail. Thanks, Andi