summaryrefslogtreecommitdiffstats
path: root/dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h')
-rw-r--r--dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h b/dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
index b48f8c7a55..c78ed5e5ef 100644
--- a/dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
+++ b/dts/include/dt-bindings/pinctrl/rzg2l-pinctrl.h
@@ -18,6 +18,6 @@
#define RZG2L_PORT_PINMUX(b, p, f) ((b) * RZG2L_PINS_PER_PORT + (p) | ((f) << 16))
/* Convert a port and pin label to its global pin index */
- #define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
+#define RZG2L_GPIO(port, pin) ((port) * RZG2L_PINS_PER_PORT + (pin))
#endif /* __DT_BINDINGS_RZG2L_PINCTRL_H */