Re: [PATCH 1/2] pinctrl: pmic-mpp: Add missing dt-bindings mpp function defs

From: Rob Herring
Date: Sat Mar 06 2021 - 16:22:26 EST


On Thu, 25 Feb 2021 22:36:04 +0100, Konrad Dybcio wrote:
> From: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxxx>
>
> The pinctrl-spmi-mpp driver supports setting more mpp functions
> than the ones defined in the dt-bindings header, specifically,
> digital, analog and sink.
>
> To follow the current way of specifying the function config
> in Device-Tree, add the missing three definitions in the
> appropriate dt-bindings header as:
> GPIO_MPP_FUNC_{DIGITAL,ANALOG,SINK}.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxxx>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
> ---
> include/dt-bindings/pinctrl/qcom,pmic-mpp.h | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>