Message ID | 20210516230551.12469-7-afaerber@suse.de |
---|---|
State | New |
Headers | show |
Series | None | expand |
On Mon, 17 May 2021 01:05:48 +0200, Andreas Färber wrote: > Add a compatible string for Rockchip RK1808 SoC. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, 17 May 2021 at 01:06, Andreas Färber <afaerber@suse.de> wrote: > > Add a compatible string for Rockchip RK1808 SoC. > > Signed-off-by: Andreas Färber <afaerber@suse.de> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > index eaa3b0ef24f6..54fb59820d2b 100644 > --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > @@ -30,6 +30,7 @@ properties: > - items: > - enum: > - rockchip,px30-dw-mshc > + - rockchip,rk1808-dw-mshc > - rockchip,rk3036-dw-mshc > - rockchip,rk3228-dw-mshc > - rockchip,rk3308-dw-mshc > -- > 2.31.1 >
diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml index eaa3b0ef24f6..54fb59820d2b 100644 --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml @@ -30,6 +30,7 @@ properties: - items: - enum: - rockchip,px30-dw-mshc + - rockchip,rk1808-dw-mshc - rockchip,rk3036-dw-mshc - rockchip,rk3228-dw-mshc - rockchip,rk3308-dw-mshc
Add a compatible string for Rockchip RK1808 SoC. Signed-off-by: Andreas Färber <afaerber@suse.de> --- Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + 1 file changed, 1 insertion(+)