mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
18 lines
624 B
Plaintext
18 lines
624 B
Plaintext
|
Binding for ASCII LCD displays on Imagination Technologies boards
|
||
|
|
||
|
Required properties:
|
||
|
- compatible : should be one of:
|
||
|
"img,boston-lcd"
|
||
|
"mti,malta-lcd"
|
||
|
"mti,sead3-lcd"
|
||
|
|
||
|
Required properties for "img,boston-lcd":
|
||
|
- reg : memory region locating the device registers
|
||
|
|
||
|
Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
|
||
|
- regmap: phandle of the system controller containing the LCD registers
|
||
|
- offset: offset in bytes to the LCD registers within the system controller
|
||
|
|
||
|
The layout of the registers & properties of the display are determined
|
||
|
from the compatible string, making this binding somewhat trivial.
|