From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:21:48 -0600 Subject: [U-Boot] [PATCH 4/7] scsi: dt-bindings: add scsi device tree bindings In-Reply-To: <1490261347-11896-5-git-send-email-make@marvell.com> References: <1490261347-11896-1-git-send-email-make@marvell.com> <1490261347-11896-5-git-send-email-make@marvell.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 March 2017 at 03:29, wrote: > From: Ken Ma > > - Add generic scsi device tree bindings doc, the doc includes: > - Brief introduction for scsi; > - Scsi's properties' introduction; > - Add marvell mvebu scsi binding doc with the example of armada3700 > SCSI controller. > > Signed-off-by: Ken Ma > Cc: Simon Glass > Cc: Stefan Roese > Cc: Michal Simek > Reviewed-on: http://vgitil04.il.marvell.com:8080/35427 > Tested-by: iSoC Platform CI > Reviewed-by: Omri Itach > Reviewed-by: Kostya Porotchkin > --- > .../scsi/marvell,mvebu-scsi.txt | 29 ++++++++++++++++++++++ > doc/device-tree-bindings/scsi/scsi-bus.txt | 22 ++++++++++++++++ > 2 files changed, 51 insertions(+) > create mode 100644 doc/device-tree-bindings/scsi/marvell,mvebu-scsi.txt > create mode 100644 doc/device-tree-bindings/scsi/scsi-bus.txt Reviewed-by: Simon Glass