[PATCH V5 1/1] dt-bindings: pinctrl: extend the pinmux property to support integers array
From: robh@kernel.org (Rob Herring)
Date: 2017-06-26 18:49:36
Also in:
linux-devicetree, linux-gpio
From: robh@kernel.org (Rob Herring)
Date: 2017-06-26 18:49:36
Also in:
linux-devicetree, linux-gpio
On Thu, Jun 22, 2017 at 10:49:00PM +0800, Dong Aisheng wrote:
Some platforms may need more than one integer to represent a complete pinmux binding, so let's extend the pinmux property to allow to accept integer array instead of only a single integer. Cc: Rob Herring <robh+dt@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: devicetree at vger.kernel.org Cc: Linus Walleij <redacted> Cc: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> --- ChangeLog: v4->v5: * doc improvement v4: * new patch --- .../devicetree/bindings/pinctrl/pinctrl-bindings.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>