From: Sujit Reddy Thumma Date: Tue, 14 May 2013 16:04:15 +0000 (+0530) Subject: [SCSI] Documentation/devicetree: Add DT bindings for UFS host controller X-Git-Tag: v5.15~19779^2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1642e66201d7b35c383d8e832603c24a78670e62;p=platform%2Fkernel%2Flinux-starfive.git [SCSI] Documentation/devicetree: Add DT bindings for UFS host controller Compatible list is used in commit 03b1781 but is not documented. Add necessary device tree bindings to describe on-chip UFS host controllers. Signed-off-by: Sujit Reddy Thumma Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- diff --git a/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt new file mode 100644 index 0000000..20468b2 --- /dev/null +++ b/Documentation/devicetree/bindings/ufs/ufshcd-pltfrm.txt @@ -0,0 +1,16 @@ +* Universal Flash Storage (UFS) Host Controller + +UFSHC nodes are defined to describe on-chip UFS host controllers. +Each UFS controller instance should have its own node. + +Required properties: +- compatible : compatible list, contains "jedec,ufs-1.1" +- interrupts : +- reg : + +Example: + ufshc@0xfc598000 { + compatible = "jedec,ufs-1.1"; + reg = <0xfc598000 0x800>; + interrupts = <0 28 0>; + };