platform: goldfish: pipe: add devicetree bindings
authorGreg Hackmann <ghackmann@google.com>
Wed, 6 Jan 2016 14:05:36 +0000 (14:05 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jan 2016 07:34:36 +0000 (23:34 -0800)
commit91a18a414185a2b937e2cc8bf0cc32de1863d11a
tree010ed5c3a47206251da77a2b36f64d1e37dd7aad
parent2f3be88237a301ab83b8ba4a0fdf0381bbb3f6ac
platform: goldfish: pipe: add devicetree bindings

Add bindings so we don't need to rely on goldfish virtual bus for
probing any more, which means we don't need ARM and MIPS goldfish
board code for instantiating the bus.

In the long term we would like to move towards replacing the Android
pipe with virtio-vsock that is currently under development.

Signed-off-by: Greg Hackmann <ghackmann@google.com>
Signed-off-by: Jin Qian <jinqian@android.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/goldfish/pipe.txt [new file with mode: 0644]
drivers/platform/goldfish/goldfish_pipe.c