[PATCH v4 12/23] drivers/fsi: Add documentation for GPIO bindings
From: robh@kernel.org (Rob Herring)
Date: 2017-04-03 15:24:08
Also in:
linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2017-04-03 15:24:08
Also in:
linux-devicetree, lkml
On Wed, Mar 29, 2017 at 12:43:29PM -0500, Christopher Bostic wrote:
From: Chris Bostic <redacted> Add fsi master gpio device tree binding documentation Signed-off-by: Chris Bostic <redacted> Signed-off-by: Joel Stanley <joel@jms.id.au> --- .../devicetree/bindings/fsi/fsi-master-gpio.txt | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/fsi/fsi-master-gpio.txt
Acked-by: Rob Herring <robh@kernel.org> But what happened to the bus description? There's never a need to describe slave devices (even discoverable buses like USB and PCI still need them sometimes)? As it stands now, I have no idea what FSI is from reading bindings/fsi/*. Rob