]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra20-common/pinmux.c
ARM: tegra: pinctrl: make pmux_func values consistent on Tegra20
[karo-tx-uboot.git] / arch / arm / cpu / tegra20-common / pinmux.c
index 40301e13c29df3019da84e858aff5f645bb87046..14467f01f547e4983cbae238b538f900f0b017fc 100644 (file)
@@ -307,7 +307,9 @@ struct tegra_pingroup_desc {
 
 /* A pin group number which is not used */
 #define PIN_RESERVED \
-       PIN(NONE, NONE, NONE, NONE, NONE, NONE, NONE)
+       PIN(NONE, NONE, RSVD, RSVD, RSVD, RSVD, RSVD)
+
+#define PMUX_FUNC_RSVD ((enum pmux_func)-1)
 
 const struct tegra_pingroup_desc tegra_soc_pingroups[PINGRP_COUNT] = {
        PIN(ATA,  NAND,  IDE,    NAND,   GMI,       RSVD,        IDE),