My main dts file has this for the includes:
#include "imx7d.dtsi"
#include "leds-mx7.dtsi"
Note that the leds-mx7.dtsi code is posted above (references to GPIO 5, 6, and 7).
And my main dts file has this compatible line (reference to imx7d-sdb):
compatible = "fsl,imx7d-sdb", "fsl,imx7d";
Also my main dts file also has this section (reference to GPIO1_IO08 error above):
pinctrl_usdhc1_gpio: usdhc1_gpiogrp {
fsl,pins = <
MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x59 /* CD */
MX7D_PAD_SD1_WP__GPIO5_IO1 0x59 /* WP */
MX7D_PAD_SD1_RESET_B__GPIO5_IO2 0x59 /* vmmc */
MX7D_PAD_GPIO1_IO08__SD1_VSELECT 0x59 /* VSELECT */
>;
};
There are no other references to GPIO1 5, 6, 7, or 8.