On Wed, Sep 22, 2021 at 06:31:16PM +0800, Chin-Ting Kuo wrote: > Add "aspeed,ast2600-emmc" compatible string for the sake of > distinguishing between SD and eMMC device. Why? Is the h/w block different? We already have properties to handle some of the eMMC specifics. Also, you can have a child node for the eMMC device if you need that. > > Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@xxxxxxxxxxxxxx> > --- > Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > index 5bb66849df65..41105cd104c6 100644 > --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > @@ -52,6 +52,7 @@ patternProperties: > - aspeed,ast2400-sdhci > - aspeed,ast2500-sdhci > - aspeed,ast2600-sdhci > + - aspeed,ast2600-emmc > reg: > maxItems: 1 > description: The SDHCI registers > -- > 2.17.1 > >