On Thu, 29 Apr 2021 at 10:12, <cl@xxxxxxxxxxxxxx> wrote: > > From: Liang Chen <cl@xxxxxxxxxxxxxx> > > add "rockchip,rk3568-dw-mshc", "rockchip,rk3288-dw-mshc" for mmc nodes on > a rk3568 platform to rockchip-dw-mshc.yaml. > > Signed-off-by: Liang Chen <cl@xxxxxxxxxxxxxx> Applied for next (and by amending the commit message according to Rob's suggestion), thanks! Kind regards Uffe > --- > .../devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 9 +-------- > 1 file changed, 1 insertion(+), 8 deletions(-) > > diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > index 3762f1c8de96..eaa3b0ef24f6 100644 > --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > @@ -29,21 +29,14 @@ properties: > - const: rockchip,rk3288-dw-mshc > - items: > - enum: > - # for Rockchip PX30 > - rockchip,px30-dw-mshc > - # for Rockchip RK3036 > - rockchip,rk3036-dw-mshc > - # for Rockchip RK322x > - rockchip,rk3228-dw-mshc > - # for Rockchip RK3308 > - rockchip,rk3308-dw-mshc > - # for Rockchip RK3328 > - rockchip,rk3328-dw-mshc > - # for Rockchip RK3368 > - rockchip,rk3368-dw-mshc > - # for Rockchip RK3399 > - rockchip,rk3399-dw-mshc > - # for Rockchip RV1108 > + - rockchip,rk3568-dw-mshc > - rockchip,rv1108-dw-mshc > - const: rockchip,rk3288-dw-mshc > > -- > 2.17.1 > > >