Re: [PATCH v2 1/3] dt-bindings: pinctrl: qcom: Define common TLMM binding
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 17:07:00
Also in:
linux-arm-msm, linux-gpio, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 17:07:00
Also in:
linux-arm-msm, linux-gpio, lkml
On Mon, 25 Jan 2021 20:26:48 -0800, Bjorn Andersson wrote:
Several properties are shared between all TLMM bindings. By providing a common binding to define these properties each platform's binding can be reduced to just listing which of these properties should be checked for - or further specified. Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <redacted> --- Changes since v1: - Dropped "phandle", as Rob pushed this to the dt-schema instead - Expanded the "TLMM" abbreviation .../bindings/pinctrl/qcom,tlmm-common.yaml | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,tlmm-common.yaml
Reviewed-by: Rob Herring <robh@kernel.org>