[PATCH 2/3] pinctrl: dt-bindings: samsung: Add Exynos7 specific pinctrl macro definitions
Sylwester Nawrocki
s.nawrocki at samsung.com
Fri Jan 27 04:25:42 PST 2017
On 01/18/2017 03:19 PM, Krzysztof Kozlowski wrote:
> On Wed, Jan 18, 2017 at 11:12:20AM +0530, Pankaj Dubey wrote:
>> Exynos7 SoC pinctrl configurations are similar to existing Exynos4/5 except
>> for FSYS1 pinctrl drive strengths. So adding Exynos7 specific FSYS1 blocks
>> pinctrl driver strength related macros which will be used in Exynos7
>> DTSi files.
>>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey at samsung.com>
>> ---
>> include/dt-bindings/pinctrl/samsung.h | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>
> Acked-by: Krzysztof Kozlowski <krzk at kernel.org>
>
> I will need this header, so Sylwester if it is okay with you, could you
> provide a tag with it (or ack it)?
Acked-by: Sylwester Nawrocki <s.nawrocki at samsung.com>
I don't have pinctrl/samsung git tree, Linus applies patches directly.
--
Regards,
Sylwester
> diff --git a/include/dt-bindings/pinctrl/samsung.h
b/include/dt-bindings/pinctrl/samsung.h
> index 6276eb7..3f1d583 100644
> --- a/include/dt-bindings/pinctrl/samsung.h
> +++ b/include/dt-bindings/pinctrl/samsung.h
> @@ -54,4 +54,12 @@
> #define EXYNOS_PIN_FUNC_6 6
> #define EXYNOS_PIN_FUNC_F 0xf
>
> +/* Drive strengths for Exynos7 FSYS1 block */
> +#define EXYNOS7_FSYS1_PIN_DRV_LV1 0
> +#define EXYNOS7_FSYS1_PIN_DRV_LV2 4
> +#define EXYNOS7_FSYS1_PIN_DRV_LV3 2
> +#define EXYNOS7_FSYS1_PIN_DRV_LV4 6
> +#define EXYNOS7_FSYS1_PIN_DRV_LV5 1
> +#define EXYNOS7_FSYS1_PIN_DRV_LV6 5
> +
> #endif /* __DT_BINDINGS_PINCTRL_SAMSUNG_H__ */
> -- 2.7.4
More information about the linux-arm-kernel
mailing list