devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * [PATCH v8 3/5] Documentation: Add device tree binding for Goldfish FB driver
           [not found] <1509729730-26621-1-git-send-email-aleksandar.markovic@rt-rk.com>
           [not found] ` <1509729730-26621-1-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
    @ 2017-11-03 17:21 ` Aleksandar Markovic
           [not found]   ` <CGME20171109140048epcas2p3b9077f49a91c0cb3b51ec91132731776@epcas2p3.samsung.com>
      1 sibling, 1 reply; 3+ messages in thread
    From: Aleksandar Markovic @ 2017-11-03 17:21 UTC (permalink / raw)
      To: linux-mips
      Cc: Aleksandar Markovic, Miodrag Dinic, Goran Ferenc, David Airlie,
    	devicetree, Douglas Leung, dri-devel, James Hogan, linux-kernel,
    	Mark Rutland, Paul Burton, Petar Jovanovic, Raghu Gandham,
    	Rob Herring
    
    From: Aleksandar Markovic <aleksandar.markovic@mips.com>
    
    Add documentation for DT binding of Goldfish FB driver. The compatible
    string used by OS for binding the driver is "google,goldfish-fb".
    
    Signed-off-by: Miodrag Dinic <miodrag.dinic@mips.com>
    Signed-off-by: Goran Ferenc <goran.ferenc@mips.com>
    Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
    Acked-by: Rob Herring <robh@kernel.org>
    ---
     .../devicetree/bindings/display/google,goldfish-fb.txt  | 17 +++++++++++++++++
     1 file changed, 17 insertions(+)
     create mode 100644 Documentation/devicetree/bindings/display/google,goldfish-fb.txt
    
    diff --git a/Documentation/devicetree/bindings/display/google,goldfish-fb.txt b/Documentation/devicetree/bindings/display/google,goldfish-fb.txt
    new file mode 100644
    index 0000000..751fa9f
    --- /dev/null
    +++ b/Documentation/devicetree/bindings/display/google,goldfish-fb.txt
    @@ -0,0 +1,17 @@
    +Android Goldfish framebuffer
    +
    +Android Goldfish framebuffer device used by Android emulator.
    +
    +Required properties:
    +
    +- compatible : should contain "google,goldfish-fb"
    +- reg        : <registers mapping>
    +- interrupts : <interrupt mapping>
    +
    +Example:
    +
    +	display-controller@1f008000 {
    +		compatible = "google,goldfish-fb";
    +		interrupts = <0x10>;
    +		reg = <0x1f008000 0x100>;
    +	};
    -- 
    2.7.4
    
    ^ permalink raw reply related	[flat|nested] 3+ messages in thread

  • end of thread, other threads:[~2017-11-09 14:00 UTC | newest]
    
    Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1509729730-26621-1-git-send-email-aleksandar.markovic@rt-rk.com>
         [not found] ` <1509729730-26621-1-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
    2017-11-03 17:21   ` [PATCH v8 1/5] Documentation: Add device tree binding for Goldfish PIC driver Aleksandar Markovic
    2017-11-03 17:21 ` [PATCH v8 3/5] Documentation: Add device tree binding for Goldfish FB driver Aleksandar Markovic
         [not found]   ` <CGME20171109140048epcas2p3b9077f49a91c0cb3b51ec91132731776@epcas2p3.samsung.com>
         [not found]     ` <1509729730-26621-4-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
    2017-11-09 14:00       ` Bartlomiej Zolnierkiewicz
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).