Re: [PATCH v3 2/5] dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 02:35:03
Also in:
linux-arm-kernel
From: Rob Herring <robh@kernel.org>
Date: 2021-02-09 02:35:03
Also in:
linux-arm-kernel
On Wed, 20 Jan 2021 14:25:29 -0600, Dave Gerlach wrote:
Add pinctrl macros for AM64 SoC. These macro definitions are similar to that of previous platforms, but adding new definitions to avoid any naming confusions in the soc dts files. Unlike what checkpatch insists, we do not need parentheses enclosing the values for this macro as we do intend it to generate two separate values as has been done for other similar platforms. Signed-off-by: Dave Gerlach <redacted> --- include/dt-bindings/pinctrl/k3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>