Quoting Fancy Fang (2019-09-18 20:10:48) > diff --git a/include/dt-bindings/clock/imx7ulp-clock.h > b/include/dt-bindings/clock/imx7ulp-clock.h > index 6f66f9005c81..a39b0c40cb41 100644 > --- a/include/dt-bindings/clock/imx7ulp-clock.h > +++ b/include/dt-bindings/clock/imx7ulp-clock.h > @@ -49,7 +49,6 @@ > #define IMX7ULP_CLK_NIC1_DIV 36 > #define IMX7ULP_CLK_NIC1_BUS_DIV 37 > #define IMX7ULP_CLK_NIC1_EXT_DIV 38 > -#define IMX7ULP_CLK_MIPI_PLL 39
You can't remove this. Just add a comment like /* unused */ or something to indicate this shouldn't be used. > #define IMX7ULP_CLK_SIRC 40 > #define IMX7ULP_CLK_SOSC_BUS_CLK 41 > #define IMX7ULP_CLK_FIRC_BUS_CLK 42 > -- > 2.17.1 >

