Message ID | 20220723204335.750095-12-jagan@edgeble.ai |
---|---|
State | New |
Headers | show |
Series | None | expand |
On Sun, 24 Jul 2022 02:13:24 +0530, Jagan Teki wrote: > Add a compatible string for Rockchip RV1126 SoC. > > Cc: linux-mmc@vger.kernel.org > Cc: Ulf Hansson <ulf.hansson@linaro.org> > Signed-off-by: Jagan Teki <jagan@edgeble.ai> > --- > Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Sat, 23 Jul 2022 at 22:44, Jagan Teki <jagan@edgeble.ai> wrote: > > Add a compatible string for Rockchip RV1126 SoC. > > Cc: linux-mmc@vger.kernel.org > Cc: Ulf Hansson <ulf.hansson@linaro.org> > Signed-off-by: Jagan Teki <jagan@edgeble.ai> 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 54fb59820d2b..8d888b435817 100644 > --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > @@ -39,6 +39,7 @@ properties: > - rockchip,rk3399-dw-mshc > - rockchip,rk3568-dw-mshc > - rockchip,rv1108-dw-mshc > + - rockchip,rv1126-dw-mshc > - const: rockchip,rk3288-dw-mshc > > reg: > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml index 54fb59820d2b..8d888b435817 100644 --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml @@ -39,6 +39,7 @@ properties: - rockchip,rk3399-dw-mshc - rockchip,rk3568-dw-mshc - rockchip,rv1108-dw-mshc + - rockchip,rv1126-dw-mshc - const: rockchip,rk3288-dw-mshc reg:
Add a compatible string for Rockchip RV1126 SoC. Cc: linux-mmc@vger.kernel.org Cc: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml | 1 + 1 file changed, 1 insertion(+)