|
@@ -2,6 +2,9 @@
|
|
* This header provides constants specific to AM33XX pinctrl bindings.
|
|
* This header provides constants specific to AM33XX pinctrl bindings.
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#ifndef _DT_BINDINGS_PINCTRL_AM33XX_H
|
|
|
|
+#define _DT_BINDINGS_PINCTRL_AM33XX_H
|
|
|
|
+
|
|
#include <include/dt-bindings/pinctrl/omap.h>
|
|
#include <include/dt-bindings/pinctrl/omap.h>
|
|
|
|
|
|
/* am33xx specific mux bit defines */
|
|
/* am33xx specific mux bit defines */
|
|
@@ -35,3 +38,5 @@
|
|
#undef PIN_OFF_INPUT_PULLDOWN
|
|
#undef PIN_OFF_INPUT_PULLDOWN
|
|
#undef PIN_OFF_WAKEUPENABLE
|
|
#undef PIN_OFF_WAKEUPENABLE
|
|
|
|
|
|
|
|
+#endif
|
|
|
|
+
|