Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / soc / amlogic / amlogic,canvas.txt
1 Amlogic Canvas
2 ================================
3
4 A canvas is a collection of metadata that describes a pixel buffer.
5 Those metadata include: width, height, phyaddr, wrapping, block mode
6 and endianness.
7
8 Many IPs within Amlogic SoCs rely on canvas indexes to read/write pixel data
9 rather than use the phy addresses directly. For instance, this is the case for
10 the video decoders and the display.
11
12 Amlogic SoCs have 256 canvas.
13
14 Device Tree Bindings:
15 ---------------------
16
17 Video Lookup Table
18 --------------------------
19
20 Required properties:
21 - compatible: "amlogic,canvas"
22 - reg: Base physical address and size of the canvas registers.
23
24 Example:
25
26 canvas: video-lut@48 {
27         compatible = "amlogic,canvas";
28         reg = <0x0 0x48 0x0 0x14>;
29 };