From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dolev Raviv Subject: [PATCH V1 1/8] Documentation: devicetree: Add DT bindings for UFS host controller Date: Mon, 13 May 2013 13:02:11 +0300 Message-ID: <1368439340-26346-2-git-send-email-draviv@codeaurora.org> References: <1368439340-26346-1-git-send-email-draviv@codeaurora.org> Return-path: In-Reply-To: <1368439340-26346-1-git-send-email-draviv@codeaurora.org> Sender: linux-doc-owner@vger.kernel.org To: linux-scsi@vger.kernel.org Cc: linux-arm-msm@vger.kernel.org, Dolev Raviv , Sujit Reddy Thumma , "moderated list:OPEN FIRMWARE AND..." , "open list:DOCUMENTATION" , open list List-Id: linux-arm-msm@vger.kernel.org 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 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>; + }; -- 1.7.6 -- QUALCOMM ISRAEL, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation