Message ID | 20211201074456.3969849-2-vkoul@kernel.org |
---|---|
State | Accepted |
Commit | 07cc0fa49bdbe051c69c1497b334b75a18d44a73 |
Headers | show |
Series | scsi|phy: Add SM8450 UFS & Phy support | expand |
On Wed 01 Dec 01:44 CST 2021, Vinod Koul wrote: > Document "qcom,sm8450-ufshc" compatible string. "qcom,sm8450-ufshc" is > for UFS HC found in SM8450 SoC. > > Signed-off-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > index d8fd4df81743..d0fee78e6203 100644 > --- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt > @@ -16,6 +16,7 @@ Required properties: > "qcom,sm8150-ufshc", "qcom,ufshc", "jedec,ufs-2.0" > "qcom,sm8250-ufshc", "qcom,ufshc", "jedec,ufs-2.0" > "qcom,sm8350-ufshc", "qcom,ufshc", "jedec,ufs-2.0" > + "qcom,sm8450-ufshc", "qcom,ufshc", "jedec,ufs-2.0" > - interrupts : <interrupt mapping for UFS host controller IRQ> > - reg : <registers mapping> > > -- > 2.31.1 >
On Wed, 01 Dec 2021 13:14:54 +0530, Vinod Koul wrote: > Document "qcom,sm8450-ufshc" compatible string. "qcom,sm8450-ufshc" is > for UFS HC found in SM8450 SoC. > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt index d8fd4df81743..d0fee78e6203 100644 --- a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt @@ -16,6 +16,7 @@ Required properties: "qcom,sm8150-ufshc", "qcom,ufshc", "jedec,ufs-2.0" "qcom,sm8250-ufshc", "qcom,ufshc", "jedec,ufs-2.0" "qcom,sm8350-ufshc", "qcom,ufshc", "jedec,ufs-2.0" + "qcom,sm8450-ufshc", "qcom,ufshc", "jedec,ufs-2.0" - interrupts : <interrupt mapping for UFS host controller IRQ> - reg : <registers mapping>
Document "qcom,sm8450-ufshc" compatible string. "qcom,sm8450-ufshc" is for UFS HC found in SM8450 SoC. Signed-off-by: Vinod Koul <vkoul@kernel.org> --- Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 + 1 file changed, 1 insertion(+)