mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
95e9fd10f0
Bindings for gpio, interrupt controller, power management controller, timer, realtime clock, serial uart, ehci and uhci controllers and framebuffer controllers used on the arch-vt8500 platform. Framebuffer binding also specifies a 'display' node which is required for determining the lcd panel data. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
VIA/Wondermedia Graphics Engine Controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : "wm,prizm-ge-rops"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
|
|
Example:
|
|
|
|
ge_rops@d8050400 {
|
|
compatible = "wm,prizm-ge-rops";
|
|
reg = <0xd8050400 0x100>;
|
|
};
|