Merge remote-tracking branches 'asoc/topic/cs35l35', 'asoc/topic/cs53l30', 'asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / mfd / aspeed-gfx.txt
1 * Device tree bindings for Aspeed SoC Display Controller (GFX)
2
3 The Aspeed SoC Display Controller primarily does as its name suggests, but also
4 participates in pinmux requests on the g5 SoCs. It is therefore considered a
5 syscon device.
6
7 Required properties:
8 - compatible:           "aspeed,ast2500-gfx", "syscon"
9 - reg:                  contains offset/length value of the GFX memory
10                         region.
11
12 Example:
13
14 gfx: display@1e6e6000 {
15         compatible = "aspeed,ast2500-gfx", "syscon";
16         reg = <0x1e6e6000 0x1000>;
17 };