From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf.hansson@linaro.org (Ulf Hansson) Date: Tue, 14 Feb 2017 09:51:26 +0100 Subject: [PATCH 1/7] dt-bindings: rockchip-dw-mshc: rename RK1108 to RV1108 In-Reply-To: <1486983759-32337-1-git-send-email-andy.yan@rock-chips.com> References: <1486983566-32265-1-git-send-email-andy.yan@rock-chips.com> <1486983759-32337-1-git-send-email-andy.yan@rock-chips.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 13 February 2017 at 12:02, Andy Yan wrote: > Rockchip finally named the SOC as RV1108, so change it. > > Signed-off-by: Andy Yan > > --- > > Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt > index ea9c1c9..520d61d 100644 > --- a/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt > +++ b/Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.txt > @@ -13,7 +13,7 @@ Required Properties: > - "rockchip,rk2928-dw-mshc": for Rockchip RK2928 and following, > before RK3288 > - "rockchip,rk3288-dw-mshc": for Rockchip RK3288 > - - "rockchip,rk1108-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK1108 > + - "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RV1108 > - "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3036 > - "rockchip,rk3368-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3368 > - "rockchip,rk3399-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3399 > -- > 2.7.4 > > Seems like we didn't really start to use the previous compatible string, so I am fine with changing this. Anyway, I need an ack from Rob. Kind regards Uffe