Fine to me. Thanks!
Acked-by: Wei Li <liwei...@huawei.com>

-----邮件原件-----
发件人: Manivannan Sadhasivam [mailto:manivannan.sadhasi...@linaro.org] 
发送时间: 2019年1月5日 15:29
收件人: vinholika...@gmail.com; j...@linux.vnet.ibm.com; 
martin.peter...@oracle.com; liwei (CM); robh...@kernel.org
抄送: linux-s...@vger.kernel.org; linux-kernel@vger.kernel.org; 
linux-arm-ker...@lists.infradead.org; devicet...@vger.kernel.org; 
john.stu...@linaro.org; amit.kuche...@linaro.org; guodong...@linaro.org; 
Manivannan Sadhasivam
主题: [PATCH v2 1/3] dt-bindings: ufs: Add HI3670 UFS controller binding

Add devicetree binding for HI3670 UFS controller. HI3760 SoC is very
similar to HI3660 SoC with almost same IPs. Only major difference in terms
of UFS is the PHY. HI3670 has 10nm PHY. But since the original driver
(HI3660 UFS) cannot make HI3670 UFS functional, a separate compatible
is added for HI3670 without any fallback.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasi...@linaro.org>
---
 Documentation/devicetree/bindings/ufs/ufs-hisi.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/ufs/ufs-hisi.txt 
b/Documentation/devicetree/bindings/ufs/ufs-hisi.txt
index a48c44817367..0b83df1a5418 100644
--- a/Documentation/devicetree/bindings/ufs/ufs-hisi.txt
+++ b/Documentation/devicetree/bindings/ufs/ufs-hisi.txt
@@ -6,9 +6,10 @@ Each UFS Host Controller should have its own node.
 Required properties:
 - compatible        : compatible list, contains one of the following -
                                        "hisilicon,hi3660-ufs", "jedec,ufs-1.1" 
for hisi ufs
-                                       host controller present on Hi36xx 
chipset.
+                                       host controller present on Hi3660 
chipset.
+                                       "hisilicon,hi3670-ufs", "jedec,ufs-2.1" 
for hisi ufs
+                                       host controller present on Hi3670 
chipset.
 - reg               : should contain UFS register address space & UFS SYS CTRL 
register address,
-- interrupt-parent  : interrupt device
 - interrupts        : interrupt number
 - clocks               : List of phandle and clock specifier pairs
 - clock-names       : List of clock input name strings sorted in the same
-- 
2.17.1

Reply via email to