On Tue, 2017-10-10 at 09:26 +0200, Ulf Hansson wrote: > [...] > > > + > > +static const struct of_device_id msdc_of_ids[] = { > > + { .compatible = "mediatek,mt8135-mmc", .data = &mt8135_compat}, > > + { .compatible = "mediatek,mt8173-mmc", .data = &mt8173_compat}, > > + { .compatible = "mediatek,mt2701-mmc", .data = &mt2701_compat}, > > + { .compatible = "mediatek,mt2712-mmc", .data = &mt2712_compat}, > > + {} > > +}; > > +MODULE_DEVICE_TABLE(of, msdc_of_ids); > > As already stated in the other reply. These new compatible changes > needs to be discussed and acked before the driver starts using them. > > In other words, make patch3 to precede this one. but, then there will have a probe issue as mentioned in previous mail list. that's why I separate the binding file changes to 2 patches. > > [...] > > Kind regards > Uffe
- [PATCH v3 00/13] mmc: mediatek: add support of mt2701/mt2... Chaotian Jing
- [PATCH v3 01/12] mmc: mediatek: add support of mt270... Chaotian Jing
- Re: [PATCH v3 01/12] mmc: mediatek: add support ... Ulf Hansson
- Re: [PATCH v3 01/12] mmc: mediatek: add supp... Chaotian Jing
- Re: [PATCH v3 01/12] mmc: mediatek: add ... Ulf Hansson
- Re: [PATCH v3 01/12] mmc: mediatek:... Chaotian Jing
- Re: [PATCH v3 01/12] mmc: media... Matthias Brugger
- Re: [PATCH v3 01/12] mmc: m... Chaotian Jing
- [PATCH v3 05/12] mmc: mediatek: add pad_tune0 suppor... Chaotian Jing
- [PATCH v3 06/12] mmc: mediatek: add async fifo and d... Chaotian Jing
- [PATCH v3 08/12] mmc: mediatek: add stop_clk fix and... Chaotian Jing
- [PATCH v3 09/12] mmc: mediatek: add support of sourc... Chaotian Jing
- [PATCH v3 03/12] arm64: dts: mt8173: remove "me... Chaotian Jing
- [PATCH v3 11/12] mmc: mediatek: improve eMMC hs400 m... Chaotian Jing